diff src/main/webapp/WEB-INF/beans.xml @ 2:ebcc41509c2e

new package names
author casties
date Fri, 06 May 2011 10:16:12 +0200
parents 6a163b1bcd4d
children
line wrap: on
line diff
--- a/src/main/webapp/WEB-INF/beans.xml	Thu May 05 16:33:13 2011 +0200
+++ b/src/main/webapp/WEB-INF/beans.xml	Fri May 06 10:16:12 2011 +0200
@@ -22,18 +22,18 @@
   <import resource="classpath:META-INF/cxf/cxf-servlet.xml"/>
   
   <!-- Here the REST-Service Endpoint Beans -->
-  <bean id="rest" class="info.textgrid.rest">
+  <bean id="scaler" class="info.textgrid.middleware.digilib.services.scaler.Scaler">
   </bean>
 
     <jaxws:endpoint id="digilibservice" wsdlLocation="/WEB-INF/DigilibService.wsdl" 
-    implementor="#rest" address="/service">
+    implementor="#scaler" address="/service">
     </jaxws:endpoint>
 
-  <!-- Rest-Endpoint Configuration -->
+  <!-- Rest-Endpoint Configuration
   <jaxrs:server id="root" address="/rest">
         <jaxrs:serviceBeans>
             <ref bean="rest" />
         </jaxrs:serviceBeans>
-  </jaxrs:server>  
+  </jaxrs:server>  -->
                   
 </beans>