Hi, Running on JDK1.4.0, I have successfully been using Cocoon 2.0.3 in JBoss 3.0.0 with embedded Catalina (TomCat 4.0.3)......it runs as a war in an ear file w/o problem.
I have just made the switch to JBoss 3.0.3 with embedded Tomcat (4.1.2) and now my XSP generation has stopped working....my normal XML to XSLT transformations are working fine still - so the sitemap is compiling ok. ....but my XSP now complains about not being able to find the following in my XSP (which I assume are inherited), even for a simple 'Hello World': method characters(java.lang.String) variable contentHandler variable dependencies variable dateCreated variable objectModel class XSPGenerator class XSPRequestHelper class XSPResponseHelper class XSPSessionHelper class XSPObjectHelper class ProcessingException class ComponentManager etc etc ..my code hasn't changed at all. Do these Cocoon errors sound like something obvious .... TIA Chris -=-=-= Here is the stack... org.apache.cocoon.components.language.LanguageException: Error compiling test_xsp: Line 19, column 49: cannot access class Component; file org/apache/avalon/framework/component/Component.class not found Line 20, column 49: cannot access class ComponentException; file org/apache/avalon/framework/component/ComponentException.class not found Line 21, column 49: cannot access class ComponentManager; file org/apache/avalon/framework/component/ComponentManager.class not found Line 22, column 49: cannot access class ComponentSelector; file org/apache/avalon/framework/component/ComponentSelector.class not found Line 23, column 47: cannot access class Context; file org/apache/avalon/framework/context/Context.class not found Line 24, column 50: cannot access class DataSourceComponent; file org/apache/avalon/excalibur/datasource/DataSourceComponent.class not found Line 27, column 29: cannot access class Constants; file org/apache/cocoon/Constants.class not found Line 28, column 29: cannot access class ProcessingException; file org/apache/cocoon/ProcessingException.class not found Line 29, column 47: cannot access class Parser; file org/apache/cocoon/components/parser/Parser.class not found Line 30, column 40: cannot access class Generator; file org/apache/cocoon/generation/Generator.class not found Line 33, column 60: cannot access class XSPGenerator; file org/apache/cocoon/components/language/markup/xsp/XSPGenerator.class not found Line 34, column 60: cannot access class XSPObjectHelper; file org/apache/cocoon/components/language/markup/xsp/XSPObjectHelper.class not found Line 35, column 60: cannot access class XSPRequestHelper; file org/apache/cocoon/components/language/markup/xsp/XSPRequestHelper.class not found Line 36, column 60: cannot access class XSPResponseHelper; file org/apache/cocoon/components/language/markup/xsp/XSPResponseHelper.class not found Line 37, column 60: cannot access class XSPSessionHelper; file org/apache/cocoon/components/language/markup/xsp/XSPSessionHelper.class not found Line 45, column 34: class XSPGenerator not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 66, column 63: class ProcessingException not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 48, column 12: variable dateCreated not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 49, column 12: variable dependencies not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 70, column 17: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 75, column 15: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 80, column 15: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 85, column 15: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 91, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 100, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 105, column 41: variable objectModel not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 105, column 11: variable XSPRequestHelper not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 112, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 115, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 124, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 127, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 136, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 139, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 146, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 173, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 183, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 190, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 209, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 219, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 226, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 229, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 236, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 239, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 248, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 259, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 268, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 271, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 281, column 32: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 281, column 8: variable XSPObjectHelper not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 283, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 286, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 293, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 296, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 303, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 314, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 323, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 334, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 343, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 362, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 371, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 374, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 383, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 386, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 395, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 406, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 415, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 418, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 425, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 428, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 435, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 438, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 445, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 448, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 457, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 460, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 469, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 472, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 506, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 516, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 524, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 531, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 534, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 541, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 544, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 553, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 556, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 590, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 600, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 608, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 615, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 618, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 625, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 628, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 635, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 638, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 645, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 648, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 655, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 658, column 9: variable contentHandler not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 665, column 13: method characters(java.lang.String) not found in class org.apache.cocoon.www.jndi_.localhost.docs.test_xsp Line 0, column 0: 100 errors at org.apache.cocoon.components.language.programming.java.JavaLanguage.compile( JavaLanguage.java:243) Any e-mail message from the European Central Bank (ECB) is sent in good faith but shall neither be binding nor construed as constituting a commitment by the ECB except where provided for in a written agreement. This e-mail is intended only for the use of the recipient(s) named above. Any unauthorised disclosure, use or dissemination, either in whole or in part, is prohibited. If you have received this e-mail in error, please notify the sender immediately via e-mail and delete this e-mail from your system. --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>