>> Java 1.4 works fine with C 2.0.3 >OK, I will give it a try right now. What about C2.1 >(just that little satan inside me)?
Sorry, haven't tried it... > Do you use J2EE as datasource in > Cocoon to cooperate with JBoss regarding business > logic? Please, please, elaborate on it! We do not use J2EE as Cocoon datasources directly. Our application logic is invoked as Cocoon generators, Cocoon actions and in some cases as XSLT extensions. All of our code, in theory, could be ported to a framework other than Cocoon, the only issue being replacing the sitemap (most likely that would be done as explicit switch statements in a servlet) and in fact started life running from a highly modified version of the LotusXSL servlet many years ago... As a result, the application code invokes the J2EE code through proxy classes. The J2EE code then resolves any other datasources from the jBoss JNDI definitions and Cocoon is not aware of what is going on. --------------------------------------------------------------------- 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]>