views:

32

answers:

0

We are updating our project from java 1.4 to java6 and trying to move to jboss6 with javaee6. We completely remade our ejb's and logic. So the the trouble we have now is that no jsp is comipilng on jboss6. So al jsp's run compiled and run correctly on jboss 3.2.1 and jboss5.1 but not on jboss6M4.

So this is out jsp : http://pastie.org/1141085

And this is an exception: [ApplicationProxy.forward() 156 ] Caused by: java.lang.NullPointerException [ApplicationProxy.forward() 156 ] at org.apache.jasper.compiler.Parser.parseBody(Parser.java:1598)

Maybe someone had experience with such a problem?