[jboss-jira] [JBoss JIRA] Updated: (JBAS-2373) Need to replace PropertyEditorManager with context aware org.jboss.util.propertyeditor.PropertyEditors
Dimitris Andreadis (JIRA)
jira-events at jboss.com
Thu Jan 18 09:11:55 EST 2007
[ http://jira.jboss.com/jira/browse/JBAS-2373?page=all ]
Dimitris Andreadis updated JBAS-2373:
-------------------------------------
Fix Version/s: (was: JBossAS-4.2.0.CR1)
> Need to replace PropertyEditorManager with context aware org.jboss.util.propertyeditor.PropertyEditors
> ------------------------------------------------------------------------------------------------------
>
> Key: JBAS-2373
> URL: http://jira.jboss.com/jira/browse/JBAS-2373
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Deployment services
> Affects Versions: JBossAS-4.0.3 Final
> Reporter: Scott M Stark
> Assigned To: Dimitris Andreadis
>
> The use of the java.beans.PropertyEditorManager as a registry for java.beans.PropertyEditor instances does not work with scoped deployments as its a vm global singleton that does not work with scoped deployments, conflicting scoped deployments and redeployments. Use of the PropertyEditorManager needs to be replaced with use of a context aware org.jboss.util.propertyeditor.PropertyEditors that allows different deployments such as a scoped sar and unscoped jmx-console to use the correct PropertyEditor and clear deployment level PropertyEditor on undeployment.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list