[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-1597) Missing default persistence properties
Paul Ferraro (JIRA)
jira-events at lists.jboss.org
Tue Jan 20 10:36:05 EST 2009
[ https://jira.jboss.org/jira/browse/EJBTHREE-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12448784#action_12448784 ]
Paul Ferraro commented on EJBTHREE-1597:
----------------------------------------
Ack! Thanks for the heads up - I haven't commit anything in ejb3 yet, since I'm still seeing test suite errors - though they largely seem to be related to conflicting maven versions across modules (some modules refer to SNAPSHOTs, others do not). I figured that committing the AS parts wouldn't affect the EJB testsuite - guess that was a wrong assumption...
> 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
> Assignee: Paul Ferraro
> Fix For: 1.0.0-CR2
>
>
> 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