Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 74725 invoked from network); 23 Mar 2006 22:04:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Mar 2006 22:04:02 -0000 Received: (qmail 83741 invoked by uid 500); 23 Mar 2006 22:03:48 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 83578 invoked by uid 500); 23 Mar 2006 22:03:47 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 83192 invoked by uid 99); 23 Mar 2006 22:03:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Mar 2006 14:03:46 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of gary.larsen@envisn.com designates 63.166.217.30 as permitted sender) Received: from [63.166.217.30] (HELO mail.pshift.com) (63.166.217.30) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Mar 2006 14:03:45 -0800 Received: from dataman4 (unverified [216.204.134.74]) by mail.pshift.com (Vircom SMTPRS 4.3.459.0) with ESMTP id for ; Thu, 23 Mar 2006 17:03:25 -0500 X-Modus-BlackList: 216.204.134.74=OK;gary.larsen@envisn.com=OK X-Modus-RBL: 216.204.134.74=OK X-Modus-Trusted: 216.204.134.74=NO From: "Gary Larsen" To: Subject: Running Cocoon app in WebSphere (or WebLogic) Date: Thu, 23 Mar 2006 16:50:49 -0500 Message-ID: <003b01c64ec3$d95bd020$4e01a8c0@envisnofc.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcZOw9jRME+abFVwSYWzA+CGVhN28Q== X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Sorry to bug the dev list... Does this sound like a jar version issue? : Exception in creating Transform Handler I'm attempting to run my Cocoon application (2.1.7) in WebSphere (6.0.2). It seems to be very close after the advice found here on setting the WebSphere class loaders to PARENT_LAST. There seems to be a couple problems, probably related. When sending a page that relies on an XSL references with the app throws an exception: ERROR [WebContainer : 1] sitemap.handled-errors 2006-03-23 09:57:54,848 - Unable to get transformer handler for file:/C:/Program Files/IBM/WebSphere/AppServer/profiles/default/installedApps/ENVISNWS1Node01 Cell/netvisn_war.ear/netvisn.war/site/stylesheets/content-base.xsl org.apache.cocoon.ProcessingException: Unable to get transformer handler for file:/C:/Program Files/IBM/WebSphere/AppServer/profiles/default/installedApps/ENVISNWS1Node01 Cell/netvisn_war.ear/netvisn.war/site/stylesheets/content-base.xsl: org.apache.excalibur.xml.xslt.XSLTProcessorException: Exception in creating Transform Handler at org.apache.cocoon.transformation.TraxTransformer.setup(TraxTransformer.java: 318) .... The other problem is that the I18N translation transforms are not working. Everything works great in Tomcat 4.1. Gary