java.lang.NoClassDefFoundError

2011-06-25 Thread 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:

Re: java.lang.NoClassDefFoundError

2011-06-25 Thread Felix Schumacher
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

Re: TC 7.0.16 IllegalStateException thrown by pageContext.include

2011-06-25 Thread Rainer Jung
On 24.06.2011 18:42, David Wall wrote: On 6/24/2011 5:48 AM, Rainer Jung wrote: On 24.06.2011 14:08, Tim Funk wrote:Looks like this is the root cause from DefaultServlet ... While the ISE is caught ... since the mimetype for js was changed - it doesn't match the fallback method

Re: java.lang.NoClassDefFoundError

2011-06-25 Thread Miguel Bonilla
Yes, I have the cxf-libraries in References Libraries. But the 'frontend' 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

Re: java.lang.NoClassDefFoundError

2011-06-25 Thread Felix Schumacher
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

Re: java.lang.NoClassDefFoundError

2011-06-25 Thread Miguel Bonilla
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

Re: java.lang.NoClassDefFoundError

2011-06-25 Thread Felix Schumacher
Am Samstag, den 25.06.2011, 12:57 +0200 schrieb Miguel Bonilla: 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