As an extension to this suppose:
<session>
| <ejb-name>OverrideConcurrentStatefulBean</ejb-name>
|
<ejb-class>org.jboss.ejb3.test.stateful.ConcurrentStatefulBean</ejb-class>
| <session-type>Stateful</session-type>
| <transaction-type>Container</transaction-type>
| </session>
and
@Remote(ConcurrentStateful.class)
| public class ConcurrentStatefulBean implements ConcurrentStateful
Is the ConcurrentStateful of OverrideConcurrentStatefulBean now a local or remote business
interface?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195316#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...