[jboss-user] [EJB 3.0] - Re: Requesting the EJB container to remove an instance

ALRubinger do-not-reply at jboss.com
Sat Mar 14 16:49:21 EDT 2009


I'll implement "remove()" for us.  It'll be dependent upon the new EJB3 release (due out this week).

Your implementation of JBossEjbReference will not work w/ SessionContext.getInvokedBusinessInterface() because it's looking up a non-deterministic proxy.  Why did you chooe to go for:

this.jndiName = fullJndiName.substring(0, fullJndiName.lastIndexOf("-"));

..?

"create" and "get" look good.

S.
ALR


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218047#4218047

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218047



More information about the jboss-user mailing list