Here it is, but it looks more like a hack though.
BR
/kesh
- Original Message -
From: "Davanum Srinivas" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 06, 2002 3:15 PM
Subject: Re: Anybody on Weblogic 6.1?
> Kesh,
>
> Yes, please send us a patch.
>
> Thanks,
> di
We've integrated Cocoon inside WebLogic 6.1 sp1 || sp2.
The problem with WL 6.1 is that it overrides xml system properties like
"javax.xml.transform.TransformerFactory" or
"javax.xml.parsers.SAXParserFactory" and set it to return its internal
xerces and its internal xalan implementation. Honestly
I'm using Cocoon with orion server. This server has
a very neat feature that allows you to set up a timeout attribute for your web
application, meaning that when this time's passed orion will unload you web app
and as a result will invoke destroy method of all servets declared in your
web-ap
esql.xsl
line 362.
After this changes I was able to deploy my app without any problems. Good
work guys!!!
/kesha
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
Could
somebody to take a look at it?
kesha
RCS file:
/home/cvspublic/xml-cocoon2/src/org/apache/cocoon/transformation/SQLTransfor
mer.java,v
retrieving revision 1.6
diff -u -r1.6 SQLTransformer.java
--- SQLTransformer.java 2001/06/07 06:15:39 1.6
+++ SQLTransformer.java 2001/06/08 19:21:56
@