[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1597) Missing default persistence properties
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Mon Nov 24 11:50:36 EST 2008
Missing default persistence properties
--------------------------------------
Key: EJBTHREE-1597
URL: https://jira.jboss.org/jira/browse/EJBTHREE-1597
Project: EJB 3.0
Issue Type: Bug
Components: deployers
Affects Versions: 1.0.0-Beta8
Reporter: Brian Stansberry
Fix For: 1.0.0-Beta9
It appears deployers/ejb3.deployer/META-INF/persistence.properties is now completely ignored, and the default persistence properties are injected into the deployers/ejb3.deployer/META-INF/jpa-deployers-jboss-beans.xml "PersistenceUnitDeployer" bean via an embedded set of properties.
Most of the properties from the persistence.properties file are not being injected, so some defaults appear to have been dropped. I believe this is the cause of JBSEAM-3586.
Fix is to:
1) include the missing properties in the injected property set. Include commented out entries equivalent to the commented out ones in persistence.properties.
2) remove persistence.properties
3) test for regressions
--
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