please
my ejb-jar.xml file is this
<ejb-jar>
<enterprise-beans>
<ejb-name>TestEjb</ejb-name>
hello.HelloHome
hello.HelloBean
<ejb-class>hello.HelloEjb</ejb-class>
<session-type>Stateless</session-type>
<transaction-type>Container</transaction-type>
</enterprise-beans>
<assembly-descriptor>
<container-transaction>
<ejb-name>TestEjb</ejb-name>
<method-name>*</method-name>
<trans-attribute>Supports</trans-attribute>
</container-transaction>
</assembly-descriptor>
</ejb-jar>
and the jboss.xml is as follows--
<enterprise-beans>
<ejb-name>TestEjb</ejb-name>
<jndi-name>HelloHome</jndi-name>
</enterprise-beans>
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841044#3841044
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841044
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user