Thanks for your ideas anyway, cgriffith. I have checked my tiles configuration file and the usage of the tiles tags are correct.
The thing is... In the scenes behind the web application I have a business tier written using EJB3 that is contacting a product from Juniper called SDX (the 6.2.1 version of this product). The contact with this SDX software can either be configured to be done in a "local" or a "distributed" way, where the distributed configuration works through a so called nic proxy to reach a Service Engine and the local configuration works directly against this Engine through CORBA. When using the local configuration the web application works like a charm and compiles the JSP pages correctly, but when working with a distributed configuration the same JSP pages won't compile. It is really no problem with the proxy contact when using any of the configuration types as we can read data from the SDX system without any problem. It feels really weird that something like this should cause any JSP compilation errors... but maybe there is a connection that I can't see, after all. I'm thinking of going for JSP precompilation in JBoss IDE 1.5? Does anyone know if this is possible today? /Henrik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927814#3927814 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927814 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
