[opencms-dev] Does this work with Oracle or NOT?

Tristan Tarrant tristan.tarrant at dataforte.net
Wed Apr 6 18:52:25 CEST 2005


On Wed, 2005-04-06 at 11:14 -0500, Bryan Cantwell wrote:

> Has anyone ever actually made OpenCMS work in Oracle?  
> I have Oracle 9IAS and 817 db. I have deployed the war file it seems
> fine. I step thru the setup wizard and all goes fine, even creates the
> tables fine... But when the workspace import comes it 

We use OpenCMS with Oracle 10g. The problem you are having is related to
the XML parser. Oracle provides its own implementation and it is very
difficult to change it (and not recommended). What makes it blow up is
at line 478 of org.opencms.configuration.CmsConfigurationManager (I'm
looking at current CVS).
Change the line from:

m_digester.setValidating(true);

to

m_digester.setValidating(false);

and it should work.

Tristan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20050406/5d8e2d6f/attachment.htm>


More information about the opencms-dev mailing list