[jboss-cvs] JBossAS SVN: r97754 - projects/ejb-book/trunk/ch05-encryption/src/main/resources/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 11 15:48:44 EST 2009


Author: ALRubinger
Date: 2009-12-11 15:48:44 -0500 (Fri, 11 Dec 2009)
New Revision: 97754

Modified:
   projects/ejb-book/trunk/ch05-encryption/src/main/resources/META-INF/ejb-jar.xml
Log:
[EJBBOOK-6] Update the schema for ch06 to EJB 3.1

Modified: projects/ejb-book/trunk/ch05-encryption/src/main/resources/META-INF/ejb-jar.xml
===================================================================
--- projects/ejb-book/trunk/ch05-encryption/src/main/resources/META-INF/ejb-jar.xml	2009-12-11 20:46:13 UTC (rev 97753)
+++ projects/ejb-book/trunk/ch05-encryption/src/main/resources/META-INF/ejb-jar.xml	2009-12-11 20:48:44 UTC (rev 97754)
@@ -1,11 +1,7 @@
 <ejb-jar xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-                  http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"
-  version="3.0">
-  <!-- TODO 
-  https://jira.jboss.org/jira/browse/EJBBOOK-6
-  Update the Schema to 3.1
-   -->
+          http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd"
+  version="3.1">
 
   <enterprise-beans>
 
@@ -29,7 +25,9 @@
         <env-entry-value>OverriddenPassword</env-entry-value>
       </env-entry>
 
-      <!-- Override the default unidirectional hash MessageDigest algorithm -->
+      <!--
+        Override the default unidirectional hash MessageDigest algorithm
+      -->
       <env-entry>
         <env-entry-name>messageDigestAlgorithm</env-entry-name>
         <env-entry-type>java.lang.String</env-entry-type>




More information about the jboss-cvs-commits mailing list