Hi
>
> good news and bad news -
>
...
>
> Note that the class expects there to be a method 'getXMLReader' available
in
> the SAXParser object (javax.xml.parsers.SAXParser) - this is logical,
> because in
> the version of Xerces Cocoon was built against, this method exists.
>
> I then looked at the structure of the SAXParser class that Weblogic 6.0
SP2
> uses, and found out that there is no 'getXMLReader' method!!!
>
> So who is to blame?
>
> Well, the offender is BEA - their JAXP API is broken, because it does
> not comply with the defacto standard, the one in the Java 1.4.0 API -
> whereas
> Avalon itself is completely justified in expecting the getXMLReader
> method, because it *should* be there according to Sun's API docs.
>
> Oh well, I'll have to work out how to bypass BEA's XML crud until a new
> service pack comes out for 6.0, I guess.... pffff....

You can try to place Xerces and Xalan in weblogic6.1/lib and rename them to
something like a_xerces.jar and a_xalan.jar.

Also you can try to remove certain packages (org.apache.**) from
weblogic.jar and xmlx.jar archives.

--
Konstantin

>
> Thanks to all the folks who tried to help me with my problem :)
>
> ---------------------------------------------------------------------
> 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]>
>

---------------------------------------------------------------------
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