[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-1597) Missing default persistence properties
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Tue Jan 20 04:38:04 EST 2009
[ https://jira.jboss.org/jira/browse/EJBTHREE-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12448691#action_12448691 ]
Andrew Lee Rubinger commented on EJBTHREE-1597:
-----------------------------------------------
Latest commits to Ejb3Deployer and jboss-beans.xml leading to regression in EJB3 TestSuite statefulproxyfactoryoverride instance not starting, configs gotta be updated there:
Ejb3Deployer -> **ERROR** | java.lang.IllegalArgumentException: No such property defaultPersistenceProperties for bean org.jboss.ejb3.deployers.Ejb3Deployer available [topLevelOnly, input, deploymentDescriptorRequired, scanWars, messageDestinationReferenceResolver, inputs, parentFirst, outputs, wantComponents, relativeOrder, useUnitName, allowedSuffixes, componentsOnly, persistenceUnitDeploymentResolver, persistenceManagerFactoryRegistry, kernel, output, poolFactoryRegistry, class, remoteProxyFactoryRegistry, ignoredJarsSet, cacheFactoryRegistry, mbeanServer, allInputs, stage]
http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk/testsuite/src/test/resources/test-configs/statefulproxyfactoryoverride/deployers/ejb3.deployer/META-INF/ejb3-deployers-jboss-beans.xml < This file
> 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