On 9/21/05, Bob Damato <[EMAIL PROTECTED]> wrote:

> I've actually been able to get OJB completely up and running in the portal. I 
> had to hack the OJB source though to do so. In
> org/apache/ojb/broker/metadata/RepositoryPersistor.java, I hardcoded the 
> SAXParserFactory to be an instance of
> com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl();
> Any thoughts on making this configurable through OJB.properties?

I wouldn't like that actually because it is not a problem of OJB but
rather one of the app server.
Have you checked the SDN threads about inqmyxml:

https://forums.sdn.sap.com/thread.jspa?threadID=22479
https://forums.sdn.sap.com/thread.jspa?threadID=24988

You can give OJB a different custom classloader via
org.apache.ojb.broker.util.ClassHelper#setClassLoader, so perhaps that
is the best way to do so (and does not require any OJB hacking) ?

regards,
Tom

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

Reply via email to