-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Rejected
-
Affects Version/s: JBossAS-5.0.1.GA
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
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.