[jboss-jira] [JBoss JIRA] Moved: (JBJPA-4) PU Dependencies in persistence.xml properties are not honored
Carlo de Wolf (JIRA)
jira-events at lists.jboss.org
Tue Jan 27 06:19:45 EST 2009
[ https://jira.jboss.org/jira/browse/JBJPA-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Carlo de Wolf moved EJBTHREE-1674 to JBJPA-4:
---------------------------------------------
Project: JBoss JPA (was: EJB 3.0)
Key: JBJPA-4 (was: EJBTHREE-1674)
Component/s: (was: jpa-deployers)
Fix Version/s: 1.0.0-Beta5
(was: 1.0.0-Beta12)
Affects Version/s: 1.0.0-Beta4
(was: 1.0.0-Beta11)
> PU Dependencies in persistence.xml properties are not honored
> -------------------------------------------------------------
>
> Key: JBJPA-4
> URL: https://jira.jboss.org/jira/browse/JBJPA-4
> Project: JBoss JPA
> Issue Type: Bug
> Affects Versions: 1.0.0-Beta4
> Environment: EJB3 Integration TestSuite "dependency" - org.jboss.ejb3.test.dependency.unit.DependencyUnitTestCase.testPUDependencies
> Reporter: Andrew Lee Rubinger
> Assignee: Andrew Lee Rubinger
> Fix For: 1.0.0-Beta5
>
>
> Given persistence.xml of the following form:
> <persistence xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" version="1.0">
> <persistence-unit name="tempdb">
> <jta-data-source>java:/DefaultDS</jta-data-source>
> <properties>
> <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
> <property name="jboss.depends.1" value="jboss.test:service=YetAnotherDependedOn"/>
> </properties>
> </persistence-unit>
> </persistence>
> A dependency upon "jboss.test:service=YetAnotherDependedOn" should be defined, yet is not.
--
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