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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to