2 Replies Latest reply on Apr 2, 2007 5:17 PM by starksm64

    2.2.0.GA/component-info.xml still depends on tomcat 5.5.15

    starksm64

      The remoting/2.2.0.GA/component-info.xml is still declaring a dependency on the apache-tomcat 5.5.15 container:

       <import componentref="apache-tomcat">
       <compatible version="5.5.15"/>
       </import>
      


      I thought this was getting pulled out. We cannot have the dependency for any remoting going into jboss5.


        • 1. Re: 2.2.0.GA/component-info.xml still depends on tomcat 5.5.

          This was my fault. I have commented it out now.

          As of 2.2.0 release there are the different remoting components within the repository as well (i.e. remoting-core, remoting-http, etc.). Right now, the http invokers only work with tomcat jars so is why we have the remoting-http. Ron is working on a jbossweb alternative. At that point, will be able to have remoting-http-tomcat and remoting-http-jbossweb instead of the remoting-http. At that point, assume jbossas will switch to using the remoting components instead of the whole remoting distro as is done now, right?

          • 2. Re: 2.2.0.GA/component-info.xml still depends on tomcat 5.5.
            starksm64

             

            "tom.elrod@jboss.com" wrote:
            At that point, assume jbossas will switch to using the remoting components instead of the whole remoting distro as is done now, right?


            Yes.