|
From: Stephane B. <ste...@be...> - 2004-05-27 17:24:06
|
the ejb-jar.xml is incorrect for the CA ejb. It has nested <method> tags. Surprising that JBoss does not choke about that. Index: ejb-jar.xml =================================================================== RCS file: /cvsroot/ejbca/ejbca/src/ca/ca/META-INF/ejb-jar.xml,v retrieving revision 1.50 diff -u -r1.50 ejb-jar.xml --- ejb-jar.xml 15 May 2004 14:12:49 -0000 1.50 +++ ejb-jar.xml 27 May 2004 17:00:05 -0000 @@ -962,15 +962,14 @@ <ejb-name>CRLData</ejb-name> <method-name>*</method-name> </method> - <method> + <method> <ejb-name>PublisherSession</ejb-name> <method-name>*</method-name> + </method> <method> <ejb-name>UpgradeSession</ejb-name> <method-name>*</method-name> </method> - </method> - <trans-attribute>Required</trans-attribute> </container-transaction> |