On Sunday 22 December 2002 12:20 pm, Gerard van de Looi wrote: > Dear people, > > I'm currently testing MMbase in an Oracle application server. Almost > everything is working fine, except for the edir\t wizards. > When I start an editwizard it shows the list and when I try to add or edit > an article, it shows the following message: > > javax.xml.transform.TransformerConfigurationException: XSL-1000: (Fatal > Error) Error while parsing XSL file (Extension function namespace should > start with 'http://www.oracle.com/XSL/Transform/java/'.). > > The problem is caused by the oracle implementation of the JAXP interface. > Does someone have a clue how to fix this thing. > If this is working I think we can add Oracle Application Server to the list > of supported servers Hi
This is probabely the same problem as with all other app servers (tomcat/orion and resine) . MMBase requires a certain version of xerces and xalan. if you app server has an other version of jaxp mmbase will not work. uslusay you can do 2 things 1- reverse the order in wich the application class loader loads classes (classes in WEB-INF/lib first and only after that the normal classes) 2-replace the xml jars from the application server with the ones provided with mmbase (xml-apis.jar and xerces.jar (maybe also xalan.jar)). > > Gerard van de Looi
