Re: [xwiki-users] XWIKI on OC4J AS 10.1.2.3.0 with oracle 11g
There is a ton of classpath collisions with xwiki inside oas. Until xwiki 1.6 search-local-classes-first="true" in orion-web.xml solved the problems, but since then thing started to be more complicated. Right now, I have xwiki 1.8.3 deployed into OAS 10.1.3.2 with following orion-application.xml <?xml version="1.0"?> <orion-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/orion-application-10_0.xsd" development="true"> <imported-shared-libraries> <import-shared-library name="global.libraries"/> <import-shared-library name="global.tag.libraries"/> <import-shared-library name="oracle.jdbc"/> <remove-inherited name="*"/> </imported-shared-libraries> </orion-application> -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Marc Baumann Sent: Wednesday, May 20, 2009 9:47 AM To: [email protected] Subject: Re: [xwiki-users] XWIKI on OC4J AS 10.1.2.3.0 with oracle 11g Has someone an idea? Btw. is someone using oracle as 10.1.2.3.0 as a xwiki container? Regards Marc -- View this message in context: http://n2.nabble.com/XWIKI-on-OC4J-AS-10.1.2.3.0-with-oracle-11g-tp2889034p2... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hey Thanks for reply. When I test it with your orion-application.xml it won't work. Can you suggest me how to adapt my xml file? orion-application.xml: <?xml version = '1.0'?> <!DOCTYPE orion-application PUBLIC "-//ORACLE//DTD OC4J Application runtime 9.04//EN" "http://xmlns.oracle.com/ias/dtds/orion-application-9_04.dtd"> <orion-application deployment-version="10.1.2.3.0" default-data-source="jdbc/OracleDS" treat-zero-as-null="true" autocreate-tables="false"> <web-module id="xwiki" path="xwiki.war"/> <persistence path="persistence"/> <principals path="principals.xml"/> <jazn provider="XML" location="jazn-data.xml"/> <log> <file path="application.log"/> </log> <namespace-access> <read-access> <namespace-resource root=""> <security-role-mapping> <group name="jazn.com/administrators"/> </security-role-mapping> </namespace-resource> </read-access> <write-access> <namespace-resource root=""> <security-role-mapping> <group name="jazn.com/administrators"/> </security-role-mapping> </namespace-resource> </write-access> </namespace-access> </orion-application> Regards Marc -- View this message in context: http://n2.nabble.com/XWIKI-on-OC4J-AS-10.1.2.3.0-with-oracle-11g-tp2889034p2... Sent from the XWiki- Users mailing list archive at Nabble.com.
participants (2)
-
Marc Baumann -
Vanek Martin