Hello,

Yes I configure Nuxeo with an Oracle database with this document.

Perhaps, my datasource is not complete.

In /nuxeo/server/default/deploy/nuxeo.ear/datasources, I have modified all 
.xml  :

<?xml version="1.0" encoding="UTF-8"?>

<datasources>
  <local-tx-datasource>
    <jndi-name>nxworkflowjbpm</jndi-name>
    <connection-url>
      jdbc:oracle:thin:@ip:port:database
    </connection-url>
    <driver-class>oracle.jdbc.OracleDriver</driver-class>
    <user-name>user</user-name>
    <password>password</password>
  </local-tx-datasource>

  <mbean code="org.jboss.jdbc.HypersonicDatabase"
    name="jboss:service=Hypersonic,database=nxworkflowjbpm">
    <attribute name="Database">nxworkflowjbpm</attribute>
    <attribute name="InProcessMode">true</attribute>
  </mbean>
</datasources>


Do you have any sample for a datasource with Oracle?

Thank you for your answers
 



[EMAIL PROTECTED] 
Envoyé par : [EMAIL PROTECTED]
29/11/2007 11:51

A
[email protected]
cc

Objet
Re: [Ecm] Nuxeo repository in Oracle Database







Yes it is possible. Read this : 
http://doc.nuxeo.org/current/reference/html/administration.html#admin-database-configuration
 




[EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED] 
29/11/2007 11:43 


To
[email protected] 
cc

Subject
[Ecm] Nuxeo repository in Oracle Database









Hello, 

I use a Nuxeo Plateform 5.1 with an Oracle Database. 
Users, groups, files, ... are stored in the database. 
But workspaces, directories and files are not stored in the database and 
remain in the folder :  /nuxeo/server/default/data 
I would like that everything is stored in the database for a possible 
restoration 

Can I store everything in the database? 

Thank you for your answers 

David NAPIERALA_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to