[webbeans-commits] Webbeans SVN: r1614 - tck/trunk/impl/src/main/resources.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Feb 20 08:43:38 EST 2009


Author: pete.muir at jboss.org
Date: 2009-02-20 08:43:37 -0500 (Fri, 20 Feb 2009)
New Revision: 1614

Modified:
   tck/trunk/impl/src/main/resources/tck-audit.xml
Log:
readd xsd to audit

Modified: tck/trunk/impl/src/main/resources/tck-audit.xml
===================================================================
--- tck/trunk/impl/src/main/resources/tck-audit.xml	2009-02-20 13:33:38 UTC (rev 1613)
+++ tck/trunk/impl/src/main/resources/tck-audit.xml	2009-02-20 13:43:37 UTC (rev 1614)
@@ -1,7 +1,7 @@
 <specification 
     xmlns="http://jboss.com/products/webbeans/tck/audit"
-    xmlns:xsi="http://jboss.com/products/webbeans/tck/audit http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://jboss.com/products/webbeans/tck/audit file:///Users/pmuir/workspace/hibernate-validator-parent/tck-utils/api/src/main/resources/tck-audit.xsd"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://jboss.com/products/webbeans/tck/audit http://snapshots.jboss.org/maven2/org/hibernate/tck-utils-api/0.9-SNAPSHOT/tck-utils-api-0.9-20090220.134140-13-audit.xsd"
     name="JSR-299: Java Contexts and Dependency Injection" 
     version="Revised Public Review Draft">
 
@@ -1680,11 +1680,11 @@
 &lt;WebServiceRef&gt; element.  For a web service, a JNDI name or mapped name must be specified using the &lt;name&gt; or &lt;mappedName&gt; child elements of the &lt;WebServiceRef&gt; element. Optionally, a URL pointing to a WSDL document may be specified using the &lt;wsdlLocation&gt; child element</text>
     </assertion>
     
-    <assertion name="k">
+    <assertion id="k">
       <text>The JNDI name specified by the &lt;name&gt; element must be a name in the global java:global or application java:app naming context</text>
     </assertion>
     
-    <assertion name="l">
+    <assertion id="l">
       <text>Optionally, one or more bindings may be specified for resources in XML.  If no binding is explicitly specified, the default binding @Current is assumed.</text>
     </assertion>
   




More information about the weld-commits mailing list