commons-modeler 1.1 is broken
-----------------------------

         Key: GERONIMO-1999
         URL: http://issues.apache.org/jira/browse/GERONIMO-1999
     Project: Geronimo
        Type: Bug
    Security: public (Regular issues) 
  Components: Tomcat  
    Versions: 1.1    
    Reporter: David Jencks
 Assigned to: David Jencks 
     Fix For: 1.1


Commons-modeler 1.1 (apparently the last released version, from about 2.5 years 
ago) has at least 2 problems:

1. the modeler model mbean ignores any method your resource may have called 
getObjectName() and instead uses its own, which returns an ObjectName.  This 
makes it difficult to use in a jsr-7 compliant environment where the return 
type must be String (as it is for the tomcat classes getting wrapped).  This 
was fixed in rev 139253 sept 3 2003.

2. Registry is insufficiently synchronized, resulting in intermittent 
ConcurrentModificationExceptions.  This is being tracked in 
http://issues.apache.org/bugzilla/show_bug.cgi?id=39521

I'm working on a patch for that.

I'm going to make a private build of commons-modeler and put in into our build 
until we can get this officially resolved.

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

Reply via email to