Note that if you prefer you can point all datasources to the same database, just use the same connection-url for all of them, like
   <connection-url>jdbc:mysql://localhost:3306/nuxeo</connection-url>
That's what we advise actually, it simplifies management on the SQL side.

Florent

On 12 Apr 2008, at 00:14, [EMAIL PROTECTED] wrote:
Hi,

I could move all datasources to MySQL, even placeful. Here is the datasource I use :

<?xml version="1.0" encoding="UTF-8"?>
<datasources>
 <local-tx-datasource>
   <jndi-name>placeful_service_ds</jndi-name>
<connection-url>jdbc:mysql://localhost:3306/nxplacefulservice</ connection-url>

   <driver-class>com.mysql.jdbc.Driver</driver-class>

   <user-name>***</user-name>

   <password>***</password>

<exception-sorter-class- name>org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter</ exception-sorter-class-name>

   <metadata>

      <type-mapping>mySQL</type-mapping>

   </metadata>

 </local-tx-datasource>
</datasources>

--
Florent Guillaume, Director of R&D, Nuxeo
Open Source 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

Reply via email to