[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1283) Tomcat Unable to Compile JSPs when Separate ClassLoader Namespace Used for Webapp

2005-04-08 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1283?page=comments#action_12316807 ] Scott M Stark commented on JBAS-1283: - This is not a valid override example. The stack trace shows that the exception is coming from the javax.xml.parsers.DocumentBuilder

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1283) Tomcat Unable to Compile JSPs when Separate ClassLoader Namespace Used for Webapp

2005-04-08 Thread Tomislav Bodor (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1283?page=comments#action_12316789 ] Tomislav Bodor commented on JBAS-1283: -- We've discovered the commons-logging thing, but this is not a big deal as we don't require anything special of it - the one that'

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1283) Tomcat Unable to Compile JSPs when Separate ClassLoader Namespace Used for Webapp

2005-04-07 Thread Tomislav Bodor (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1283?page=comments#action_12316788 ] Tomislav Bodor commented on JBAS-1283: -- I can't figure out how to attach a war file to my comment. However, this issue is actually very simple to reproduce: 1. Put x

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1283) Tomcat Unable to Compile JSPs when Separate ClassLoader Namespace Used for Webapp

2005-04-05 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1283?page=comments#action_12316709 ] Scott M Stark commented on JBAS-1283: - Attach an example that illustrates your particular xml override scenario as I have tested being able to override the xml parser imp

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1283) Tomcat Unable to Compile JSPs when Separate ClassLoader Namespace Used for Webapp

2005-04-05 Thread Tomislav Bodor (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1283?page=comments#action_12316704 ] Tomislav Bodor commented on JBAS-1283: -- This is quite a significant problem with farther reaching consequences than just JSP compilation. It affects all versions of JBos

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1283) Tomcat Unable to Compile JSPs when Separate ClassLoader Namespace Used for Webapp

2005-01-12 Thread Anil Saldhana (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1283?page=comments#action_12314656 ] Anil Saldhana commented on JBAS-1283: - Make java2ParentDelegation=trueand give it a shot. > Tomcat Unable to Compile JSPs when Separate ClassLoader Namespace Used fo

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1283) Tomcat Unable to Compile JSPs when Separate ClassLoader Namespace Used for Webapp

2005-01-12 Thread Jeremy Brown (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1283?page=comments#action_12314650 ] Jeremy Brown commented on JBAS-1283: No dice. I changed my jboss-web.xml to read: [quote] http://www.jboss.org/j2ee/dtd/jboss-web_3_0.dtd";> dot.com:loader=ap

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1283) Tomcat Unable to Compile JSPs when Separate ClassLoader Namespace Used for Webapp

2005-01-12 Thread Anil Saldhana (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1283?page=comments#action_12314647 ] Anil Saldhana commented on JBAS-1283: - http://www.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases This describes classloading. > Tomcat Unable to Compile JSPs whe

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1283) Tomcat Unable to Compile JSPs when Separate ClassLoader Namespace Used for Webapp

2005-01-11 Thread Jeremy Brown (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1283?page=comments#action_12314641 ] Jeremy Brown commented on JBAS-1283: What's the net effect of setting java2ClassLoadingCompliance to "true" or "false"? Is there a wiki topic or doco about this? > Tomc

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1283) Tomcat Unable to Compile JSPs when Separate ClassLoader Namespace Used for Webapp

2005-01-11 Thread Anil Saldhana (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1283?page=comments#action_12314640 ] Anil Saldhana commented on JBAS-1283: - If I make the java2ClassLoadingCompliance to true, the webapp deploys properly and I can access the index.jsp with no errors. ==