[
http://jira.jboss.com/jira/browse/JBSEAM-2095?page=comments#action_12382483 ]
Ian Darwin commented on JBSEAM-2095:
------------------------------------
The documentation I submitted was not mainly about working around the hibernate limitation
but about having a full and complete Seam example with multiple datasources. This has been
asked about several times on various mailing lists, and nobody has given a complete
example. You don't think that is a valuable contribution to the seam documentation?
That documentation cannot possibly be used by the Hibernate documentation group as it is
completely seam-specific, except for literally one line.
Document Multiple DataSources in same with example
--------------------------------------------------
Key: JBSEAM-2095
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2095
Project: JBoss Seam
Issue Type: Patch
Components: Core
Affects Versions: 2.0.0.CR1
Environment: EAR deployment, POJO beans setup by Seam-Gen. OS not relevant; tried
JDK1.6 and 1.7EA. DB is PostgreSQL 8.
Reporter: Ian Darwin
Attachments: multiple_datasources.xml
When using multiple DataSources in an EJB3 EAR, as suggested by Gavin the the URL
referenced below, using Hibernate as the underlying persistence, it appears that the
"schema export" and the /import.sql get applied to both.
The workaround is to be sure you only use hbm2ddl auto on one of the datasources.
The attachment gives an example.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira