All, EJBProxyFactory currently doesn't support EJB3 if you're using the "simplified" API, since you don't use "home" objects. The bean itself is retrieved via a JNDI lookup. To support EJB3, we can either change EJBProxyFactory or create a new SimplifiedEJBProxyFactory. What do you guys want to do? If we modify the current code, we could assume the simplified API if the home interface is omitted maybe. We could also not require the JNDI name anymore, since it defaults to the name of the remote interface.
James --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]