[jboss-user] [EJB 3.0] - Re: How to embed version number in ejb jndi names?
jbelis
do-not-reply at jboss.com
Thu Feb 8 22:08:26 EST 2007
Thanks for the answers.
I tried the @RemoteBinding approach, and it allows you to lookup beans under an overriding name. Cool. However, JBoss does not let me deploy 2 ejb jars with different versions of EJBs, even if the @RemoteBinding annotations are not conflicting. It says the names are already bound when i deploy the second one.
The versioned ear file approach works though. It appears to be better able to provide isolation between apps. Thanks again.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013406#4013406
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4013406
More information about the jboss-user
mailing list