Referenced Libraries is a folder in the eclipse webproyect. I added external
JARs (in build path, libraries) to include CXF JARs, and eclipse puts the
files into Referenced Libraries. I can't paste this files into WEB-INF/lib.
But the bug with cxf/frontend is that this folder does not exist in apache
CXF...

2011/6/25 Felix Schumacher <felix.schumac...@internetallee.de>

> Am Samstag, den 25.06.2011, 11:52 +0200 schrieb Miguel Bonilla:
> > Yes, I have the cxf-libraries in References Libraries. But the 'frontend'
> Is this 'References Libraries' an eclipse thing? If so, are the
> libraries in your WEB-INF/lib dir - inside your webapplication inside
> tomcat - too?
>
> Felix
> > folder do not exist in cxf package.
> >
> > 2011/6/25 Felix Schumacher <felix.schumac...@internetallee.de>
> >
> > > Am Samstag, den 25.06.2011, 11:23 +0200 schrieb Miguel Bonilla:
> > > > 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
> > > Do you have the cxf-libraries (jar-files) in a place accessible for
> your
> > > jsp, eg. WEB-INF/lib?
> > >
> > > Bye
> > >  Felix
> > > >
> > > >
> > >
> 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!
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> > > For additional commands, e-mail: users-h...@tomcat.apache.org
> > >
> > >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to