[jboss-cvs] JBossAS SVN: r110420 - projects/jboss-jca/trunk/codegenerator/src/main/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 21 05:42:46 EST 2011


Author: jeff.zhang
Date: 2011-01-21 05:42:45 -0500 (Fri, 21 Jan 2011)
New Revision: 110420

Modified:
   projects/jboss-jca/trunk/codegenerator/src/main/resources/ironjacamar.xml.template
Log:
[JBJCA-456] add schema definition in ironjacamar.xml

Modified: projects/jboss-jca/trunk/codegenerator/src/main/resources/ironjacamar.xml.template
===================================================================
--- projects/jboss-jca/trunk/codegenerator/src/main/resources/ironjacamar.xml.template	2011-01-21 06:16:26 UTC (rev 110419)
+++ projects/jboss-jca/trunk/codegenerator/src/main/resources/ironjacamar.xml.template	2011-01-21 10:42:45 UTC (rev 110420)
@@ -1,4 +1,7 @@
-<ironjacamar>
+<ironjacamar xmlns="http://www.jboss.org/ironjacamar/schema"
+             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+             xsi:schemaLocation="http://www.jboss.org/ironjacamar/schema 
+             http://www.jboss.org/ironjacamar/schema/ironjacamar_1_0.xsd">
 ${ra.props}
   <transaction-support>${transaction}</transaction-support>
   
@@ -10,4 +13,4 @@
     </connection-definition>
   </connection-definitions>
 
-</ironjacamar>
\ No newline at end of file
+</ironjacamar>



More information about the jboss-cvs-commits mailing list