User: d_jencks
Date: 02/03/24 14:00:44
Modified: src/resources/bmp/META-INF ejb-jar.xml
Log:
Tests for new ConnectionManager implementation. Many of these fail with the current
less-than-spec-compliant jca-jdbc wrappers, but work ok with e.g. the firebird
connector. Also, nojars combined targets removed, any test target can be run with
-Dnojars=t. Also, log4j logging fixed and moved to xml config.
Revision Changes Path
1.3 +14 -1 jbosstest/src/resources/bmp/META-INF/ejb-jar.xml
Index: ejb-jar.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/src/resources/bmp/META-INF/ejb-jar.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ejb-jar.xml 6 Mar 2002 20:23:25 -0000 1.2
+++ ejb-jar.xml 24 Mar 2002 22:00:44 -0000 1.3
@@ -49,6 +49,19 @@
- </enterprise-beans>
+ </enterprise-beans>
+ <assembly-descriptor>
+ <container-transaction>
+ <method>
+ <ejb-name>bmp.SimpleBMP</ejb-name>
+ <method-name>*</method-name>
+ </method>
+ <method>
+ <ejb-name>bmp.BMPHelperSession</ejb-name>
+ <method-name>*</method-name>
+ </method>
+ <trans-attribute>Required</trans-attribute>
+ </container-transaction>
+ </assembly-descriptor>
</ejb-jar>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development