Hi. I was checking OpenIM implementation and found some things: - Did you consider using prevayler as a Storage?
- The AccountRepositoryHolderImpl has a ownership issue (that I face a few weeks ago by myself) - You declare that 'AccountRepositoryHolderImpl' class depends on Account service - After that you *create* on or more Account (m_serviceManager.lookup( "Account" );) Now the question: how merlin handles the Account lookup? It creates a new one for each lookup (his lifestyle is 'transient') or returns the same one? Maybe the component dependency could declare a cardinality. Regards, hammett -----Mensagem original----- De: Alexis Agahi [mailto:[EMAIL PROTECTED] Enviada em: s�bado, 27 de setembro de 2003 20:33 Para: Avalon Developers List Assunto: OpenIM 1.1 (based on Merlin 3.0 beta1) Folks I'm would like to annonce the release of OpenIM (Java Jabber Server) 1.1 based on Merlin 3.0 beta1 release. OpenIM 1.1 has been successfully refactored (with the help of Steve) to use Merlin instead of Phoenix container. BTW 1.0 is still (and will remain) available as a Phoenix application example. I would like to say a "BIG THANKS" to the Avalon team for all the works/libs and tools that has strongly helped to create OpenIM server. Regards --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
