As the log message states, this is mandated by EJB3 spec:
anonymous wrote : The same business interface cannot be both a local and a remote business
interface of the bean
So your application is not following the spec. You will have to fix it to be able to
deploy it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160226#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...