2 Replies Latest reply on Jan 28, 2013 3:42 AM by rahul22

    XTS, JBoss AS7 and Native ws stack

    asoldano

      Akhill wrote:

       

       

       

      Hi ,

       

      I am fairly new to JBOSS WS. I downloaded the JBOSS WS Native suite and ran the installation instructions provided. I am using JBOSS AS 7 (web version) as the target container. The deployment happens successfully and I can see the output folder created. Now when I start the JBOSS server using the below command

       

      standalone.bat -server-config standalone-xts.xml i get an error.

       

      10:58:38,457 ERROR [stderr] Exception in thread "Controller Boot Thread" org.jboss.modules.ModuleLoadError: Module org.jboss.ws

      .cxf.jbossws-cxf-client:main is not found

       

      Please help me out here .

       

      Thanks

       

      Akhil

        • 1. Re: XTS, JBoss AS7 and Native ws stack
          asoldano

          Few comments:

          • which exact versions of AS7 and JBWS Native are being used here?
          • I see your issue in any case, as the org.jboss.xts:main module is configured to have a dependency on org.jboss.ws.cxf.jbossws-cxf-client:main module, which is not there when jbossws-native stack is installed. I've created https://issues.jboss.org/browse/JBWS-3407
          • do you really need standalone-xts.xml configuration? If not, try downloading the latest AS 7.1.0.CR1 and run the full configuration. Otherwise, you might want to workaround this issue (while we fix JBWS-3407) by removing the org.jboss.ws.cxf.jbossws-cxf-client dependency in org.jboss.xts module and manually adding xts required dependencies spotting them through logs.
          • 2. Re: XTS, JBoss AS7 and Native ws stack
            rahul22

            hi ,

             

            i want to use following libraries

             

            import org.jboss.ws.core.StubExt;

            import org.jboss.ws.metadata.config.CommonConfig;

            import org.jboss.ws.metadata.config.EndpointProperty;

            import org.jboss.ws.metadata.umdm.EndpointMetaData;

             

            in seam 2 i was using through jars now in seam 3 i have to use through maven dependency but i can't find one.

            how i can use them using maven ???

             

            any help ??

             

            Thanks