[jboss-jira] [JBoss JIRA] Created: (JBAS-6547) In persistence.xml if the </jta-data-source> tag is in a new line, the persistence it's not corrected loaded.
Israel Lacerra (JIRA)
jira-events at lists.jboss.org
Thu Feb 26 10:54:44 EST 2009
In persistence.xml if the </jta-data-source> tag is in a new line, the persistence it's not corrected loaded.
-------------------------------------------------------------------------------------------------------------
Key: JBAS-6547
URL: https://jira.jboss.org/jira/browse/JBAS-6547
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: JBossAS-5.0.1.GA
Reporter: Israel Lacerra
If I run JBoss with this persistence.xml:
..
<persistence-unit name="rosys">
<jta-data-source>java:/jdbc/rosys-core
</jta-data-source>
...
the entities are not loaded.
But if I change the persistence:
<persistence-unit name="rosys">
<jta-data-source>java:/jdbc/rosys-core</jta-data-source>
everything goes fine.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list