I think this is the same issue as with parser: Batik has some classes in
org.w3c.* hierarchy, it needs to override or add some classes there. To
do this in JDK1.4, you copy it into endorsed dir (or as you did - into
ext dir)

Vadim

> From: Bhide, Atul [mailto:[EMAIL PROTECTED]]
> 
> Thanks Vadim,
> 
> You are right. I did not quite get it in your last email.
> 
> One more thing though why do I have to copy xml-apis and batik to
> JRE/LIB/EXT dir to make Cocoon work. I probed around the Cocoon and
Tomcat
> log but could not get the real reason why both these jar files are not
> picked up from the COCOON/WEB-INF/LIB directory but the rest of them
are. I
> would appreciate some clues on that or at least a place to go look at.
> 
> Thanks.
> 
> -----Original Message-----
> From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 06, 2002 7:36 PM
> To: [EMAIL PROTECTED]
> Subject: RE: HOWTO: jdk1.4
> 
> 
> > From: Bhide, Atul [mailto:[EMAIL PROTECTED]]
> >
> > I did look at it and it is plain out of date when it comes to JDK
1.4.
> > It
> > says that XALAN is REQUIRED by Cocoon CORE but when it comes to JDK
> > 1.4 you
> > can break the deployment if you do not remove xalan from the
> > installation.
> 
> You are misinterpreting this... Xalan *is* required for Cocoon,
> independent of JDK you are using. It just happened that Xalan is
bundled
> with the JDK1.4, so you could try and remove second copy of it.
> 
> Vadim
> 
> 
> > If we can modify the table to add columns for various versions of
JAVA
> > floating around it will make a difference.
> >
> > The deployment also fails if the xml-apis & batik are not moved to
> more
> > global position. If they remain in the cocoon/WEB-INF/lib directory
> TOMCAT
> > breaks while deploying COCOON, and the only inference I get from
this
> is
> > that some other application is also trying to load it but some how
> does not
> > get to the WEB-INF/lib directory.
> >
> > Regards, Atul
> >

<snip/>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to