https://issues.apache.org/bugzilla/show_bug.cgi?id=51430

             Bug #: 51430
           Summary: java.lang.NoClassDefFoundError:
                    org/apache/cxf/frontend/ClientProxy
           Product: Tomcat 7
           Version: 7.0.11
          Platform: PC
            Status: NEW
          Severity: major
          Priority: P2
         Component: Servlet & JSP API
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: gup...@gmail.com
    Classification: Unclassified


I am trying to integrate a Java Application into a J2EE proyect using a JSP and
a Servlet.
I run the proyect as Java Application (in Eclipse J2EE) and works perfectly,
but I run the JSP in server and fails.

This is the bug report:

java.lang.NoClassDefFoundError: org/apache/cxf/frontend/ClientProxy
 
com.hp.io.soap.v1.IO_IOSoapServicePort_Client.setupConnection(IO_IOSoapServicePort_Client.java:85)

com.hp.io.soap.v1.IO_IOSoapServicePort_Client.principal(IO_IOSoapServicePort_Client.java:34)
    com.hp.io.soap.v1.PruebaServlet.doGet(PruebaServlet.java:55)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:722)



java.lang.ClassNotFoundException: org.apache.cxf.frontend.ClientProxy
   
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1676)
   
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1521)
   
com.hp.io.soap.v1.IO_IOSoapServicePort_Client.setupConnection(IO_IOSoapServicePort_Client.java:85)
   
com.hp.io.soap.v1.IO_IOSoapServicePort_Client.principal(IO_IOSoapServicePort_Client.java:34)
    com.hp.io.soap.v1.PruebaServlet.doGet(PruebaServlet.java:55)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:722)


Thanks!

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to