[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Accessing varargs from jsp (jboss 4.2.0 / jre 5.0)

2007-09-21 Thread Renen
thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087119#4087119 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087119 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Accessing varargs from jsp (jboss 4.2.0 / jre 5.0)

2007-09-20 Thread jaikiran
Try adding the "compilerSourceVM" init-param to the web.xml file present in server/< serverName>/deploy/jboss-web.deployer/conf folder, as follows: | | | | | | | | | | | | | | | jsp | org.apache.jasper.se

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Accessing varargs from jsp (jboss 4.2.0 / jre 5.0)

2007-09-19 Thread Renen
Hello, Tested. Problem is as described. The varargs are handled correctly from within normal POJOs in the WAR. Except, I don't think it has anything todo with EJB3: you can't access varargs on a POJO from a JSP page... I am curious as to why this is so. Any ideas? renen. View the original pos