Author: pete.muir(a)jboss.org
Date: 2009-02-14 18:34:26 -0500 (Sat, 14 Feb 2009)
New Revision: 1517
Modified:
tck/trunk/impl/src/main/resources/tck-audit.xml
Log:
Fix xsd
Modified: tck/trunk/impl/src/main/resources/tck-audit.xml
===================================================================
--- tck/trunk/impl/src/main/resources/tck-audit.xml 2009-02-14 23:26:41 UTC (rev 1516)
+++ tck/trunk/impl/src/main/resources/tck-audit.xml 2009-02-14 23:34:26 UTC (rev 1517)
@@ -1,5 +1,7 @@
<specification
xmlns="http://jboss.com/products/webbeans/tck/audit"
- name="JSR-299: Java Contexts and Dependency Injection"
+ name="JSR-299: Java Contexts and Dependency Injection"
+
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-SNAPSHO...
version="Revised Public Review Draft">
<section id="2" title="Bean definition">
@@ -1151,11 +1153,11 @@
<WebServiceRef> element. For a web service, a JNDI name or mapped name
must be specified using the <name> or <mappedName> child
elements of the <WebServiceRef> element. Optionally, a URL pointing to a
WSDL document may be specified using the <wsdlLocation> child
element</text>
</assertion>
- <assertion name="k">
+ <assertion id="k">
<text>The JNDI name specified by the <name> 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>