I don't think I have commons commit privilege.  Can you apply this one line patch?
 
The log should say - Fix to return String instead of ObjectName type for getObjectName 
following JSR77 spec.
 
cvs server: Diffing .
Index: BaseModelMBean.java
===================================================================
RCS file: /home/cvs/jakarta-commons/modeler/src/java/org/apache/commons/modeler/
BaseModelMBean.java,v
retrieving revision 1.22
diff -r1.22 BaseModelMBean.java
1325c1325
<         return oname;
---
>         return oname.toString();

Thanks,
Amy

Costin Manolache <[EMAIL PROTECTED]> wrote:
> There seem to be no bugs open for modeler in Bugzilla ("Zarro Boogs
> found" ;)), so the next step is a release vote it appears...

Yes. There is one problem that Amy reported few weeks ago - I don't know 
how it was resolved.


Costin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------
Do you Yahoo!?
Free online calendar with sync to Outlook(TM).

Reply via email to