[jboss-dev-forums] [Design of EJB 3.0] - Re: Kill Default Remote Binding if 1+ @RemoteBinding is spec
jaikiran
do-not-reply at jboss.com
Fri Oct 24 05:06:44 EDT 2008
I now understand how to reproduce this. Your workaround description in that JIRA issue helped me reproduce this issue :-)
So i changed my bean to:
| @Stateless
| @Remote (UserManagerRemote.class)
| @RemoteBinding (jndiBinding = "ZEJB3Persistence/UserManagerBean")
| public class UserManagerBean implements UserManagerLocal, UserManagerRemote {
The ZEJB3Persistence is the name of my EAR file in which this bean is deployed.
And it fails during deploy time with CCE (on CR2 and trunk) as you mentioned. But from what i see, it fails while binding the business interface specific proxies at ZEJB3Persistence/UserManagerBean/remote-org.myapp.ejb.UserManagerRemote and not the default business proxy.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184407#4184407
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184407
More information about the jboss-dev-forums
mailing list