xbean breaks embedding within netbeans by using 
java.beans.PropertyEditorManager.registerEditor
-----------------------------------------------------------------------------------------------

                 Key: MNG-3609
                 URL: http://jira.codehaus.org/browse/MNG-3609
             Project: Maven 2
          Issue Type: Bug
          Components: Embedding
    Affects Versions: 2.1
         Environment: netbeans 6.1, mevenide 3.1.2+
            Reporter: Milos Kleint
         Attachments: xbean.patch

The xbean binary shipping with maven in 2.1 is registering PropertyEditors via 
java.beans.PropertyEditorManager.registerEditor()
that's wracking havoc in the IDE's own code that relies on it's own property 
editors with customizer ui to be present.
http://www.netbeans.org/issues/show_bug.cgi?id=135868  is the obvious error 
everyone noticed, there's more subtle ones as well, like being unable to edit 
properties, or broken form GUI editor that's not processing real numbers 
correctly.

I've hotfixed the issue by commenting out the property editor registration in 
xbean (attached)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to