4 Replies Latest reply on Jan 7, 2008 9:24 AM by heiko.braun

    Integrating ws spi into jboss-javaee

    starksm64

      The jboss-jaxws.jar spis are missing from the current jboss-javaee.jar assembly artifact, and the stax api in the https://svn.jboss.org/repos/jbossas/projects/javaee/trunk/jboss-jaxs-api/ project are not what is being used by the webservice project. We need to get the correct javaee 5 artifacts into maven so they can be incorporated into the jboss-javaee.jar assembly. Where should this be coming from?

      I guess I'll put out a 2.0.1.GA version of jboss-jaxws.jar to the maven2 repo, and take this from the jboss/jbossws/2.0.1.GA repo contents so I can finish up the annotation to metadata work in the metadata project.

        • 1. Re: Integrating ws spi into jboss-javaee
          heiko.braun

          We are talking about the STAX and the JAX-WS API, right?
          The later will ship with jbossws 2.0.2 that's going to be released anytime soon. AS 5 currently uses a snapshot. If you give me access to the jboss-jaxs-api repo, I'll fix the existing API and update JBossWS to use the jboss-jaxs one instead of the codehaus lib.

          • 2. Re: Integrating ws spi into jboss-javaee
            starksm64

             

            "heiko.braun@jboss.com" wrote:
            We are talking about the STAX and the JAX-WS API, right?
            The later will ship with jbossws 2.0.2 that's going to be released anytime soon. AS 5 currently uses a snapshot. If you give me access to the jboss-jaxs-api repo, I'll fix the existing API and update JBossWS to use the jboss-jaxs one instead of the codehaus lib.

            Yes. You already have access since this is part of the jbossas repository:

            https://svn.jboss.org/repos/jbossas/projects/javaee/trunk/jboss-jaxs-api/


            • 3. Re: Integrating ws spi into jboss-javaee
              heiko.braun

              yes, of course ...

              • 4. Re: Integrating ws spi into jboss-javaee
                heiko.braun

                > Scott,
                > i fixed the sig tests and updated the jaxws sources accordingly.
                > However I am having trouble publishing the jboss-javaee.jar to both the
                > mvn repo.


                Scott:


                Ok, we'll build it as there are some other changes that need to go in.