web.xml parse error

2011-06-25 Thread Mohit Anchlia
I am getting following errors and not able to find what's missing: http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"; versio

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. >

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 apac

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 > fo

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 > 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 > >

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 metho

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 b

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: org/apache/cxf/frontend/ClientProx