<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-2619</id>
	<title>Nabble - JADE (Java Agent DEvelopment Framework)</title>
	<updated>2008-10-11T14:13:17Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/JADE-(Java-Agent-DEvelopment-Framework)-f2619.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JADE-%28Java-Agent-DEvelopment-Framework%29-f2619.html" />
	<subtitle type="html">JADE (Java Agent DEvelopment Framework) is a software framework fully implemented in Java language. It simplifies the implementation of multi-agent systems through a middle-ware that complies with the FIPA specifications and through a set of graphical tools that supports the debugging and deployment phases. The agent platform can be distributed across machines (which not even need to share the same OS) and the configuration can be controlled via a remote GUI. The configuration can be even changed at run-time by moving agents from one machine to another one, as and when required. JADE is completely implemented in Java language and the minimal system requirement is the version 1.4 of JAVA (the run time environment or the JDK). JADE (Java Agent DEvelopment Framework) home is &lt;a href=&quot;http://jade.tilab.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19936486</id>
	<title>Re: Runnig 2 or more agents on a platform.</title>
	<published>2008-10-11T14:13:17Z</published>
	<updated>2008-10-11T14:13:17Z</updated>
	<author>
		<name>Ram-Z</name>
	</author>
	<content type="html">I can't not locate the problem, can someone help me?
&lt;br&gt;&lt;br&gt;my code:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Profile profile0 = new ProfileImpl(null, 1099, null);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Profile profile1 = new ProfileImpl(null, 5555, null);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Profile profile2 = new ProfileImpl(null, 1099, null);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;		jade.wrapper.AgentContainer mainContainer = rt.createMainContainer(profile0);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; 		jade.wrapper.ContainerController container1 = rt.createAgentContainer(profile1);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; 		jade.wrapper.ContainerController container2 = rt.createAgentContainer(profile2);	
&lt;br&gt;&amp;nbsp; &amp;nbsp; 	
&lt;br&gt;&amp;nbsp; &amp;nbsp; 		AgentController a= container1.createNewAgent(&amp;quot;agent&amp;quot;, &amp;quot;CallerAgent&amp;quot;,param);
&lt;br&gt;&amp;nbsp; &amp;nbsp;		a.start();
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; 		AgentController b= container2.createNewAgent(&amp;quot;agent2&amp;quot;, &amp;quot;SnmpAgent&amp;quot;,null);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; b.start();
&lt;br&gt;&amp;nbsp; &amp;nbsp; 		
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;The output:
&lt;br&gt;&lt;br&gt;11.10.2008 22:59:35 jade.core.Runtime beginContainer
&lt;br&gt;INFO: ----------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; This is JADE 3.6 - revision 6032 of 2008/05/05 14:07:10
&lt;br&gt;&amp;nbsp; &amp;nbsp; downloaded in Open Source, under LGPL restrictions,
&lt;br&gt;&amp;nbsp; &amp;nbsp; at &lt;a href=&quot;http://jade.tilab.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/&lt;/a&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;11.10.2008 22:59:37 jade.core.BaseService init
&lt;br&gt;INFO: Service jade.core.management.AgentManagement initialized
&lt;br&gt;11.10.2008 22:59:37 jade.core.BaseService init
&lt;br&gt;INFO: Service jade.core.messaging.Messaging initialized
&lt;br&gt;11.10.2008 22:59:37 jade.core.BaseService init
&lt;br&gt;INFO: Service jade.core.mobility.AgentMobility initialized
&lt;br&gt;11.10.2008 22:59:37 jade.core.BaseService init
&lt;br&gt;INFO: Service jade.core.event.Notification initialized
&lt;br&gt;11.10.2008 22:59:37 jade.core.messaging.MessagingService clearCachedSlice
&lt;br&gt;INFO: Clearing cache
&lt;br&gt;11.10.2008 22:59:37 jade.mtp.http.HTTPServer &amp;lt;init&amp;gt;
&lt;br&gt;INFO: HTTP-MTP Using XML parser com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser
&lt;br&gt;11.10.2008 22:59:37 jade.core.messaging.MessagingService boot
&lt;br&gt;INFO: MTP addresses:
&lt;br&gt;&lt;a href=&quot;http://ramzi-asl7emvto:7778/acc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ramzi-asl7emvto:7778/acc&lt;/a&gt;&lt;br&gt;11.10.2008 22:59:38 jade.core.AgentContainerImpl joinPlatform
&lt;br&gt;INFO: --------------------------------------
&lt;br&gt;Agent container Main-Container@ramzi-asl7emvto is ready.
&lt;br&gt;--------------------------------------------
&lt;br&gt;11.10.2008 22:59:38 jade.core.Runtime beginContainer
&lt;br&gt;INFO: ----------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; This is JADE 3.6 - revision 6032 of 2008/05/05 14:07:10
&lt;br&gt;&amp;nbsp; &amp;nbsp; downloaded in Open Source, under LGPL restrictions,
&lt;br&gt;&amp;nbsp; &amp;nbsp; at &lt;a href=&quot;http://jade.tilab.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/&lt;/a&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;11.10.2008 22:59:38 jade.core.AgentContainerImpl joinPlatform
&lt;br&gt;SCHWERWIEGEND: Some problem occurred while joining agent platform.
&lt;br&gt;jade.core.ProfileException: Can't get a proxy to the Platform Manager [nested jade.core.IMTPException: The Service Manager was already bound in the RMI Registry [nested java.rmi.AlreadyBoundException: ServiceManager]]
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.ProfileImpl.createPlatformManager(ProfileImpl.java:574)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.ProfileImpl.getPlatformManager(ProfileImpl.java:487)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.ProfileImpl.getServiceManager(ProfileImpl.java:501)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.AgentContainerImpl.init(AgentContainerImpl.java:336)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.AgentContainerImpl.joinPlatform(AgentContainerImpl.java:472)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.Runtime.createMainContainer(Runtime.java:148)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at Monitoring.main(Monitoring.java:27)
&lt;br&gt;Nested Exception:
&lt;br&gt;jade.core.IMTPException: The Service Manager was already bound in the RMI Registry [nested java.rmi.AlreadyBoundException: ServiceManager]
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.imtp.rmi.RMIIMTPManager.exportPlatformManager(RMIIMTPManager.java:275)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.ProfileImpl.createPlatformManager(ProfileImpl.java:563)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.ProfileImpl.getPlatformManager(ProfileImpl.java:487)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.ProfileImpl.getServiceManager(ProfileImpl.java:501)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.AgentContainerImpl.init(AgentContainerImpl.java:336)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.AgentContainerImpl.joinPlatform(AgentContainerImpl.java:472)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.Runtime.createMainContainer(Runtime.java:148)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at Monitoring.main(Monitoring.java:27)
&lt;br&gt;Nested Exception:
&lt;br&gt;java.rmi.AlreadyBoundException: ServiceManager
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.registry.RegistryImpl.bind(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.server.UnicastServerRef.oldDispatch(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.transport.Transport$1.run(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.security.AccessController.doPrivileged(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.transport.Transport.serviceCall(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.server.UnicastRef.invoke(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.rmi.Naming.bind(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.imtp.rmi.RMIIMTPManager.exportPlatformManager(RMIIMTPManager.java:224)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.ProfileImpl.createPlatformManager(ProfileImpl.java:563)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.ProfileImpl.getPlatformManager(ProfileImpl.java:487)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.ProfileImpl.getServiceManager(ProfileImpl.java:501)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.AgentContainerImpl.init(AgentContainerImpl.java:336)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.AgentContainerImpl.joinPlatform(AgentContainerImpl.java:472)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.Runtime.createMainContainer(Runtime.java:148)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at Monitoring.main(Monitoring.java:27)
&lt;br&gt;11.10.2008 22:59:39 jade.core.Runtime beginContainer
&lt;br&gt;INFO: ----------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; This is JADE 3.6 - revision 6032 of 2008/05/05 14:07:10
&lt;br&gt;&amp;nbsp; &amp;nbsp; downloaded in Open Source, under LGPL restrictions,
&lt;br&gt;&amp;nbsp; &amp;nbsp; at &lt;a href=&quot;http://jade.tilab.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/&lt;/a&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;11.10.2008 22:59:39 jade.core.AgentContainerImpl joinPlatform
&lt;br&gt;SCHWERWIEGEND: Some problem occurred while joining agent platform.
&lt;br&gt;jade.core.ProfileException: Can't get a proxy to the Platform Manager [nested jade.core.IMTPException: Can't get a proxy to the PlatformManager at address rmi://192.168.1.35:5555/ [nested java.rmi.NoSuchObjectException: no such object in table]]
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.ProfileImpl.createPlatformManager(ProfileImpl.java:574)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.ProfileImpl.getPlatformManager(ProfileImpl.java:487)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.ProfileImpl.getServiceManager(ProfileImpl.java:501)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.AgentContainerImpl.init(AgentContainerImpl.java:336)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.AgentContainerImpl.joinPlatform(AgentContainerImpl.java:472)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.Runtime.createAgentContainer(Runtime.java:116)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at Monitoring.main(Monitoring.java:29)
&lt;br&gt;Nested Exception:
&lt;br&gt;jade.core.IMTPException: Can't get a proxy to the PlatformManager at address rmi://192.168.1.35:5555/ [nested java.rmi.NoSuchObjectException: no such object in table]
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.imtp.rmi.RMIIMTPManager.getPlatformManagerProxy(RMIIMTPManager.java:317)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.imtp.rmi.RMIIMTPManager.getPlatformManagerProxy(RMIIMTPManager.java:307)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.ProfileImpl.createPlatformManager(ProfileImpl.java:571)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.ProfileImpl.getPlatformManager(ProfileImpl.java:487)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.ProfileImpl.getServiceManager(ProfileImpl.java:501)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.AgentContainerImpl.init(AgentContainerImpl.java:336)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.AgentContainerImpl.joinPlatform(AgentContainerImpl.java:472)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.Runtime.createAgentContainer(Runtime.java:116)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at Monitoring.main(Monitoring.java:29)
&lt;br&gt;Nested Exception:
&lt;br&gt;java.rmi.NoSuchObjectException: no such object in table
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.server.UnicastRef.invoke(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.rmi.Naming.lookup(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.imtp.rmi.RMIIMTPManager.getPlatformManagerProxy(RMIIMTPManager.java:313)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.imtp.rmi.RMIIMTPManager.getPlatformManagerProxy(RMIIMTPManager.java:307)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.ProfileImpl.createPlatformManager(ProfileImpl.java:571)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.ProfileImpl.getPlatformManager(ProfileImpl.java:487)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.ProfileImpl.getServiceManager(ProfileImpl.java:501)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.AgentContainerImpl.init(AgentContainerImpl.java:336)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.AgentContainerImpl.joinPlatform(AgentContainerImpl.java:472)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.Runtime.createAgentContainer(Runtime.java:116)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at Monitoring.main(Monitoring.java:29)
&lt;br&gt;11.10.2008 22:59:39 jade.core.Runtime beginContainer
&lt;br&gt;INFO: ----------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; This is JADE 3.6 - revision 6032 of 2008/05/05 14:07:10
&lt;br&gt;&amp;nbsp; &amp;nbsp; downloaded in Open Source, under LGPL restrictions,
&lt;br&gt;&amp;nbsp; &amp;nbsp; at &lt;a href=&quot;http://jade.tilab.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/&lt;/a&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;11.10.2008 22:59:39 jade.core.BaseService init
&lt;br&gt;INFO: Service jade.core.management.AgentManagement initialized
&lt;br&gt;11.10.2008 22:59:39 jade.core.BaseService init
&lt;br&gt;INFO: Service jade.core.messaging.Messaging initialized
&lt;br&gt;11.10.2008 22:59:39 jade.core.BaseService init
&lt;br&gt;INFO: Service jade.core.mobility.AgentMobility initialized
&lt;br&gt;11.10.2008 22:59:39 jade.core.BaseService init
&lt;br&gt;INFO: Service jade.core.event.Notification initialized
&lt;br&gt;11.10.2008 22:59:39 jade.core.PlatformManagerImpl localAddNode
&lt;br&gt;INFO: Adding node &amp;lt;Container-1&amp;gt; to the platform
&lt;br&gt;11.10.2008 22:59:39 jade.core.messaging.MessagingService clearCachedSlice
&lt;br&gt;INFO: Clearing cache
&lt;br&gt;11.10.2008 22:59:39 jade.core.messaging.MessagingService clearCachedSlice
&lt;br&gt;INFO: Clearing cache
&lt;br&gt;11.10.2008 22:59:39 jade.core.PlatformManagerImpl$1 nodeAdded
&lt;br&gt;INFO: --- Node &amp;lt;Container-1&amp;gt; ALIVE ---
&lt;br&gt;11.10.2008 22:59:39 jade.mtp.http.HTTPServer &amp;lt;init&amp;gt;
&lt;br&gt;INFO: HTTP-MTP Using XML parser com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser
&lt;br&gt;11.10.2008 22:59:39 jade.mtp.http.HTTPServer &amp;lt;init&amp;gt;
&lt;br&gt;WARNUNG: Port 7778 is already in used, selected another one
&lt;br&gt;11.10.2008 22:59:39 jade.core.messaging.MessagingService clearCachedSlice
&lt;br&gt;INFO: Clearing cache
&lt;br&gt;11.10.2008 22:59:39 jade.core.messaging.MessagingService boot
&lt;br&gt;INFO: MTP addresses:
&lt;br&gt;&lt;a href=&quot;http://ramzi-asl7emvto:4421/acc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ramzi-asl7emvto:4421/acc&lt;/a&gt;&lt;br&gt;11.10.2008 22:59:39 jade.core.AgentContainerImpl joinPlatform
&lt;br&gt;INFO: --------------------------------------
&lt;br&gt;Agent container Container-1@ramzi-asl7emvto is ready.&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Runnig-2-or-more-agents-on-a-platform.-tp19823518p19936486.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19917795</id>
	<title>RE: Help me please</title>
	<published>2008-10-10T05:55:11Z</published>
	<updated>2008-10-10T05:55:11Z</updated>
	<author>
		<name>Semeria Stefano</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=IT link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Hi Joseph,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;I read your code and I think that the problem is that in you
main.xml layout&amp;nbsp; you are using a MapView component to show the maps.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;This kind of component can be used only inside a special
Activity class called MapActivity, that provides support for network
communication.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Any time you have an issue with android emulator you can
&amp;nbsp;find out more information on it by issuing the command &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Courier New&quot;;
color:#1F497D'&gt;adb logcat &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;from a command prompt.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;If you do so after launching your application, you should be
able to see the complete stacktrace when an exception is raised.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;In your case in particular you should see:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:
&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;Caused by:
java.lang.IllegalArgumentException: MapViews can only be created inside
instances of MapActivity.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;To fix the problem, simply extend MapActivity instead of
Activity in GeoICQ.java.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Please refer to:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;a href=&quot;http://code.google.com/android/documentation.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/android/documentation.html&lt;/a&gt;
&lt;/span&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;and&lt;/span&gt;&lt;span lang=EN-US&gt; &lt;/span&gt;&lt;span lang=EN-GB&gt;&lt;a href=&quot;http://www.anddev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.anddev.org&lt;/a&gt; &lt;/span&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;for
more details.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Regards,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Stefano&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:
&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span lang=EN-US style='font-size:10.0pt;
font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917795&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;
[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917795&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;] &lt;b&gt;On Behalf Of &lt;/b&gt;joseph
CHIDIAC&lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; 09 October 2008 16:19&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917795&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;&lt;br&gt;
&lt;b&gt;Cc:&lt;/b&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917795&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; [jade-develop] Help me please&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Dear all, &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;I&amp;#8217;m beginner &amp;nbsp;in developing on Android , and I have a pb
with my code (attachment file)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Can anyone help me please .&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Actually, &amp;nbsp;my pb is when I run the application I get the
following error &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span lang=EN-US style='font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#004080'&gt;Joseph CHIDIAC&lt;/span&gt;&lt;/b&gt;&lt;span lang=EN-US style='font-size:6.0pt;
font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;&lt;br&gt;
&lt;/span&gt;&lt;span lang=EN-US style='font-size:8.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:navy'&gt;ROXANA &lt;br&gt;
CEDARS-Shagoura Street &lt;/span&gt;&lt;span lang=EN-US style='font-size:8.0pt;
font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#004080'&gt;&lt;br&gt;
&lt;/span&gt;&lt;u&gt;&lt;span lang=EN-US style='font-size:8.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;
color:navy'&gt;Tel &lt;/span&gt;&lt;/u&gt;&lt;span lang=EN-US style='font-size:8.0pt;font-family:
&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:black'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;: &lt;/span&gt;&lt;b&gt;&lt;span lang=EN-US style='font-size:8.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:navy'&gt;+961
- 6 - 67 80 70 &amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&lt;u&gt;&lt;span lang=FR style='font-size:8.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:navy'&gt;Mobile &lt;/span&gt;&lt;/u&gt;&lt;b&gt;&lt;span lang=FR style='font-size:8.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:navy'&gt;:
+961- 3 - 15 15 45 &lt;/span&gt;&lt;/b&gt;&lt;span lang=FR style='font-size:8.0pt;font-family:
&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;&lt;br&gt;
&lt;/span&gt;&lt;u&gt;&lt;span lang=FR style='font-size:8.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;
color:navy'&gt;E-mail&amp;nbsp; :&lt;/span&gt;&lt;/u&gt;&lt;span lang=FR style='font-size:8.0pt;
font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:black'&gt; &lt;/span&gt;&lt;u&gt;&lt;span lang=FR style='font-size:8.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:blue'&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917795&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;josephchidiac@...&lt;/a&gt;&lt;/span&gt;&lt;/u&gt;&lt;span lang=FR style='font-size:8.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;&lt;br&gt;
&lt;/span&gt;&lt;u&gt;&lt;span lang=FR style='font-size:8.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;
color:navy'&gt;Site Web :&lt;/span&gt;&lt;/u&gt;&lt;span lang=FR style='font-size:8.0pt;
font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:black'&gt; &lt;a href=&quot;http://www.e-roxana.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.e-roxana.com&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;span lang=FR style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=FR style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:
&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span lang=EN-US style='font-size:10.0pt;
font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917795&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;
[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917795&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;] &lt;b&gt;On Behalf Of &lt;/b&gt;M Abdoos&lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; jeudi 9 octobre 2008 09:21&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917795&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;&lt;br&gt;
&lt;b&gt;Cc:&lt;/b&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917795&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; [jade-develop] Help me please&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US&gt;Dear Jaders,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US&gt;I'm beginner in developing multi agent
systems with JADE.&lt;br&gt;
I have a simle question that I need to be guided.&lt;br&gt;
I want to develope a simple system with 5 or more agents.&lt;br&gt;
The agents have a shared environment that any of them can change it.&lt;br&gt;
So the agents must be aware about the changes of the environment.&lt;br&gt;
I don't know how to develope an agent as a shared variable.&lt;br&gt;
Could you help me, please?&lt;br&gt;
Does it require an ontology?&lt;br&gt;
Can I use AMS for that?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p&gt;&lt;span lang=EN-US&gt;Thanks a lot,&lt;br&gt;
Monireh Abdoos&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917795&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Help-me-please-tp19893064p19917795.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19917203</id>
	<title>Re: Help me please</title>
	<published>2008-10-10T05:19:32Z</published>
	<updated>2008-10-10T05:19:32Z</updated>
	<author>
		<name>Henrique Lopes Cardoso</name>
	</author>
	<content type="html">I don't know about FIPA, but in multi-agent systems research there are 
&lt;br&gt;many approaches to agent coordination that do not depend on 
&lt;br&gt;communication. Look for terms such as &amp;quot;environment-based coordination&amp;quot;, 
&lt;br&gt;&amp;quot;mediated interaction&amp;quot;, &amp;quot;implicit communication&amp;quot;.
&lt;br&gt;&lt;br&gt;Some works take inspiration on biological systems such as ant colonies, 
&lt;br&gt;where agents &amp;quot;communicate&amp;quot; by leaving marks in the environment they inhabit.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Henrique
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Maciej Gawinecki wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Dear Monireh Abdoos
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I did something you are looking for in a form of Kernel Service, which 
&lt;br&gt;&amp;gt; part of advanced JADE programming. The service I created was kind of a 
&lt;br&gt;&amp;gt; shared space, anyone could ready, so you could treat it as 
&lt;br&gt;&amp;gt; environmnet, where events are broadcasted. In my approach everyone 
&lt;br&gt;&amp;gt; (agent) could also write to this shared memory, so it was something 
&lt;br&gt;&amp;gt; like influence on the environment
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But I'm not sure is it comliant with FIPA assumptions about agent 
&lt;br&gt;&amp;gt; commonication (see lette of Henrique below), as then agent could 
&lt;br&gt;&amp;gt; communicate not only directly via ACL messages but also via an 
&lt;br&gt;&amp;gt; environment. It would be interesting to see, what FIPA says about that.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; HTH,
&lt;br&gt;&amp;gt; Maciej
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917203&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hlc@...&lt;/a&gt; pisze:
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I feel compelled to add some agent theory discussion to this.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; There is no such thing as a &amp;quot;dedicated agent ... that you pass a 
&lt;br&gt;&amp;gt;&amp;gt; reference to... to each agent (so the agents may have access to its 
&lt;br&gt;&amp;gt;&amp;gt; methods)&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt; If you do that, you end up with just an object, not an agent. An 
&lt;br&gt;&amp;gt;&amp;gt; agent is supposed to have autonomy regarding its state. Generally, 
&lt;br&gt;&amp;gt;&amp;gt; you interact with it through ACL Messages, not by calling its methods!
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Using an agent for encapsulating a shared environment is ok (you 
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;agentify&amp;quot; the environment). This lets you access that &amp;quot;environment&amp;quot; 
&lt;br&gt;&amp;gt;&amp;gt; from any container. The agentified environment interacts with agents 
&lt;br&gt;&amp;gt;&amp;gt; through messages.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Henrique
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Quoting Caire Giovanni &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917203&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;giovanni.caire@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Your approach is definitely simpler, but it works only in a single 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; container. If your agents are distributed across different 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; containers (as usual in JADE based applications) of course your 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; shared environment is not shared anymore.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Bye,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Giovanni
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; From: ??????? ???????? [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917203&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lebiathan@...&lt;/a&gt;]
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Sent: giovedì 9 ottobre 2008 21.06
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To: M Abdoos
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Cc: Caire Giovanni; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917203&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917203&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Subject: Re: [jade-develop] Help me please
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Well, I don't really think that you need to specify an agent (not to 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; mention an ontology) in order to &amp;quot;implement&amp;quot; a shared environment. 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Any class would do, with public getter and setters. Even more, 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; although I don't really recommend it, is to use public variables 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; declared in the class that instantiates your agents. Lastly, similar 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; to the above approach but also not recommended as an approach, you 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; could create a BasicAgent class that all other agents would 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; sublcass, and declare static variables that represent your environment.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; A dedicated agent (or simplier put a dedicated class) would be the 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; best way to do it (in my opinion). Make sure that you pass a 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; reference to that object to each agent (so the agents may have 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; access to its methods).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; George
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Thu, Oct 9, 2008 at 6:03 PM, Caire Giovanni 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917203&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;giovanni.caire@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; HI,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; JADE does not provide a ready-made shared space for agents. In my
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; opinion the easiest way to implement it is by means of a dedicated
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; agent (let's call it SharedSpaceAgent) that supports actions &amp;nbsp;(you
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; have to define a simple ontology) such as Put and Get. Furthetrmore
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; that agent can support subscriptions.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; BYe,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Giovanni
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917203&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917203&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;] On Behalf Of M Abdoos
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sent: giovedì 9 ottobre 2008 8.21
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917203&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Cc: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917203&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Subject: [jade-develop] Help me please
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Dear Jaders,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I'm beginner in developing multi agent systems with JADE.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have a simle question that I need to be guided.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I want to develope a simple system with 5 or more agents.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The agents have a shared environment that any of them can change it.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; So the agents must be aware about the changes of the environment.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I don't know how to develope an agent as a shared variable.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Could you help me, please?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Does it require an ontology?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Can I use AMS for that?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thanks a lot,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Monireh Abdoos
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; CONFIDENTIALITY NOTICE
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; This message and its attachments are addressed solely to the persons
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; above and may contain confidential information. If you have received
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the message in error, be informed that any use of the content 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; hereof is prohibited.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Please return it immediately to the sender and delete the message.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Should you have any questions, please contact us by replying to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917203&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;webmaster@...&lt;/a&gt;.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thank you
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; www.telecomitalia.it
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; jade-develop mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917203&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; UNSUBSCRIBE INSTRUCTIONS AT
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; CONFIDENTIALITY NOTICE
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; This message and its attachments are addressed solely to the persons 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; above and may contain confidential information. If you have received 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the message in error, be informed that any use of the content hereof 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; is prohibited. Please return it immediately to the sender and delete 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the message. Should you have any questions, please contact us by 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; replying to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917203&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;webmaster@...&lt;/a&gt;.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thank you
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; www.telecomitalia.it
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; jade-develop mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917203&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; UNSUBSCRIBE INSTRUCTIONS 
&lt;br&gt;&amp;gt;&amp;gt; AThttp://jade.tilab.com/community-mailinglist.htm
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; No virus found in this incoming message.
&lt;br&gt;&amp;gt;&amp;gt; Checked by AVG - &lt;a href=&quot;http://www.avg.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.avg.com&lt;/a&gt;&amp;nbsp;Version: 8.0.173 / Virus 
&lt;br&gt;&amp;gt;&amp;gt; Database: 270.8.0/1717 - Release Date: 2008-10-09 16:56
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;----- - - - - - &amp;nbsp;- &amp;nbsp;- &amp;nbsp;- &amp;nbsp;- &amp;nbsp;- &amp;nbsp; - &amp;nbsp; -
&lt;br&gt;Henrique Lopes Cardoso
&lt;br&gt;DEI/FEUP
&lt;br&gt;Rua Dr. Roberto Frias | 4200-465 Porto
&lt;br&gt;PORTUGAL
&lt;br&gt;(+351)225081400 ext.1315
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917203&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hlc@...&lt;/a&gt; | www.fe.up.pt/~hlc
&lt;br&gt;----- - - - - - &amp;nbsp;- &amp;nbsp;- &amp;nbsp;- &amp;nbsp;- &amp;nbsp;- &amp;nbsp; - &amp;nbsp; -
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19917203&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Help-me-please-tp19893064p19917203.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19914546</id>
	<title>RE: Help me please</title>
	<published>2008-10-10T01:56:48Z</published>
	<updated>2008-10-10T01:56:48Z</updated>
	<author>
		<name>Henrique Lopes Cardoso</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I feel compelled to add some agent theory discussion to this.
&lt;br&gt;&lt;br&gt;There is no such thing as a &amp;quot;dedicated agent ... that you pass a &amp;nbsp;
&lt;br&gt;reference to... to each agent (so the agents may have access to its &amp;nbsp;
&lt;br&gt;methods)&amp;quot;.
&lt;br&gt;If you do that, you end up with just an object, not an agent. An agent &amp;nbsp;
&lt;br&gt;is supposed to have autonomy regarding its state. Generally, you &amp;nbsp;
&lt;br&gt;interact with it through ACL Messages, not by calling its methods!
&lt;br&gt;&lt;br&gt;Using an agent for encapsulating a shared environment is ok (you &amp;nbsp;
&lt;br&gt;&amp;quot;agentify&amp;quot; the environment). This lets you access that &amp;quot;environment&amp;quot; &amp;nbsp;
&lt;br&gt;from any container. The agentified environment interacts with agents &amp;nbsp;
&lt;br&gt;through messages.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Henrique
&lt;br&gt;&lt;br&gt;&lt;br&gt;Quoting Caire Giovanni &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19914546&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;giovanni.caire@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Your approach is definitely simpler, but it works only in a single &amp;nbsp;
&lt;br&gt;&amp;gt; container. If your agents are distributed across different &amp;nbsp;
&lt;br&gt;&amp;gt; containers (as usual in JADE based applications) of course your &amp;nbsp;
&lt;br&gt;&amp;gt; shared environment is not shared anymore.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bye,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Giovanni
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: ??????? ???????? [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19914546&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lebiathan@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: giovedì 9 ottobre 2008 21.06
&lt;br&gt;&amp;gt; To: M Abdoos
&lt;br&gt;&amp;gt; Cc: Caire Giovanni; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19914546&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;; &amp;nbsp;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19914546&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: Re: [jade-develop] Help me please
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Well, I don't really think that you need to specify an agent (not to &amp;nbsp;
&lt;br&gt;&amp;gt; mention an ontology) in order to &amp;quot;implement&amp;quot; a shared environment. &amp;nbsp;
&lt;br&gt;&amp;gt; Any class would do, with public getter and setters. Even more, &amp;nbsp;
&lt;br&gt;&amp;gt; although I don't really recommend it, is to use public variables &amp;nbsp;
&lt;br&gt;&amp;gt; declared in the class that instantiates your agents. Lastly, similar &amp;nbsp;
&lt;br&gt;&amp;gt; to the above approach but also not recommended as an approach, you &amp;nbsp;
&lt;br&gt;&amp;gt; could create a BasicAgent class that all other agents would &amp;nbsp;
&lt;br&gt;&amp;gt; sublcass, and declare static variables that represent your &amp;nbsp;
&lt;br&gt;&amp;gt; environment.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A dedicated agent (or simplier put a dedicated class) would be the &amp;nbsp;
&lt;br&gt;&amp;gt; best way to do it (in my opinion). Make sure that you pass a &amp;nbsp;
&lt;br&gt;&amp;gt; reference to that object to each agent (so the agents may have &amp;nbsp;
&lt;br&gt;&amp;gt; access to its methods).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; George
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Thu, Oct 9, 2008 at 6:03 PM, Caire Giovanni &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19914546&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;giovanni.caire@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; HI,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; JADE does not provide a ready-made shared space for agents. In my
&lt;br&gt;&amp;gt;&amp;gt; opinion the easiest way to implement it is by means of a dedicated
&lt;br&gt;&amp;gt;&amp;gt; agent (let's call it SharedSpaceAgent) that supports actions &amp;nbsp;(you
&lt;br&gt;&amp;gt;&amp;gt; have to define a simple ontology) such as Put and Get. Furthetrmore
&lt;br&gt;&amp;gt;&amp;gt; that agent can support subscriptions.
&lt;br&gt;&amp;gt;&amp;gt; BYe,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Giovanni
&lt;br&gt;&amp;gt;&amp;gt; ________________________________
&lt;br&gt;&amp;gt;&amp;gt; From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19914546&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19914546&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;] On Behalf Of M Abdoos
&lt;br&gt;&amp;gt;&amp;gt; Sent: giovedì 9 ottobre 2008 8.21
&lt;br&gt;&amp;gt;&amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19914546&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; Cc: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19914546&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; Subject: [jade-develop] Help me please
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Dear Jaders,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm beginner in developing multi agent systems with JADE.
&lt;br&gt;&amp;gt;&amp;gt; I have a simle question that I need to be guided.
&lt;br&gt;&amp;gt;&amp;gt; I want to develope a simple system with 5 or more agents.
&lt;br&gt;&amp;gt;&amp;gt; The agents have a shared environment that any of them can change it.
&lt;br&gt;&amp;gt;&amp;gt; So the agents must be aware about the changes of the environment.
&lt;br&gt;&amp;gt;&amp;gt; I don't know how to develope an agent as a shared variable.
&lt;br&gt;&amp;gt;&amp;gt; Could you help me, please?
&lt;br&gt;&amp;gt;&amp;gt; Does it require an ontology?
&lt;br&gt;&amp;gt;&amp;gt; Can I use AMS for that?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks a lot,
&lt;br&gt;&amp;gt;&amp;gt; Monireh Abdoos
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ________________________________
&lt;br&gt;&amp;gt;&amp;gt; CONFIDENTIALITY NOTICE
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This message and its attachments are addressed solely to the persons
&lt;br&gt;&amp;gt;&amp;gt; above and may contain confidential information. If you have received
&lt;br&gt;&amp;gt;&amp;gt; the message in error, be informed that any use of the content &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; hereof is prohibited.
&lt;br&gt;&amp;gt;&amp;gt; Please return it immediately to the sender and delete the message.
&lt;br&gt;&amp;gt;&amp;gt; Should you have any questions, please contact us by replying to
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19914546&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;webmaster@...&lt;/a&gt;.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thank you
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; www.telecomitalia.it
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; jade-develop mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19914546&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; UNSUBSCRIBE INSTRUCTIONS AT
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; CONFIDENTIALITY NOTICE
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This message and its attachments are addressed solely to the persons &amp;nbsp;
&lt;br&gt;&amp;gt; above and may contain confidential information. If you have received &amp;nbsp;
&lt;br&gt;&amp;gt; the message in error, be informed that any use of the content hereof &amp;nbsp;
&lt;br&gt;&amp;gt; is prohibited. Please return it immediately to the sender and delete &amp;nbsp;
&lt;br&gt;&amp;gt; the message. Should you have any questions, please contact us by &amp;nbsp;
&lt;br&gt;&amp;gt; replying to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19914546&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;webmaster@...&lt;/a&gt;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thank you
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; www.telecomitalia.it
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19914546&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Help-me-please-tp19893064p19914546.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19913559</id>
	<title>Re: Help me please</title>
	<published>2008-10-10T00:47:37Z</published>
	<updated>2008-10-10T00:47:37Z</updated>
	<author>
		<name>Γιώργος Βαλκανάς</name>
	</author>
	<content type="html">Good point! Didn't think of that option, to be honest.. :-)
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;George
&lt;br&gt;&lt;br&gt;On Fri, Oct 10, 2008 at 9:55 AM, Caire Giovanni
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19913559&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;giovanni.caire@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Your approach is definitely simpler, but it works only in a single container. If your agents are distributed across different containers (as usual in JADE based applications) of course your shared environment is not shared anymore.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bye,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Giovanni
&lt;br&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19913559&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Help-me-please-tp19893064p19913559.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19913159</id>
	<title>Re: Help me please</title>
	<published>2008-10-10T00:14:07Z</published>
	<updated>2008-10-10T00:14:07Z</updated>
	<author>
		<name>Christian Ober-Blöbaum</name>
	</author>
	<content type="html">Would you please NOT send mails of almost 3 MB size to the mailinglist?!
&lt;br&gt;Since not everyone has much bandwidth and mail folders...
&lt;br&gt;&lt;br&gt;Thank you!
&lt;br&gt;&lt;br&gt;Am Donnerstag, den 09.10.2008, 17:19 +0300 schrieb joseph CHIDIAC:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Dear all, 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I’m beginner &amp;nbsp;in developing on Android , and I have a pb with my code
&lt;br&gt;&amp;gt; (attachment file)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can anyone help me please .
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Actually, &amp;nbsp;my pb is when I run the application I get the following
&lt;br&gt;&amp;gt; error 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Joseph CHIDIAC
&lt;br&gt;&amp;gt; ROXANA 
&lt;br&gt;&amp;gt; CEDARS-Shagoura Street 
&lt;br&gt;&amp;gt; Tel &amp;nbsp; &amp;nbsp; &amp;nbsp; : +961 - 6 - 67 80 70 &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Mobile : +961- 3 - 15 15 45 
&lt;br&gt;&amp;gt; E-mail &amp;nbsp;: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19913159&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;josephchidiac@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Site Web : www.e-roxana.com &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19913159&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;
&lt;br&gt;&amp;gt; [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19913159&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;] On Behalf Of M Abdoos
&lt;br&gt;&amp;gt; Sent: jeudi 9 octobre 2008 09:21
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19913159&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Cc: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19913159&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: [jade-develop] Help me please
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Dear Jaders,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm beginner in developing multi agent systems with JADE.
&lt;br&gt;&amp;gt; I have a simle question that I need to be guided.
&lt;br&gt;&amp;gt; I want to develope a simple system with 5 or more agents.
&lt;br&gt;&amp;gt; The agents have a shared environment that any of them can change it.
&lt;br&gt;&amp;gt; So the agents must be aware about the changes of the environment.
&lt;br&gt;&amp;gt; I don't know how to develope an agent as a shared variable.
&lt;br&gt;&amp;gt; Could you help me, please?
&lt;br&gt;&amp;gt; Does it require an ontology?
&lt;br&gt;&amp;gt; Can I use AMS for that?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks a lot,
&lt;br&gt;&amp;gt; Monireh Abdoos
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; jade-develop mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19913159&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;&amp;gt; UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;/div&gt;-- 
&lt;/div&gt;PGP Public key: &lt;a href=&quot;http://www.informatik.uni-bremen.de/~cob/cob.asc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.informatik.uni-bremen.de/~cob/cob.asc&lt;/a&gt;&lt;br&gt;Fingerprint: &lt;a href=&quot;http://www.informatik.uni-bremen.de/~cob/cob.asc.fingerprint&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.informatik.uni-bremen.de/~cob/cob.asc.fingerprint&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19913159&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/19913159/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Help-me-please-tp19893064p19913159.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19913133</id>
	<title>RE: Help me please</title>
	<published>2008-10-09T23:55:38Z</published>
	<updated>2008-10-09T23:55:38Z</updated>
	<author>
		<name>Caire Giovanni-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Your approach is definitely simpler, but it works only in a single container. If your agents are distributed across different containers (as usual in JADE based applications) of course your shared environment is not shared anymore.
&lt;br&gt;&lt;br&gt;Bye,
&lt;br&gt;&lt;br&gt;Giovanni
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Γιώργος Βαλκανάς [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19913133&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lebiathan@...&lt;/a&gt;]
&lt;br&gt;Sent: giovedì 9 ottobre 2008 21.06
&lt;br&gt;To: M Abdoos
&lt;br&gt;Cc: Caire Giovanni; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19913133&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19913133&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [jade-develop] Help me please
&lt;br&gt;&lt;br&gt;Well, I don't really think that you need to specify an agent (not to mention an ontology) in order to &amp;quot;implement&amp;quot; a shared environment. Any class would do, with public getter and setters. Even more, although I don't really recommend it, is to use public variables declared in the class that instantiates your agents. Lastly, similar to the above approach but also not recommended as an approach, you could create a BasicAgent class that all other agents would sublcass, and declare static variables that represent your environment.
&lt;br&gt;&lt;br&gt;A dedicated agent (or simplier put a dedicated class) would be the best way to do it (in my opinion). Make sure that you pass a reference to that object to each agent (so the agents may have access to its methods).
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;George
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Thu, Oct 9, 2008 at 6:03 PM, Caire Giovanni &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19913133&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;giovanni.caire@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; HI,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; JADE does not provide a ready-made shared space for agents. In my
&lt;br&gt;&amp;gt; opinion the easiest way to implement it is by means of a dedicated
&lt;br&gt;&amp;gt; agent (let's call it SharedSpaceAgent) that supports actions &amp;nbsp;(you
&lt;br&gt;&amp;gt; have to define a simple ontology) such as Put and Get. Furthetrmore
&lt;br&gt;&amp;gt; that agent can support subscriptions.
&lt;br&gt;&amp;gt; BYe,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Giovanni
&lt;br&gt;&amp;gt; ________________________________
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19913133&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;
&lt;br&gt;&amp;gt; [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19913133&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;] On Behalf Of M Abdoos
&lt;br&gt;&amp;gt; Sent: giovedì 9 ottobre 2008 8.21
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19913133&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Cc: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19913133&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: [jade-develop] Help me please
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Dear Jaders,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm beginner in developing multi agent systems with JADE.
&lt;br&gt;&amp;gt; I have a simle question that I need to be guided.
&lt;br&gt;&amp;gt; I want to develope a simple system with 5 or more agents.
&lt;br&gt;&amp;gt; The agents have a shared environment that any of them can change it.
&lt;br&gt;&amp;gt; So the agents must be aware about the changes of the environment.
&lt;br&gt;&amp;gt; I don't know how to develope an agent as a shared variable.
&lt;br&gt;&amp;gt; Could you help me, please?
&lt;br&gt;&amp;gt; Does it require an ontology?
&lt;br&gt;&amp;gt; Can I use AMS for that?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks a lot,
&lt;br&gt;&amp;gt; Monireh Abdoos
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ________________________________
&lt;br&gt;&amp;gt; CONFIDENTIALITY NOTICE
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This message and its attachments are addressed solely to the persons
&lt;br&gt;&amp;gt; above and may contain confidential information. If you have received
&lt;br&gt;&amp;gt; the message in error, be informed that any use of the content hereof is prohibited.
&lt;br&gt;&amp;gt; Please return it immediately to the sender and delete the message.
&lt;br&gt;&amp;gt; Should you have any questions, please contact us by replying to
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19913133&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;webmaster@...&lt;/a&gt;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thank you
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; www.telecomitalia.it
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; jade-develop mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19913133&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;&amp;gt; UNSUBSCRIBE INSTRUCTIONS AT
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;/div&gt;&lt;br&gt;CONFIDENTIALITY NOTICE
&lt;br&gt;&lt;br&gt;This message and its attachments are addressed solely to the persons above and may contain confidential information. If you have received the message in error, be informed that any use of the content hereof is prohibited. Please return it immediately to the sender and delete the message. Should you have any questions, please contact us by replying to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19913133&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;webmaster@...&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thank you
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; www.telecomitalia.it
&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19913133&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Help-me-please-tp19893064p19913133.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19905308</id>
	<title>Re: Help me please</title>
	<published>2008-10-09T12:06:21Z</published>
	<updated>2008-10-09T12:06:21Z</updated>
	<author>
		<name>Γιώργος Βαλκανάς</name>
	</author>
	<content type="html">Well, I don't really think that you need to specify an agent (not to
&lt;br&gt;mention an ontology) in order to &amp;quot;implement&amp;quot; a shared environment. Any
&lt;br&gt;class would do, with public getter and setters. Even more, although I
&lt;br&gt;don't really recommend it, is to use public variables declared in the
&lt;br&gt;class that instantiates your agents. Lastly, similar to the above
&lt;br&gt;approach but also not recommended as an approach, you could create a
&lt;br&gt;BasicAgent class that all other agents would sublcass, and declare
&lt;br&gt;static variables that represent your environment.
&lt;br&gt;&lt;br&gt;A dedicated agent (or simplier put a dedicated class) would be the
&lt;br&gt;best way to do it (in my opinion). Make sure that you pass a reference
&lt;br&gt;to that object to each agent (so the agents may have access to its
&lt;br&gt;methods).
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;George
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Thu, Oct 9, 2008 at 6:03 PM, Caire Giovanni
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19905308&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;giovanni.caire@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; HI,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; JADE does not provide a ready-made shared space for agents. In my opinion
&lt;br&gt;&amp;gt; the easiest way to implement it is by means of a dedicated agent (let's call
&lt;br&gt;&amp;gt; it SharedSpaceAgent) that supports actions &amp;nbsp;(you have to define a
&lt;br&gt;&amp;gt; simple ontology) such as Put and Get. Furthetrmore that agent can support
&lt;br&gt;&amp;gt; subscriptions.
&lt;br&gt;&amp;gt; BYe,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Giovanni
&lt;br&gt;&amp;gt; ________________________________
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19905308&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;
&lt;br&gt;&amp;gt; [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19905308&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;] On Behalf Of M Abdoos
&lt;br&gt;&amp;gt; Sent: giovedì 9 ottobre 2008 8.21
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19905308&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Cc: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19905308&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: [jade-develop] Help me please
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Dear Jaders,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm beginner in developing multi agent systems with JADE.
&lt;br&gt;&amp;gt; I have a simle question that I need to be guided.
&lt;br&gt;&amp;gt; I want to develope a simple system with 5 or more agents.
&lt;br&gt;&amp;gt; The agents have a shared environment that any of them can change it.
&lt;br&gt;&amp;gt; So the agents must be aware about the changes of the environment.
&lt;br&gt;&amp;gt; I don't know how to develope an agent as a shared variable.
&lt;br&gt;&amp;gt; Could you help me, please?
&lt;br&gt;&amp;gt; Does it require an ontology?
&lt;br&gt;&amp;gt; Can I use AMS for that?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks a lot,
&lt;br&gt;&amp;gt; Monireh Abdoos
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ________________________________
&lt;br&gt;&amp;gt; CONFIDENTIALITY NOTICE
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This message and its attachments are addressed solely to the persons above
&lt;br&gt;&amp;gt; and may contain confidential information. If you have received the message
&lt;br&gt;&amp;gt; in error, be informed that any use of the content hereof is prohibited.
&lt;br&gt;&amp;gt; Please return it immediately to the sender and delete the message. Should
&lt;br&gt;&amp;gt; you have any questions, please contact us by replying to
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19905308&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;webmaster@...&lt;/a&gt;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thank you
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; www.telecomitalia.it
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; jade-develop mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19905308&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;&amp;gt; UNSUBSCRIBE INSTRUCTIONS AT
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19905308&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Help-me-please-tp19893064p19905308.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19900843</id>
	<title>RE: Help me please</title>
	<published>2008-10-09T08:03:15Z</published>
	<updated>2008-10-09T08:03:15Z</updated>
	<author>
		<name>Caire Giovanni-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;meta content=&quot;MSHTML 6.00.2900.3395&quot; name=&quot;GENERATOR&quot;&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;span class=&quot;328294914-09102008&quot;&gt;&lt;font face=&quot;Arial&quot; color=&quot;#0000ff&quot; size=&quot;2&quot;&gt;HI,&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;span class=&quot;328294914-09102008&quot;&gt;&lt;font face=&quot;Arial&quot; color=&quot;#0000ff&quot; size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;span class=&quot;328294914-09102008&quot;&gt;&lt;font face=&quot;Arial&quot; color=&quot;#0000ff&quot; size=&quot;2&quot;&gt;JADE does not provide a ready-made shared space for agents. In my opinion the easiest way to implement it is&amp;nbsp;by means of a dedicated agent (let's call it
 SharedSpaceAgent) that&amp;nbsp;supports actions&amp;nbsp;&amp;nbsp;(you have to define a simple&amp;nbsp;ontology) such as Put and&amp;nbsp;Get. Furthetrmore that agent can support subscriptions.&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;328294914-09102008&quot;&gt;&lt;/span&gt;&lt;font face=&quot;Arial&quot;&gt;&lt;font color=&quot;#0000ff&quot;&gt;&lt;font size=&quot;2&quot;&gt;BYe,&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face=&quot;Arial&quot;&gt;&lt;font color=&quot;#0000ff&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;font face=&quot;Arial&quot;&gt;&lt;font color=&quot;#0000ff&quot;&gt;&lt;font size=&quot;2&quot;&gt;G&lt;span class=&quot;328294914-09102008&quot;&gt;iovanni&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div class=&quot;OutlookMessageHeader&quot; lang=&quot;en-us&quot; dir=&quot;ltr&quot; align=&quot;left&quot;&gt;
&lt;hr tabindex=&quot;-1&quot;&gt;
&lt;font face=&quot;Tahoma&quot; size=&quot;2&quot;&gt;&lt;b&gt;From:&lt;/b&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19900843&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19900843&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;]
&lt;b&gt;On Behalf Of &lt;/b&gt;M Abdoos&lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; giovedì 9 ottobre 2008 8.21&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19900843&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;&lt;br&gt;
&lt;b&gt;Cc:&lt;/b&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19900843&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; [jade-develop] Help me please&lt;br&gt;
&lt;/font&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;div&gt;Dear Jaders,&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;I'm beginner in developing multi agent systems with JADE.&lt;br&gt;
I have a simle question that I need to be guided.&lt;br&gt;
I want to develope a simple system with 5 or more agents.&lt;br&gt;
The agents have a shared environment that any of them can change it.&lt;br&gt;
So the agents must be aware about the changes of the environment.&lt;br&gt;
I don't know how to develope an agent as a shared variable.&lt;br&gt;
Could you help me, please?&lt;br&gt;
Does it require an ontology?&lt;br&gt;
Can I use AMS for that?&lt;/div&gt;
&lt;p&gt;Thanks a lot,&lt;br&gt;
Monireh Abdoos&lt;br&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;hr&gt;
&lt;font face=&quot;Courier New&quot; color=&quot;Black&quot; size=&quot;3&quot;&gt;&lt;br&gt;
CONFIDENTIALITY NOTICE&lt;br&gt;
&lt;br&gt;
This message and its attachments are addressed solely to the persons above and may contain confidential information. If you have received the message in error, be informed that any use of the content hereof is prohibited. Please return it immediately to the
 sender and delete the message. Should you have any questions, please contact us by replying to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19900843&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;webmaster@...&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
Thank you&lt;br&gt;
&lt;br&gt;
www.telecomitalia.it&lt;br&gt;
&lt;/font&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19900843&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Help-me-please-tp19893064p19900843.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19912965</id>
	<title>Help me please</title>
	<published>2008-10-09T07:19:17Z</published>
	<updated>2008-10-09T07:19:17Z</updated>
	<author>
		<name>joseph CHIDIAC</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;2050&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Dear all, &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;I&amp;#8217;m beginner &amp;nbsp;in developing on Android , and I have a
pb with my code (attachment file)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Can anyone help me please .&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Actually, &amp;nbsp;my pb is when I run the application I get the
following error &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;img width=402 height=539 id=&quot;Picture_x0020_1&quot; src=&quot;http://www.nabble.com/attachment/19912965/0/image001.png&quot;&gt;&lt;/span&gt;&lt;span style='font-size:11.0pt;
font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#004080'&gt;Joseph CHIDIAC&lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:6.0pt;
font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;&lt;br&gt;
&lt;/span&gt;&lt;span style='font-size:8.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:navy'&gt;ROXANA &lt;br&gt;
CEDARS-Shagoura Street &lt;/span&gt;&lt;span style='font-size:8.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#004080'&gt;&lt;br&gt;
&lt;/span&gt;&lt;u&gt;&lt;span style='font-size:8.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;
color:navy'&gt;Tel &lt;/span&gt;&lt;/u&gt;&lt;span style='font-size:8.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;
color:black'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;: &lt;/span&gt;&lt;b&gt;&lt;span style='font-size:8.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:navy'&gt;+961 - 6 -
67 80 70 &amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span lang=FR style='font-size:8.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;
color:navy'&gt;Mobile &lt;/span&gt;&lt;/u&gt;&lt;b&gt;&lt;span lang=FR style='font-size:8.0pt;
font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:navy'&gt;: +961- 3 - 15 15 45 &lt;/span&gt;&lt;/b&gt;&lt;span lang=FR style='font-size:8.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;&lt;br&gt;
&lt;/span&gt;&lt;u&gt;&lt;span lang=FR style='font-size:8.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;
color:navy'&gt;E-mail&amp;nbsp; :&lt;/span&gt;&lt;/u&gt;&lt;span lang=FR style='font-size:8.0pt;
font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:black'&gt; &lt;/span&gt;&lt;u&gt;&lt;span lang=FR style='font-size:8.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:blue'&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19912965&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;josephchidiac@...&lt;/a&gt;&lt;/span&gt;&lt;/u&gt;&lt;span lang=FR style='font-size:8.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;&lt;br&gt;
&lt;/span&gt;&lt;u&gt;&lt;span lang=FR style='font-size:8.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;
color:navy'&gt;Site Web :&lt;/span&gt;&lt;/u&gt;&lt;span lang=FR style='font-size:8.0pt;
font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:black'&gt; &lt;a href=&quot;http://www.e-roxana.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:blue'&gt;www.e-roxana.com&lt;/span&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;span lang=FR style='font-size:8.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;br&gt;
&lt;br&gt;
&lt;/span&gt;&lt;span lang=FR style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=FR style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19912965&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;
[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19912965&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;] &lt;b&gt;On Behalf Of &lt;/b&gt;M Abdoos&lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; jeudi 9 octobre 2008 09:21&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19912965&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;&lt;br&gt;
&lt;b&gt;Cc:&lt;/b&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19912965&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; [jade-develop] Help me please&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;Dear Jaders,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;I'm beginner in developing multi agent systems with JADE.&lt;br&gt;
I have a simle question that I need to be guided.&lt;br&gt;
I want to develope a simple system with 5 or more agents.&lt;br&gt;
The agents have a shared environment that any of them can change it.&lt;br&gt;
So the agents must be aware about the changes of the environment.&lt;br&gt;
I don't know how to develope an agent as a shared variable.&lt;br&gt;
Could you help me, please?&lt;br&gt;
Does it require an ontology?&lt;br&gt;
Can I use AMS for that?&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p&gt;Thanks a lot,&lt;br&gt;
Monireh Abdoos&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19912965&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;GeoICQ.zip&lt;/strong&gt; (2M) &lt;a href=&quot;http://www.nabble.com/attachment/19912965/1/GeoICQ.zip&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Help-me-please-tp19893064p19912965.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19893064</id>
	<title>Help me please</title>
	<published>2008-10-08T23:20:45Z</published>
	<updated>2008-10-08T23:20:45Z</updated>
	<author>
		<name>M Abdoos</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;&lt;div&gt;Dear Jaders,&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;I&amp;#39;m beginner in developing multi agent systems with JADE.&lt;br&gt;I have a simle question that I need to be guided.&lt;br&gt;I want to develope a simple system with 5 or more agents.&lt;br&gt;The agents have a shared environment that any of them can change it.&lt;br&gt;
So the agents must be aware about the changes of the environment.&lt;br&gt;I don&amp;#39;t know how to develope an agent as a shared variable.&lt;br&gt;Could you help me, please?&lt;br&gt;Does it require an ontology?&lt;br&gt;Can I use AMS for that?&lt;/div&gt;

&lt;p&gt;Thanks a lot,&lt;br&gt;Monireh Abdoos&lt;br&gt;&lt;/p&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19893064&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Help-me-please-tp19893064p19893064.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19891303</id>
	<title>Please unsubscribe me from the mailing list, thanks.</title>
	<published>2008-10-08T19:41:47Z</published>
	<updated>2008-10-08T19:41:47Z</updated>
	<author>
		<name>sherryann yang</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div style=&quot;font-family:times new roman, new york, times, serif;font-size:12pt&quot;&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;
      &lt;hr size=1&gt;Ask a question on any topic and get answers from real people. &lt;a href=&quot;http://ca.answers.yahoo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;b&gt;Go to Yahoo! Answers.&lt;/b&gt;&lt;/a&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19891303&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Please-unsubscribe-me-from-the-mailing-list%2C-thanks.-tp19891303p19891303.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19880666</id>
	<title>I: WSIG2.0: problem to call method having no parameter and no return values</title>
	<published>2008-10-08T08:02:25Z</published>
	<updated>2008-10-08T08:02:25Z</updated>
	<author>
		<name>Scagliotti Enrico</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:st1=&quot;urn:schemas-microsoft-com:office:smarttags&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;PersonName&quot; /&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
st1\:*{behavior:url(#default#ieooui) }
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=IT link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Hi Gopal,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=&quot;#333399&quot; face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:#333399'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=&quot;#333399&quot; face=Arial&gt;&lt;span lang=EN-GB style='font-size:10.0pt;font-family:Arial;color:#333399'&gt;Attention, as I have
written, the fix is not in WSIG but in JADE.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=&quot;#333399&quot; face=Arial&gt;&lt;span lang=EN-GB style='font-size:10.0pt;font-family:Arial;color:#333399'&gt;You must update the
JADE sources and rebuild it. &lt;br&gt;
&lt;br&gt;
JADE SVN repository: https://avalon.tilab.com/svn/jade/trunk &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=&quot;#333399&quot; face=Arial&gt;&lt;span lang=EN-GB style='font-size:10.0pt;font-family:Arial;color:#333399'&gt;Recompile JADE with
&amp;quot;ant lib&amp;quot;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-GB style='font-size:10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Bye&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Enrico&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div class=MsoNormal align=center style='text-align:center'&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt'&gt;

&lt;hr size=2 width=&quot;100%&quot; align=center tabindex=-1&gt;

&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'&gt;Da:&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;font-family:Tahoma'&gt; Gopal.Varshney
[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19880666&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gopal.Varshney@...&lt;/a&gt;] &lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Inviato:&lt;/span&gt;&lt;/b&gt; mercoledì 8 ottobre 2008
16.14&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;A:&lt;/span&gt;&lt;/b&gt; &lt;st1:PersonName w:st=&quot;on&quot;&gt;Scagliotti
 Enrico&lt;/st1:PersonName&gt;; &lt;st1:PersonName w:st=&quot;on&quot;&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19880666&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;&lt;/st1:PersonName&gt;&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Oggetto:&lt;/span&gt;&lt;/b&gt; RE: WSIG2.0: problem to
call method having no parameter and no return values&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;Hi Enrico&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;I have downloaded source
code of WSIG from SVN and updated the package &amp;#8220;com.tilab.wsig&amp;#8221; and
all its sub packages.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;Rebuild the entire
project. It is still showing me exposed method names in lower case those were
exposed with out mapper class.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;Am I doing something
wrong?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;Please suggest.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=maroon face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:maroon'&gt;Thanks &amp;amp; Regards&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;Gopal Varshney&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;div class=MsoNormal align=center style='text-align:center'&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span lang=EN-US style='font-size:12.0pt'&gt;

&lt;hr size=2 width=&quot;100%&quot; align=center tabindex=-1&gt;

&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Tahoma;font-weight:bold'&gt;From:&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Tahoma'&gt;
&lt;st1:PersonName w:st=&quot;on&quot;&gt;Scagliotti Enrico&lt;/st1:PersonName&gt;
[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19880666&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;enrico.scagliotti@...&lt;/a&gt;] &lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Subject:&lt;/span&gt;&lt;/b&gt; R: WSIG2.0: problem to
call method having no parameter and no return values&lt;/span&gt;&lt;/font&gt;&lt;span lang=EN-US&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span lang=EN-US style='font-size:12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Hi &lt;/span&gt;&lt;/font&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;
color:navy'&gt;Gopal,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=&quot;#333399&quot; face=Arial&gt;&lt;span lang=EN-GB style='font-size:10.0pt;font-family:Arial;color:#333399'&gt;The problem is in JADE
getActionSchema() method that return a list in lower case. &lt;br&gt;
We have fixed the problem in jade and changes are available on the svn
repository. &lt;br&gt;
If you want to use this new features you need to update the sources of jade and
rebuild everything. &lt;br&gt;
Otherwise the only way is to use the mapper with the annotation @ OperationName
(...).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;Bye&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;Enrico&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19880666&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/I%3A-WSIG2.0%3A-problem-to-call-method-having-no-parameter-and-no-return-values-tp19880666p19880666.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19879564</id>
	<title>RE: WSIG2.0: problem to call method having no parameter and no return values</title>
	<published>2008-10-08T07:12:02Z</published>
	<updated>2008-10-08T07:12:02Z</updated>
	<author>
		<name>Gopal.Varshney-2</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:st1=&quot;urn:schemas-microsoft-com:office:smarttags&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot; xmlns:ns0=&quot;urn:schemas-microsoft-com:office:smarttags&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;PersonName&quot; /&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
st1\:*{behavior:url(#default#ieooui) }
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Hi Enrico&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;I have downloaded source code of WSIG from
SVN and updated the package &amp;#8220;com.tilab.wsig&amp;#8221; and all its sub
packages.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Rebuild the entire project. It is still
showing me exposed method names in lower case those were exposed with out
mapper class.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Am I doing something wrong?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Please suggest.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=maroon face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:maroon'&gt;Thanks &amp;amp; Regards&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Gopal Varshney&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;div class=MsoNormal align=center style='text-align:center'&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt'&gt;

&lt;hr size=2 width=&quot;100%&quot; align=center tabindex=-1&gt;

&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'&gt;From:&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;font-family:Tahoma'&gt; Scagliotti
Enrico [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19879564&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;enrico.scagliotti@...&lt;/a&gt;] &lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Subject:&lt;/span&gt;&lt;/b&gt; R: WSIG2.0: problem to call
method having no parameter and no return values&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=IT style='font-size:10.0pt;font-family:Arial;color:navy'&gt;Hi &lt;/span&gt;&lt;/font&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;
color:navy'&gt;Gopal,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=&quot;#333399&quot; face=Arial&gt;&lt;span lang=EN-GB style='font-size:10.0pt;font-family:Arial;color:#333399'&gt;The problem is in JADE
getActionSchema() method that return a list in lower case. &lt;br&gt;
We have fixed the problem in jade and changes are available on the svn
repository. &lt;br&gt;
If you want to use this new features you need to update the sources of jade and
rebuild everything. &lt;br&gt;
Otherwise the only way is to use the mapper with the annotation @ OperationName
(...).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=IT style='font-size:10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Bye&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Enrico&lt;/span&gt;&lt;/font&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=IT style='font-size:10.0pt;font-family:Arial;
color:navy'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=