2 Replies Latest reply on Jan 4, 2012 7:31 AM by ropalka

    Web service not appearing as a item on the 'Registered Web Service Endpoints' list

    greenhorn.za

      I have built a cxf webservice and deployed sucesfully to JBoss AS 7.1.0.CR1b, but does not appear as a endpoint on the 'Registered Web Service Endpoints' on the admin console.

       

       

      --- Log Snippet ---

       

      15:22:51,090 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) Starting deployment of "ZooEar-0.0.1-SNAPSHOT.ear"

      15:22:51,120 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) Starting deployment of "ZooEjb-0.0.1-SNAPSHOT.jar"

      15:22:51,120 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) Starting deployment of "ZooWar-0.0.1-SNAPSHOT.war"

      15:22:51,162 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-1) JNDI bindings for session bean named calculator in deployment unit subdeployment "ZooEjb-0.0.1-SNAPSHOT.jar" of deployment "ZooEar-0.0.1-SNAPSHOT.ear" are as follows:

       

          java:global/ZooEar-0.0.1-SNAPSHOT/ZooEjb-0.0.1-SNAPSHOT/calculator!za.co.test.CalculatorLocal

          java:app/ZooEjb-0.0.1-SNAPSHOT/calculator!za.co.test.CalculatorLocal

          java:module/calculator!za.co.test.CalculatorLocal

          java:global/ZooEar-0.0.1-SNAPSHOT/ZooEjb-0.0.1-SNAPSHOT/calculator!za.co.test.CalculatorRemote

          java:app/ZooEjb-0.0.1-SNAPSHOT/calculator!za.co.test.CalculatorRemote

          java:module/calculator!za.co.test.CalculatorRemote

       

      15:22:51,287 INFO  [org.jboss.ws.common.management.DefaultEndpointRegistry] (MSC service thread 1-4) register: jboss.ws:context=ZooWar,endpoint=za.co.test.ws.CalculatorImpl

      15:22:51,289 INFO  [org.apache.cxf.bus.spring.BusApplicationContext] (MSC service thread 1-4) Refreshing org.apache.cxf.bus.spring.BusApplicationContext@1f58923: startup date [Thu Dec 29 15:22:51 SAST 2011]; root of context hierarchy

      15:22:51,294 INFO  [org.apache.cxf.bus.spring.ControlledValidationXmlBeanDefinitionReader] (MSC service thread 1-4) Loading XML bean definitions from class path resource [META-INF/cxf/cxf.xml]

      15:22:51,301 INFO  [org.springframework.beans.factory.support.DefaultListableBeanFactory] (MSC service thread 1-4) Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@153673e: defining beans [cxf,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor]; root of factory hierarchy

      15:22:51,337 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] (MSC service thread 1-4) Loading XML bean definitions from resource loaded through InputStream

      15:22:51,408 INFO  [org.springframework.context.support.GenericApplicationContext] (MSC service thread 1-4) Refreshing org.springframework.context.support.GenericApplicationContext@14d3a53: startup date [Thu Dec 29 15:22:51 SAST 2011]; parent: org.apache.cxf.bus.spring.BusApplicationContext@1f58923

      15:22:51,409 INFO  [org.springframework.beans.factory.support.DefaultListableBeanFactory] (MSC service thread 1-4) Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@ea69fa: defining beans [CalculatorService]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@153673e

      15:22:51,414 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-4) Creating Service {http://ws.test.co.za/}Calculator from WSDL: WEB-INF/wsdl/Calculator.wsdl

      15:22:51,464 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-4) Setting the server's publish address to be /CalculatorService

      15:22:51,484 INFO  [org.jboss.wsf.stack.cxf.deployment.WSDLFilePublisher] (MSC service thread 1-4) WSDL published to: file:/home/mwongho/development/server/jboss-as-7.1.0.CR1b/standalone/data/wsdl/ZooEar-0.0.1-SNAPSHOT.ear/ZooWar-0.0.1-SNAPSHOT.war/Calculator.wsdl

      15:22:51,507 INFO  [org.jboss.as.webservices] (MSC service thread 1-7) JBAS015539: Starting service jboss.ws.port-component-link

      15:22:51,512 INFO  [org.jboss.as.webservices] (MSC service thread 1-3) JBAS015539: Starting service jboss.ws.endpoint."ZooEar-0.0.1-SNAPSHOT.ear"."ZooWar-0.0.1-SNAPSHOT.war"."za.co.test.ws.CalculatorImpl"

      15:22:51,523 INFO  [org.jboss.web] (MSC service thread 1-8) registering web context: /ZooWar

      15:22:51,540 INFO  [org.jboss.as.server] (HttpManagementService-threads - 4) JBAS018559: Deployed "ZooEar-0.0.1-SNAPSHOT.ear"