I had some XML parsing issues with resin too, for my resin.conf, i Added <system-property javax.xml.parsers.DocumentBuilderFactory="org.apache.xerces.jaxp.DocumentBuilderFactoryImpl" /> <system-property javax.xml.parsers.SAXParserFactory="org.apache.xerces.jaxp.SAXParserFactoryImpl" /> <system-property javax.xml.transform.TransformerFactory="org.apache.xalan.processor.TransformerFactoryImpl" />
within the <http-server> entity and copied the Xerces/xmlapis.jars to resin/lib I don't know if it was necessary but i removed all of resin's base XML jars (dom, sax, etc) and completely depend on xalan/xerces. I also think the transformer can be left alone since the resin transformer is fast! That seemed to do the trick for me. danny Matthew Baird wrote: >Joe, > >Could you please post instructions back to the list so we can update the docs? > >thanks, >Matthew > > -----Original Message----- > From: Joe Campbell [mailto:[EMAIL PROTECTED]] > Sent: Wed 10/2/2002 6:41 PM > To: '[EMAIL PROTECTED] '; '[EMAIL PROTECTED] ' > Cc: > Subject: RE: OJB under Resin > > > > We are using OJB under resin 2.1.4 EE without a problem. > > If I can help with some config information please let me know, > > Joe C. > -----Original Message----- > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Sent: 10/2/02 6:12 PM > Subject: OJB under Resin > > Hi Folks, > > Anyone have any success using OJB under Resin? > > I saw some posts a bit back on hosting under Sun One, which seemed to > have a similar trouble to what I'm having. > > The problem I have is that OJB is unable to locate the repository.xml et > al. The app works fine under Tomcat, but the preferred deployment > environment is Resin. > > I have a theory that it relates to the way Resin munges the classpath, > but nothing to back it up. Any thoughts? > > Steve > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > >------------------------------------------------------------------------ > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>