[jboss-cvs] JBoss Messaging SVN: r2613 - projects/jms-integration/src/etc/deployments/mdb-ejb20-userTransaction/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 26 14:54:40 EDT 2007


Author: clebert.suconic at jboss.com
Date: 2007-04-26 14:54:39 -0400 (Thu, 26 Apr 2007)
New Revision: 2613

Modified:
   projects/jms-integration/src/etc/deployments/mdb-ejb20-userTransaction/META-INF/ejb-jar.xml
Log:
Fix on xml descriptor

Modified: projects/jms-integration/src/etc/deployments/mdb-ejb20-userTransaction/META-INF/ejb-jar.xml
===================================================================
--- projects/jms-integration/src/etc/deployments/mdb-ejb20-userTransaction/META-INF/ejb-jar.xml	2007-04-26 16:39:05 UTC (rev 2612)
+++ projects/jms-integration/src/etc/deployments/mdb-ejb20-userTransaction/META-INF/ejb-jar.xml	2007-04-26 18:54:39 UTC (rev 2613)
@@ -26,6 +26,7 @@
 				<res-auth>Container</res-auth>
 			</resource-ref>
 		</message-driven>
+		
 		<session>
 			<ejb-name>StatefulTest</ejb-name>
 			<home>org.jboss.test.jms.integration.support.ejb20.StatefulHome</home>
@@ -33,6 +34,9 @@
 			<ejb-class>org.jboss.test.jms.integration.support.ejb20.StatefulBean</ejb-class>
 			<session-type>Stateful</session-type>
 			<transaction-type>Bean</transaction-type>
+			<security-identity>
+				<use-caller-identity />
+			</security-identity>
 			<resource-ref>
 				<description>description</description>
 				<res-ref-name>jms/MyQueueConnectionFactory</res-ref-name>
@@ -40,9 +44,6 @@
 				<res-auth>Application</res-auth>
 				<res-sharing-scope>Shareable</res-sharing-scope>
 			</resource-ref>
-			<security-identity>
-				<use-caller-identity />
-			</security-identity>
 		</session>
 
 	</enterprise-beans>




More information about the jboss-cvs-commits mailing list