|
From: Lars B. <bra...@in...> - 2007-10-21 16:54:05
|
Hi Guillaume, this is not a bug in the documentation as there are two places where you can put the <properties> tag (see schema). Inside the agent and also as top level element (necessary for property file). Kind regards, Lars Guillaume Vauvert schrieb: > Hello everybody, > > I belief that there is a mistake in jadex adapter documentation : > http://vsis-www.informatik.uni-hamburg.de/projects/jadex/jadex-0.96x/userguide/adapters.html > > According to the schema http://jadex.sourceforge.net/jadex-0.96.xsd , > the position of the <properties> tag should be : > <agent ...> > ... > </agent> > ... > <properties> > <!-- Setup a filter for messages which are handled by JADE > behaviours. --> > <property name="jadefilter"> > MessageTemplate.MatchPerformative(ACLMessage.QUERY_REF) > </property> > </properties> > > instead of : > > <agent ...> > ... > <properties> > <!-- Setup a filter for messages which are handled by JADE > behaviours. --> > <property name="jadefilter"> > MessageTemplate.MatchPerformative(ACLMessage.QUERY_REF) > </property> > </properties> > ... > </agent> > > Guillaume Vauvert > http://guillaume.vauvert.net/pro > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > jadex-develop mailing list > jad...@li... > https://lists.sourceforge.net/lists/listinfo/jadex-develop > > |