Good time, Nuxeo Team.

I try to use Oracle for saving repositary and documents - I'm following your 
advice.

I've made repository-oracle-ds.xml:

<?xml version="1.0"?>
<connection-factories>
  <tx-connection-factory>
    <jndi-name>NXRepository/default</jndi-name>
    <xa-transaction/>
    <track-connection-by-tx/>
    <adapter-display-name>Nuxeo SQL Repository DataSource</adapter-display-name>
    <rar-name>nuxeo.ear#nuxeo-core-storage-sql-ra-1.4.3-SNAPSHOT.rar</rar-name>
    
<connection-definition>org.nuxeo.ecm.core.storage.sql.Repository</connection-definition>
    <config-property name="name">default</config-property>
    <config-property name="xaDataSource" 
type="java.lang.String">oracle.jdbc.xa.client.OracleXADataSource</config-property>
    <config-property name="property" 
type="java.lang.String">URL=jdbc:oracle:thin:@192.168.0.15:1521:kmhtest</config-property>
    <config-property name="property" 
type="java.lang.String">User=NUXEO</config-property>
    <config-property name="property" 
type="java.lang.String">Password=NUXEO</config-property>
    <max-pool-size>20</max-pool-size>
  </tx-connection-factory>
</connection-factories>

  But when I'm loggin into nuxeo (web site) I see the problem: An error occured!

  And in jboss's server.log: org.nuxeo.ecm.core.storage.StorageException: 
java.sql.SQLException: ORA-00972: ORA-00972: identifier is too long 
(Cause: An identifier with more than 30 characters was specified. Action: 
Specify at most 30 characters.)

In this case I have problem with Nuxeo (a set of bugs).

Can your help me, please.
with esteam, Victor
--
Posted by "Victor" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=2048#5694>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to