1 Reply Latest reply on Dec 15, 2011 1:58 AM by jfclere

    IncompatibleClassChangeError using JBoss AS 6.1 Final and Tomcat 7.0

      I tried to use JBoss AS 6.1 Final using remote ejb via jndi.

       

      I want to lookup those ejb's in my webapp i tried to deploy on my tomcat 7 machine but I get the following error.

       

       

      Unable to load class [org.jboss.remoting.transport.coyote.ssl.RemotingServerSocketFactory] to check against the @HandlesTypes annotation of one or more ServletContentInitializers.

      java.lang.IncompatibleClassChangeError: class org.jboss.remoting.transport.coyote.ssl.RemotingServerSocketFactory has interface org.apache.tomcat.util.net.ServerSocketFactory as super class

          at java.lang.ClassLoader.defineClass1(Native Method)

          at java.lang.ClassLoader.defineClassCond(Unknown Source)

          at java.lang.ClassLoader.defineClass(Unknown Source)

       

       

      this has been previsouly reported:

       

      http://www.mail-archive.com/dev@tomcat.apache.org/msg58304.html//www.mail-archive.com/dev@tomcat.apache.org/msg58304.html

       

       

      but what should I do to make it work?, jboss 7 does not supports remote ejb and has no client jars yet.