[jboss-user] [Beginners Corner] - Re: Unable to compile class for JSP

2009-06-09 Thread shenz
H i Wolfgang, thx. I'll try to adapt the right file and directory structure. Many thanks for the hints which helped me. Best, Jim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236403#4236403 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[jboss-user] [Beginners Corner] - Re: Unable to compile class for JSP

2009-06-09 Thread shenz
Hi Wolfgang, yes I had to add "Shop.war", because the helper classes which are called from the index.jsp are located unter web/ i.e. the war file contains 2 directories META-INF/ and web/ and under web these helper classes are located. Surely, the war file is packed in an EAR file named Sh

[jboss-user] [Beginners Corner] - Re: Unable to compile class for JSP

2009-06-09 Thread shenz
Hi Wolfgang tyes this solves the problem, but because I've the according java classes which are called by the jsp I have to put in the MANIFEST.FM Class-Path: Shop.war Thx a lot! Jim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236323#4236323 Reply to t

[jboss-user] [Beginners Corner] - Re: Unable to compile class for JSP

2009-06-09 Thread shenz
Hi Wolfgang, the Show.war contains a file META/MANIFEST.MF, but has the following content: Manifest-Version: 1.0 Ant-Version: Apache Ant 1.7.0 Created-By: 11.2-b01 (Sun Microsystems Inc.) It's the same content for both, working with JBOSS 4.2.2.GA as well as with JBOSS 5.1.0.GA With JBOSS 4.2.

[jboss-user] [Beginners Corner] - Unable to compile class for JSP

2009-06-08 Thread shenz
Dear all. I've the followinp problem. I'm using annotation attributes and no ejb-jar.xml General things: in the ear there is available META-INF/application.xml META-INF/MANIFEST.MF Shop.jar Shop.war In Shop.jar all entities and sessions beans are available. Shop.war contains META-INF/MANIFEST.