[jboss-cvs] JBossAS SVN: r66201 - projects/metadata/trunk/src/test/resources/org/jboss/test/metadata/client.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Oct 17 00:15:38 EDT 2007
Author: scott.stark at jboss.org
Date: 2007-10-17 00:15:38 -0400 (Wed, 17 Oct 2007)
New Revision: 66201
Modified:
projects/metadata/trunk/src/test/resources/org/jboss/test/metadata/client/ApplicationClient14Everything_testEverything.xml
Log:
Update with service-refs
Modified: projects/metadata/trunk/src/test/resources/org/jboss/test/metadata/client/ApplicationClient14Everything_testEverything.xml
===================================================================
--- projects/metadata/trunk/src/test/resources/org/jboss/test/metadata/client/ApplicationClient14Everything_testEverything.xml 2007-10-17 04:10:21 UTC (rev 66200)
+++ projects/metadata/trunk/src/test/resources/org/jboss/test/metadata/client/ApplicationClient14Everything_testEverything.xml 2007-10-17 04:15:38 UTC (rev 66201)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/javaee/application-client_1_4.xsd"
- version="1.4"
- id="appclient-test">
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
+ version="1.4"
+ id="appclient-test">
<!-- description group -->
<description>en-application-client-desc</description>
<description xml:lang="fr">fr-application-client-desc</description>
@@ -63,7 +63,23 @@
<remote>appClientEjbRef2Remote</remote>
<ejb-link>appClientEjbRef2EjbLink</ejb-link>
</ejb-ref>
-
+
+ <!-- service ref -->
+ <service-ref id="appClientServiceRef1-id">
+ <description>en-appClientServiceRef1-desc</description>
+ <description xml:lang="fr">fr-appClientServiceRef1-desc</description>
+ <description xml:lang="de">de-appClientServiceRef1-desc</description>
+ <service-ref-name>appClientServiceRef1Name</service-ref-name>
+ <service-interface>appClientServiceRef1Iface</service-interface>
+ </service-ref>
+ <service-ref id="appClientServiceRef2-id">
+ <description>en-appClientServiceRef2-desc</description>
+ <description xml:lang="fr">fr-appClientServiceRef2-desc</description>
+ <description xml:lang="de">de-appClientServiceRef2-desc</description>
+ <service-ref-name>appClientServiceRef2Name</service-ref-name>
+ <service-interface>appClientServiceRef2Iface</service-interface>
+ </service-ref>
+
<!-- resource ref -->
<resource-ref id="appClientResourceRef1-id">
<description>en-appClientResourceRef1-desc</description>
More information about the jboss-cvs-commits
mailing list