You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-dev@ws.apache.org by ip...@apache.org on 2005/03/31 01:18:04 UTC

svn commit: r159539 - incubator/hermes/trunk/src/webapp/WEB-INF/classes/jndi-config.xml

Author: ips
Date: Wed Mar 30 15:18:04 2005
New Revision: 159539

URL: http://svn.apache.org/viewcvs?view=rev&rev=159539
Log:
fixed service/home/resource class locations for Subscription service

Modified:
    incubator/hermes/trunk/src/webapp/WEB-INF/classes/jndi-config.xml

Modified: incubator/hermes/trunk/src/webapp/WEB-INF/classes/jndi-config.xml
URL: http://svn.apache.org/viewcvs/incubator/hermes/trunk/src/webapp/WEB-INF/classes/jndi-config.xml?view=diff&r1=159538&r2=159539
==============================================================================
--- incubator/hermes/trunk/src/webapp/WEB-INF/classes/jndi-config.xml (original)
+++ incubator/hermes/trunk/src/webapp/WEB-INF/classes/jndi-config.xml Wed Mar 30 15:18:04 2005
@@ -47,15 +47,15 @@
    </global>
 
    <service name="SubscriptionManager">
-      <resource name="home" type="org.apache.ws.notification.base.service.SubscriptionHome">
+      <resource name="home" type="org.apache.ws.notification.base.impl.SubscriptionHome">
          <resourceParams>
             <parameter>
                <name>serviceClassName</name>
-               <value>org.apache.ws.notification.impl.service.SubscriptionService</value>
+               <value>org.apache.ws.notification.base.impl.SubscriptionService</value>
             </parameter>
             <parameter>
                <name>resourceClassName</name>
-               <value>org.apache.ws.notification.base.service.SubscriptionResource</value>
+               <value>org.apache.ws.notification.base.v1_2.impl.Subscription1_2Resource</value>
             </parameter>
             <parameter>
                <name>wsdlTargetNamespace</name>



---------------------------------------------------------------------
To unsubscribe, e-mail: hermes-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: hermes-dev-help@ws.apache.org