|
From: Guillaume V. <gui...@va...> - 2007-10-19 20:46:04
|
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 |