The ASCML Wiki
Wish List:
- dependency resolution: when given more than one provider-address, it should be possible to specify the order in which the providers are contacted (either sequential or parallel)
- When an agent dies because of an internal exception the JADE-platform automatically removes this agent from the Main-Container and a message ERROR: Agent BirthdayChild died without being properly terminated is posted to the console. The agent is also removed from the ASCML (because it is removed from the Main-Container) but it shouldn't be. Instead the agent-status sould be set to STATUS-ERROR. We need to distinguish between natural agent-dieing and exceptional agent-dieing.
This has to be implementet in several parts of JADE. In Jade.core.Agent the agent will have to send a message to the AMS, which will then send messages to all registered plattform-event listeners.
- Erlangen wishes to know how agents are stopped when ASCML runs in nogui/remote mode
Fullfilled wishes: