0 Replies Latest reply on May 15, 2006 6:45 PM by lukian

    Unable to run converter web service example on JBoss

    lukian

      Hi,

      I can't seem to get the following tutorial to work, as described here:
      http://www.eclipse.org/webtools/community/tutorials/BottomUpWebService/BottomUpWebService.html

      I'm trying this tutorial out using JBoss v4.0.3SP1, using JDK 1.4.2_10.

      Besides having to do a little hack to manually place the Java bean class into
      the build/classes folder of the generated WebServiceProject, in order to get
      the wizard to work and resolve the classpath, the deployment overall seems
      successful.

      However, when I attempt to test the web service invocation via the test client
      JSP generated by the wizard gets the following error when I try to invoke the
      web service's celsiusToFarenheit(float) or FarenheitToCelsius(float) methods:

      exception: The AXIS engine could not find a target service to invoke!
      targetService is Converter

      In the console the following message is shown:

      17:52:37,632 INFO [EARDeployer] Started J2EE application:
      file:/C:/jboss-4.0.3SP1/server/default/deploy/ConverterProjClientEAR.ear
      17:52:37,662 INFO [EARDeployer] Init J2EE application:
      file:/C:/jboss-4.0.3SP1/server/default/deploy/WebServiceProjectEAR.ear
      17:52:37,993 INFO [TomcatDeployer] deploy, ctxPath=/ConverterProj,
      warUrl=.../tmp/deploy/tmp2759WebServiceProjectEAR.ear-contents/ConverterProj-exp.war/
      17:52:38,263 ERROR [EngineConfigurationFactoryServlet] Unable to find config
      file. Creating new servlet engine config file: /WEB-INF/server-config.wsdd
      17:52:38,684 INFO [EARDeployer] Started J2EE application:
      file:/C:/jboss-4.0.3SP1/server/default/deploy/WebServiceProjectEAR.ear
      17:52:48,017 ERROR [EngineConfigurationFactoryServlet] Unable to find config
      file. Creating new servlet engine config file: /WEB-INF/server-config.wsdd

      please, help me!