1 Reply Latest reply on May 24, 2004 12:52 AM by donlyon

    ClassNotFoundException in Axis1.2 integration in HEAD

    james.clover

      I know this is against the latest HEAD (4/23) and a beta version of Axis, but I thought I'd toss this out and give it a try :)

      I've gotten HEAD built and (seemingly) working properly; happyaxis.jsp is even happy. When I deploy my EJB-based web service (which, of course, works in 3.2.3), I get this error:

      The Container Invoker session-webservice-invoker (in jboss.xml or
      standardjboss.xml) could not be created because of
      java.lang.ClassNotFoundException: No ClassLoaders found for:
      org.jboss.net.ws4ee.server.EJBProxyFactoryImpl We will ignore
      this error, but you may miss a transport for this bean.
      

      ... And my web service doesn't show up in my AxisServlet.

      Is there anything I can tweak to make this work or is this stuff just in-work and not ready for use at all yet?

      Thanks!
      James