[jboss-svn-commits] JBL Code SVN: r30343 - in labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta: war and 10 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Nov 25 06:55:47 EST 2009


Author: kevin.conner at jboss.com
Date: 2009-11-25 06:55:46 -0500 (Wed, 25 Nov 2009)
New Revision: 30343

Added:
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/CustodyTransferService.java
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/InquiryService.java
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/PublicationService.java
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/ReplicationService.java
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/SecurityService.java
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/SubscriptionListenerService.java
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/SubscriptionService.java
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/ValueSetCachingService.java
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/ValueSetValidationService.java
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/resources/
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/resources/WEB-INF/
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/resources/WEB-INF/jboss-web.xml
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/resources/WEB-INF/web.xml
Modified:
   labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/build.xml
Log:
Generate juddi webservice war: JBESB-2983

Modified: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/build.xml	2009-11-25 11:24:03 UTC (rev 30342)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/build.xml	2009-11-25 11:55:46 UTC (rev 30343)
@@ -3,6 +3,7 @@
 
 	<property name="org.jboss.esb.rosetta.jar.name" value="jbossesb-rosetta"/>
 	<property name="org.jboss.esb.registry.jar.name" value="jbossesb-registry"/>
+	<property name="org.jboss.esb.registry.war.name" value="juddiv3.war"/>
 	<property name="org.jboss.esb.rosetta.distrib.dir" location="${org.jboss.esb.internal.dest}/jbossesb"/>
 	<property name="org.jboss.esb.rosetta.classes.dir" location="${org.jboss.esb.internal.dest}/classes/rosetta"/>
     <property name="org.jboss.esb.rosetta.aop.classes.dir" location="${org.jboss.esb.rosetta.classes.dir}-aop"/>
@@ -16,7 +17,13 @@
     <property name="juddi.core.aop.jar" value="juddi-core-3.0.0.aop.jar"/>
     <property name="scout.jar" value="scout-1.2.jar"/>
     <property name="scout.aop.jar" value="scout-1.2.aop.jar"/>
+    <property name="uddi.webservices.jar" value="uddi-ws-3.0.0.jar"/>
 
+    <property name="org.jboss.esb.registry.war.dir" location="war"/>
+    <property name="org.jboss.esb.registry.war.src.dir" location="${org.jboss.esb.registry.war.dir}/java"/>
+    <property name="org.jboss.esb.registry.war.resources.dir" location="${org.jboss.esb.registry.war.dir}/resources"/>
+    <property name="org.jboss.esb.registry.war.classes.dir" location="${org.jboss.esb.internal.dest}/classes/registry"/>
+
     <property name="org.jboss.esb.rosetta.src.dir" location="src"/>
 	<property name="org.jboss.esb.root.dir" location="../"/>
 	<property name="gendir" location="${org.jboss.esb.internal.dest}/schema-model" />
@@ -56,6 +63,8 @@
         <!-- aop dirs -->
         <mkdir dir="${org.jboss.esb.rosetta.aop.classes.dir}"/>
         <mkdir dir="${org.jboss.esb.aoplib.dir}"/>
+        <!-- webservice dirs -->
+        <mkdir dir="${org.jboss.esb.registry.war.classes.dir}"/>
     </target>
 
     <target name="clean" description="Remove classes directory">
@@ -63,7 +72,7 @@
     	<delete dir="${org.jboss.esb.rosetta.classes.dir}"/>
     </target>
 
-    <target name="org.jboss.esb.rosetta.compile" depends="generate-config-model, org.jboss.esb.rosetta.internal.compile, aop">
+    <target name="org.jboss.esb.rosetta.compile" depends="generate-config-model, org.jboss.esb.rosetta.internal.compile, aop, war">
         <ant inheritAll="true" dir="tests" target="org.jboss.esb.rosetta.tests.compile"/>
     </target>
 
@@ -117,6 +126,7 @@
             <fileset dir="${org.jboss.esb.rosetta.src.dir}" includes="**/*.ftl"/>
 			<fileset dir="${org.jboss.esb.rosetta.src.dir}" includes="org/jboss/soa/esb/services/security/auth/ws/smooks-ws-security.xml"/>
 			<fileset dir="${org.jboss.esb.rosetta.src.dir}" includes="org/jboss/soa/esb/services/security/auth/ws/smooks-ws-security-template.xml"/>
+			<fileset dir="${org.jboss.esb.rosetta.src.dir}" includes="xmldsig-core-schema.xsd"/>
        	</jar>
     	
         <jar    destfile="${org.jboss.esb.rosetta.distrib.dir}/lib/${org.jboss.esb.registry.jar.name}.jar" 
@@ -290,4 +300,25 @@
             debug="${org.jboss.esb.debug}" optimize="${org.jboss.esb.optimize}"
             classpathref="org.jboss.esb.rosetta.base.classpath"/>
     </target>
+
+    <target name="war">
+        <javac
+            destdir="${org.jboss.esb.registry.war.classes.dir}"
+            classpathref="org.jboss.esb.rosetta.base.classpath"
+            debug="${org.jboss.esb.debug}"
+            optimize="${org.jboss.esb.optimize}"
+            >
+            <src path="${org.jboss.esb.registry.war.src.dir}"/>
+        </javac>
+
+    	<property name="juddiv3.war.file" location="${org.jboss.esb.rosetta.distrib.dir}/lib/${org.jboss.esb.registry.war.name}"/>
+
+    	<delete file="${juddiv3.war.file}" quiet="true"/>
+        <zip destfile="${juddiv3.war.file}">
+            <zipfileset dir="${org.jboss.esb.registry.war.resources.dir}"/>
+            <zipfileset dir="${org.jboss.esb.registry.war.classes.dir}" prefix="WEB-INF/classes"/>
+            <zipfileset src="${org.jboss.esb.lib.dir}/${uddi.webservices.jar}" includes="uddi*"
+                prefix="WEB-INF/wsdl"/>
+        </zip>
+    </target>
 </project>

Added: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/CustodyTransferService.java
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/CustodyTransferService.java	                        (rev 0)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/CustodyTransferService.java	2009-11-25 11:55:46 UTC (rev 30343)
@@ -0,0 +1,36 @@
+/*
+* JBoss, Home of Professional Open Source
+* Copyright 2009 Red Hat, Inc., and individual contributors as indicated
+* by the @authors tag. See the copyright.txt in the distribution for a
+* full listing of individual contributors.
+*
+* This is free software; you can redistribute it and/or modify it
+* under the terms of the GNU Lesser General Public License as
+* published by the Free Software Foundation; either version 2.1 of
+* the License, or (at your option) any later version.
+*
+* This software is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+* Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU Lesser General Public
+* License along with this software; if not, write to the Free
+* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+*/
+package org.jboss.internal.soa.esb.registry.webservices;
+
+import javax.jws.WebService;
+
+import org.apache.juddi.api.impl.UDDICustodyTransferImpl;
+
+ at WebService(serviceName="UDDICustodyTransferService", 
+      portName="UDDI_Custody_Port",
+      endpointInterface="org.uddi.v3_service.UDDICustodyTransferPortType",
+      targetNamespace = "urn:uddi-org:v3_service",
+      wsdlLocation="WEB-INF/wsdl/uddi_v3_service.wsdl")
+public class CustodyTransferService extends UDDICustodyTransferImpl
+{
+
+}


Property changes on: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/CustodyTransferService.java
___________________________________________________________________
Name: svn:keywords
   + Rev Date
Name: svn:eol-style
   + native

Added: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/InquiryService.java
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/InquiryService.java	                        (rev 0)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/InquiryService.java	2009-11-25 11:55:46 UTC (rev 30343)
@@ -0,0 +1,37 @@
+/*
+* JBoss, Home of Professional Open Source
+* Copyright 2009 Red Hat, Inc., and individual contributors as indicated
+* by the @authors tag. See the copyright.txt in the distribution for a
+* full listing of individual contributors.
+*
+* This is free software; you can redistribute it and/or modify it
+* under the terms of the GNU Lesser General Public License as
+* published by the Free Software Foundation; either version 2.1 of
+* the License, or (at your option) any later version.
+*
+* This software is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+* Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU Lesser General Public
+* License along with this software; if not, write to the Free
+* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+*/
+package org.jboss.internal.soa.esb.registry.webservices;
+
+import javax.jws.WebService;
+
+import org.apache.juddi.api.impl.UDDIInquiryImpl;
+
+ at WebService(serviceName="UDDIInquiryService", 
+      portName="UDDI_Inquiry_Port",
+      endpointInterface="org.uddi.v3_service.UDDIInquiryPortType",
+      targetNamespace = "urn:uddi-org:v3_service",
+      wsdlLocation="WEB-INF/wsdl/uddi_v3_service.wsdl"
+       )
+public class InquiryService extends UDDIInquiryImpl
+{
+
+}


Property changes on: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/InquiryService.java
___________________________________________________________________
Name: svn:keywords
   + Rev Date
Name: svn:eol-style
   + native

Added: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/PublicationService.java
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/PublicationService.java	                        (rev 0)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/PublicationService.java	2009-11-25 11:55:46 UTC (rev 30343)
@@ -0,0 +1,36 @@
+/*
+* JBoss, Home of Professional Open Source
+* Copyright 2009 Red Hat, Inc., and individual contributors as indicated
+* by the @authors tag. See the copyright.txt in the distribution for a
+* full listing of individual contributors.
+*
+* This is free software; you can redistribute it and/or modify it
+* under the terms of the GNU Lesser General Public License as
+* published by the Free Software Foundation; either version 2.1 of
+* the License, or (at your option) any later version.
+*
+* This software is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+* Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU Lesser General Public
+* License along with this software; if not, write to the Free
+* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+*/
+package org.jboss.internal.soa.esb.registry.webservices;
+
+import javax.jws.WebService;
+
+import org.apache.juddi.api.impl.UDDIPublicationImpl;
+
+ at WebService(serviceName = "UDDIPublicationService",
+            portName = "UDDI_Publication_Port", 
+            endpointInterface = "org.uddi.v3_service.UDDIPublicationPortType", 
+            targetNamespace = "urn:uddi-org:v3_service", 
+            wsdlLocation = "WEB-INF/wsdl/uddi_v3_service.wsdl")
+public class PublicationService extends UDDIPublicationImpl
+{
+
+}


Property changes on: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/PublicationService.java
___________________________________________________________________
Name: svn:keywords
   + Rev Date
Name: svn:eol-style
   + native

Added: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/ReplicationService.java
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/ReplicationService.java	                        (rev 0)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/ReplicationService.java	2009-11-25 11:55:46 UTC (rev 30343)
@@ -0,0 +1,36 @@
+/*
+* JBoss, Home of Professional Open Source
+* Copyright 2009 Red Hat, Inc., and individual contributors as indicated
+* by the @authors tag. See the copyright.txt in the distribution for a
+* full listing of individual contributors.
+*
+* This is free software; you can redistribute it and/or modify it
+* under the terms of the GNU Lesser General Public License as
+* published by the Free Software Foundation; either version 2.1 of
+* the License, or (at your option) any later version.
+*
+* This software is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+* Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU Lesser General Public
+* License along with this software; if not, write to the Free
+* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+*/
+package org.jboss.internal.soa.esb.registry.webservices;
+
+import javax.jws.WebService;
+
+import org.apache.juddi.api.impl.UDDIReplicationImpl;
+
+ at WebService(serviceName="UDDIReplicationService", 
+            portName = "UDDI_Replication_Port", 
+            endpointInterface="org.uddi.v3_service.UDDIReplicationPortType",
+            targetNamespace = "urn:uddi-org:v3_service", 
+            wsdlLocation = "WEB-INF/wsdl/uddi_v3_service.wsdl")
+public class ReplicationService extends UDDIReplicationImpl
+{
+
+}


Property changes on: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/ReplicationService.java
___________________________________________________________________
Name: svn:keywords
   + Rev Date
Name: svn:eol-style
   + native

Added: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/SecurityService.java
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/SecurityService.java	                        (rev 0)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/SecurityService.java	2009-11-25 11:55:46 UTC (rev 30343)
@@ -0,0 +1,36 @@
+/*
+* JBoss, Home of Professional Open Source
+* Copyright 2009 Red Hat, Inc., and individual contributors as indicated
+* by the @authors tag. See the copyright.txt in the distribution for a
+* full listing of individual contributors.
+*
+* This is free software; you can redistribute it and/or modify it
+* under the terms of the GNU Lesser General Public License as
+* published by the Free Software Foundation; either version 2.1 of
+* the License, or (at your option) any later version.
+*
+* This software is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+* Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU Lesser General Public
+* License along with this software; if not, write to the Free
+* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+*/
+package org.jboss.internal.soa.esb.registry.webservices;
+
+import javax.jws.WebService;
+
+import org.apache.juddi.api.impl.UDDISecurityImpl;
+
+ at WebService(serviceName="UDDISecurityService", 
+      portName="UDDI_Security_Port",
+      endpointInterface="org.uddi.v3_service.UDDISecurityPortType",
+      targetNamespace = "urn:uddi-org:v3_service", 
+      wsdlLocation = "WEB-INF/wsdl/uddi_v3_service.wsdl")
+public class SecurityService extends UDDISecurityImpl
+{
+
+}


Property changes on: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/SecurityService.java
___________________________________________________________________
Name: svn:keywords
   + Rev Date
Name: svn:eol-style
   + native

Added: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/SubscriptionListenerService.java
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/SubscriptionListenerService.java	                        (rev 0)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/SubscriptionListenerService.java	2009-11-25 11:55:46 UTC (rev 30343)
@@ -0,0 +1,37 @@
+/*
+* JBoss, Home of Professional Open Source
+* Copyright 2009 Red Hat, Inc., and individual contributors as indicated
+* by the @authors tag. See the copyright.txt in the distribution for a
+* full listing of individual contributors.
+*
+* This is free software; you can redistribute it and/or modify it
+* under the terms of the GNU Lesser General Public License as
+* published by the Free Software Foundation; either version 2.1 of
+* the License, or (at your option) any later version.
+*
+* This software is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+* Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU Lesser General Public
+* License along with this software; if not, write to the Free
+* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+*/
+package org.jboss.internal.soa.esb.registry.webservices;
+
+import javax.jws.WebService;
+
+import org.apache.juddi.api.impl.UDDISubscriptionListenerImpl;
+
+
+ at WebService(serviceName="UDDISubscriptionListenerService",
+      portName="UDDI_SubscriptionListener_Port",
+      endpointInterface="org.uddi.v3_service.UDDISubscriptionListenerPortType",
+      targetNamespace = "urn:uddi-org:v3_service", 
+      wsdlLocation = "WEB-INF/wsdl/uddi_v3_service.wsdl")
+public class SubscriptionListenerService extends UDDISubscriptionListenerImpl
+{
+
+}


Property changes on: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/SubscriptionListenerService.java
___________________________________________________________________
Name: svn:keywords
   + Rev Date
Name: svn:eol-style
   + native

Added: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/SubscriptionService.java
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/SubscriptionService.java	                        (rev 0)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/SubscriptionService.java	2009-11-25 11:55:46 UTC (rev 30343)
@@ -0,0 +1,36 @@
+/*
+* JBoss, Home of Professional Open Source
+* Copyright 2009 Red Hat, Inc., and individual contributors as indicated
+* by the @authors tag. See the copyright.txt in the distribution for a
+* full listing of individual contributors.
+*
+* This is free software; you can redistribute it and/or modify it
+* under the terms of the GNU Lesser General Public License as
+* published by the Free Software Foundation; either version 2.1 of
+* the License, or (at your option) any later version.
+*
+* This software is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+* Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU Lesser General Public
+* License along with this software; if not, write to the Free
+* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+*/
+package org.jboss.internal.soa.esb.registry.webservices;
+
+import javax.jws.WebService;
+
+import org.apache.juddi.api.impl.UDDISubscriptionImpl;
+
+ at WebService(serviceName="UDDISubscriptionService", 
+      portName="UDDI_Subscription_Port",
+      endpointInterface="org.uddi.v3_service.UDDISubscriptionPortType",
+      targetNamespace = "urn:uddi-org:v3_service", 
+      wsdlLocation = "WEB-INF/wsdl/uddi_v3_service.wsdl")
+public class SubscriptionService extends UDDISubscriptionImpl
+{
+
+}


Property changes on: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/SubscriptionService.java
___________________________________________________________________
Name: svn:keywords
   + Rev Date
Name: svn:eol-style
   + native

Added: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/ValueSetCachingService.java
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/ValueSetCachingService.java	                        (rev 0)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/ValueSetCachingService.java	2009-11-25 11:55:46 UTC (rev 30343)
@@ -0,0 +1,37 @@
+/*
+* JBoss, Home of Professional Open Source
+* Copyright 2009 Red Hat, Inc., and individual contributors as indicated
+* by the @authors tag. See the copyright.txt in the distribution for a
+* full listing of individual contributors.
+*
+* This is free software; you can redistribute it and/or modify it
+* under the terms of the GNU Lesser General Public License as
+* published by the Free Software Foundation; either version 2.1 of
+* the License, or (at your option) any later version.
+*
+* This software is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+* Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU Lesser General Public
+* License along with this software; if not, write to the Free
+* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+*/
+package org.jboss.internal.soa.esb.registry.webservices;
+
+import javax.jws.WebService;
+
+import org.apache.juddi.api.impl.UDDIValueSetCachingImpl;
+
+ at WebService(serviceName="UDDIValueSetCachingService", 
+      portName="UDDI_ValueSetCaching_Port",
+      endpointInterface="org.uddi.v3_service.UDDIValueSetCachingPortType",
+      targetNamespace = "urn:uddi-org:v3_service",
+      wsdlLocation="WEB-INF/wsdl/uddi_v3_service.wsdl"
+       )
+public class ValueSetCachingService extends UDDIValueSetCachingImpl
+{
+
+}


Property changes on: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/ValueSetCachingService.java
___________________________________________________________________
Name: svn:keywords
   + Rev Date
Name: svn:eol-style
   + native

Added: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/ValueSetValidationService.java
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/ValueSetValidationService.java	                        (rev 0)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/ValueSetValidationService.java	2009-11-25 11:55:46 UTC (rev 30343)
@@ -0,0 +1,37 @@
+/*
+* JBoss, Home of Professional Open Source
+* Copyright 2009 Red Hat, Inc., and individual contributors as indicated
+* by the @authors tag. See the copyright.txt in the distribution for a
+* full listing of individual contributors.
+*
+* This is free software; you can redistribute it and/or modify it
+* under the terms of the GNU Lesser General Public License as
+* published by the Free Software Foundation; either version 2.1 of
+* the License, or (at your option) any later version.
+*
+* This software is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+* Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU Lesser General Public
+* License along with this software; if not, write to the Free
+* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+*/
+package org.jboss.internal.soa.esb.registry.webservices;
+
+import javax.jws.WebService;
+
+import org.apache.juddi.api.impl.UDDIValueSetValidationImpl;
+
+ at WebService(serviceName="UDDIValueSetValidationService", 
+      portName="UDDI_ValueSetValidation_Port",
+      endpointInterface="org.uddi.v3_service.UDDIValueSetValidationPortType",
+      targetNamespace = "urn:uddi-org:v3_service",
+      wsdlLocation="WEB-INF/wsdl/uddi_v3_service.wsdl"
+       )
+public class ValueSetValidationService extends UDDIValueSetValidationImpl
+{
+
+}


Property changes on: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/java/org/jboss/internal/soa/esb/registry/webservices/ValueSetValidationService.java
___________________________________________________________________
Name: svn:keywords
   + Rev Date
Name: svn:eol-style
   + native

Added: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/resources/WEB-INF/jboss-web.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/resources/WEB-INF/jboss-web.xml	                        (rev 0)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/resources/WEB-INF/jboss-web.xml	2009-11-25 11:55:46 UTC (rev 30343)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jboss-web>
+    <context-root>/juddiv3</context-root>
+    <depends>jboss.esb:service=JuddiRMI</depends>
+</jboss-web>


Property changes on: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/resources/WEB-INF/jboss-web.xml
___________________________________________________________________
Name: svn:mime-type
   + text/xml
Name: svn:keywords
   + Rev Date
Name: svn:eol-style
   + native

Added: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/resources/WEB-INF/web.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/resources/WEB-INF/web.xml	                        (rev 0)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/resources/WEB-INF/web.xml	2009-11-25 11:55:46 UTC (rev 30343)
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<web-app version="2.5"
+         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/web-app_2_5.xsd">
+    <servlet>
+        <servlet-name>CustodyTransferService</servlet-name>
+        <servlet-class>org.jboss.internal.soa.esb.registry.webservices.CustodyTransferService</servlet-class>
+    </servlet>
+
+    <servlet>
+        <servlet-name>InquiryService</servlet-name>
+        <servlet-class>org.jboss.internal.soa.esb.registry.webservices.InquiryService</servlet-class>
+    </servlet>
+
+    <servlet>
+        <servlet-name>PublicationService</servlet-name>
+        <servlet-class>org.jboss.internal.soa.esb.registry.webservices.PublicationService</servlet-class>
+    </servlet>
+
+    <servlet>
+        <servlet-name>ReplicationService</servlet-name>
+        <servlet-class>org.jboss.internal.soa.esb.registry.webservices.ReplicationService</servlet-class>
+    </servlet>
+
+    <servlet>
+        <servlet-name>SecurityService</servlet-name>
+        <servlet-class>org.jboss.internal.soa.esb.registry.webservices.SecurityService</servlet-class>
+    </servlet>
+
+    <servlet>
+        <servlet-name>SubscriptionService</servlet-name>
+        <servlet-class>org.jboss.internal.soa.esb.registry.webservices.SubscriptionService</servlet-class>
+    </servlet>
+
+    <servlet>
+        <servlet-name>SubscriptionListenerService</servlet-name>
+        <servlet-class>org.jboss.internal.soa.esb.registry.webservices.SubscriptionListenerService</servlet-class>
+    </servlet>
+    
+    <servlet>
+        <servlet-name>ValueSetCachingService</servlet-name>
+        <servlet-class>org.jboss.internal.soa.esb.registry.webservices.ValueSetCachingService</servlet-class>
+    </servlet>
+    
+    <servlet>
+        <servlet-name>ValueSetValidationService</servlet-name>
+        <servlet-class>org.jboss.internal.soa.esb.registry.webservices.ValueSetValidationService</servlet-class>
+    </servlet>
+    
+    <servlet-mapping>
+        <servlet-name>CustodyTransferService</servlet-name>
+        <url-pattern>/services/custody-transfer</url-pattern>
+    </servlet-mapping>
+
+    <servlet-mapping>
+        <servlet-name>InquiryService</servlet-name>
+        <url-pattern>/services/inquiry</url-pattern>
+    </servlet-mapping>
+
+    <servlet-mapping>
+        <servlet-name>PublicationService</servlet-name>
+        <url-pattern>/services/publish</url-pattern>
+    </servlet-mapping>
+
+    <servlet-mapping>
+        <servlet-name>ReplicationService</servlet-name>
+        <url-pattern>/services/replication</url-pattern>
+    </servlet-mapping>
+
+    <servlet-mapping>
+        <servlet-name>SecurityService</servlet-name>
+        <url-pattern>/services/security</url-pattern>
+    </servlet-mapping>
+
+    <servlet-mapping>
+        <servlet-name>SubscriptionService</servlet-name>
+        <url-pattern>/services/subscription</url-pattern>
+    </servlet-mapping>
+
+    <servlet-mapping>
+        <servlet-name>SubscriptionListenerService</servlet-name>
+        <url-pattern>/services/subscription-listener</url-pattern>
+    </servlet-mapping>
+
+    <servlet-mapping>
+        <servlet-name>ValueSetCachingService</servlet-name>
+        <url-pattern>/services/valuesetcaching</url-pattern>
+    </servlet-mapping>
+
+    <servlet-mapping>
+        <servlet-name>ValueSetValidationService</servlet-name>
+        <url-pattern>/services/valuesetvalidation</url-pattern>
+    </servlet-mapping>
+</web-app>


Property changes on: labs/jbossesb/branches/JBESB_4_7_CP/product/rosetta/war/resources/WEB-INF/web.xml
___________________________________________________________________
Name: svn:mime-type
   + text/xml
Name: svn:keywords
   + Rev Date
Name: svn:eol-style
   + native



More information about the jboss-svn-commits mailing list