[jboss-jira] [JBoss JIRA] Assigned: (JBAS-6547) In persistence.xml if the </jta-data-source> tag is in a new line, the persistence it's not corrected loaded.
Carlo de Wolf (JIRA)
jira-events at lists.jboss.org
Tue Mar 24 10:09:25 EDT 2009
[ https://jira.jboss.org/jira/browse/JBAS-6547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Carlo de Wolf reassigned JBAS-6547:
-----------------------------------
Assignee: Carlo de Wolf
> 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
> Assignee: Carlo de Wolf
>
> 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