Maybe you could put your example on the Wiki and one of the maintainers could incorporate it into the examples?
Steve Gibson -----Original Message----- From: David J. M. Karlsen [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 8:35 AM To: [email protected] Subject: [SPAM] - got the ejbproxy to work now - Email has different SMTP TO: and MIME TO: fields in the email addresses <module id="com.mypackage" version="1.0.0"> <service-point id="SessionFacade" interface="com.mypackage.SessionFacade"> <invoke-factory service-id="hivemind.lib.EJBProxyFactory"> <construct home-interface="com.mypackage.SessionFacadeHome" jndi-name="ejb/com.mypackage/SessionFacadeHome"/> </invoke-factory> </service-point> </module> for the interested. The client simply does a: SessionFacade sf = (SessionFacade) registry.getService(SessionFacade.class); to obtain the component interface now - clean and mean. But still, I think HM would achive success [a lot earlier] if the documentation was better, providing a complete and common example - showing how all the parts relate. David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com --------------------------------------------------------------------- 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]
