Yeah i read that too - maybe that's why i'm confused :)
so let me rephrase my question:
1) In this case we have MyStatefulBean -> MyStatefulHome -> MyStateful.
As we define a RemoteHome, the MyStateful interface must extend the EJBObject?
2) then we have 4.6.6 where they say: The interface must not extend the
javax.ejb.EJBObject or javax.ejb.EJBLocalObject interface.
Which more or less means that a business interface can't be a Session Bean's Local
or Remote Interface?
The actual problem i have is - after adding the functionality from the ProxyFactoryHelper
to metadata - it should be that MyStateful extends EJBObject as it would be set as Remote
interface.
But then the @Remote business interface would also be the remote interface.
Just wanted to ask how this should be handled correctly, as i don't want to break
stuff :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152497#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...