[jboss-user] [EJB 3.0] - Re: ejb3.0 problem, container not yet available??
ALRubinger
do-not-reply at jboss.com
Sat Apr 5 10:07:27 EDT 2008
Yes, you arrived at the solution. Here you have:
@Local({CallHandlerService.class})
| @Remote({CallHandlerService.class})
Which your version of JBoss has allowed, but in fact this is prohibited:
"EJB3 Core Specification 4.6.6" wrote : The same business interface cannot be both a local and a remote business interface of the bean.
I can't find the JIRA for this at the moment, but it's been fixed and now cites an error on deployment.
S,
ALR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141837#4141837
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141837
More information about the jboss-user
mailing list