|
From: Guillaume V. <gui...@va...> - 2007-10-22 20:34:23
|
Hi Lars, You are right, MY mistake was that I didn't respect the correct order of tags inside the agent : name="imports" name="capabilities" name="beliefs" name="goals" name="plans" name="events" name="expressions" name="properties" name="configurations" Sorry ... Kind regards. Guillaume Vauvert http://guillaume.vauvert.net/pro Lars Braubach a écrit : > 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 >> >> > |