You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Mark Eggers <md...@earthlink.net> on 2004/12/23 20:03:30 UTC

Cocoon 2.1.x, JSP, jdk 1.5

I seem to be having problems with running the JSP and BSF sample blocks.

I get a blank page with the JSP block: 

( <html><body></body></html> )

I get a null pointer exception with the GroovyMarkup generator example:

at org.codehaus.groovy.bsf.GroovyEngine.exec(GroovyEngine.java:167)

My environment is:
Linux Fedora Core 3 2.6.9-1.681_FC3
java 1.5.0_01-b08
Tomcat 5.56
  eclipse jdt has been replaced with javac following the Jasper How To
  a) removed jasper-compiler-jdt.jar from common/lib
  b) added ant.jar and ant-launcher.jar from ant 1.6.2 built with jdk1.5
  c) added the following to web.xml
     <init-param>
       <param-name>compiler</param-name>
       <param-value>javac1.5</param-value>
     </init-param>
JAVA_HOME set to /usr/jdk1.5.0_01
All Tomcat examples seem to work

Cocoon 2.1.6 and latest 2.1.x branches were built with source.vm=1.4 in
local.build.properties and target="1.5" in init-build.xml.

Have I missed something, or are there still issues with Cocoon and jdk
1.5?

-----
/mde/
just my two cents . . . .


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org