Hi, I haven't tried to plug an Oracle backend yet, but I'm surprised that an identifier longer that 30 chars would be used. Can you track done which one it is using the Oracle or Nuxeo logs ?
Florent On 6 Nov 2008, at 10:34, [EMAIL PROTECTED] wrote: > 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 -- Florent Guillaume, Head of R&D, Nuxeo Open Source, Java EE based, Enterprise Content Management (ECM) http://www.nuxeo.com http://www.nuxeo.org +33 1 40 33 79 87 _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
