1 Reply Latest reply on Feb 28, 2011 2:40 AM by jaikiran

    Migration Jboss5.1->6 && org.jboss.web.tomcat.security.login.WebAuthentication dependency

    jadtn

      Hi,

      I'm currently migrating application from jboss 5.1 to jboss 6 (in the same time i m migrating from ant to maven...).

       

      My problem is that i can't find de artifactid and version for jboss-web-service.jar for AS 6

      The class I need is org.jboss.web.tomcat.security.login.WebAuthentication   and is in jboss-web-service.jar of AS 6 , But in the meta of the jar there is no description about the artifactid and version.

       

      So i've test many many dependencies but no one have WebAuthentication.

      There is someone who know which dependy i need for this class?

      Thanks for your help

      :

       

       

            <dependency>

        <groupId>org.jboss.jbossas</groupId>

        <artifactId>jboss-as-tomcat</artifactId>

        <version>6.0.0.20100911-M5</version>

        <type>pom.audit.json</type>

      </dependency>

       

      <dependency>

        <groupId>org.jboss.web</groupId>

        <artifactId>jbossweb</artifactId>

        <version>3.0.0-CR1</version>

      </dependency> 

       

      <dependency>

        <groupId>org.jboss.jbossas</groupId>

        <artifactId>weld-int-webtier</artifactId>

        <version>6.0.0.20100911-M5</version>

        <type>pom.audit.json</type>

      </dependency>

       

       

      <dependency>

        <groupId>org.jboss.jbossas</groupId>

        <artifactId>jboss-as-webservices</artifactId>

        <version>6.0.0.20100911-M5</version>

        <type>pom.audit.json</type>

      </dependency>