[jboss-dev-forums] [Design of EJB 3.0] - Re: Meta data merging of beans using ejb-class
wolfc
do-not-reply at jboss.com
Tue Dec 9 07:21:32 EST 2008
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#4195316
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195316
More information about the jboss-dev-forums
mailing list