wangpeng138375 / pojo-mbean

Automatically exported from code.google.com/p/pojo-mbean
0 stars 0 forks source link

Unable to generate an ObjectName based on a class reference #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It is not currently possible to construct an ObjectName by way of an annotated 
class, when using ObjectNameFactory. An instance of the class is required.

This presents a problem when having to construct an ObjectName from within the 
constructor of an annotated MBean.

Original issue reported on code.google.com by morten.h...@gmail.com on 12 Jul 2011 at 3:01

GoogleCodeExporter commented 8 years ago
Fixed in Version-1.1

Original comment by morten.h...@gmail.com on 12 Jul 2011 at 3:01

GoogleCodeExporter commented 8 years ago

Original comment by morten.h...@gmail.com on 12 Jul 2011 at 3:02

GoogleCodeExporter commented 8 years ago
Fixed by adding the method:

org.softee.management.helper.ObjectNameFactory.createObjectName(Class<?>)

Original comment by morten.h...@gmail.com on 12 Jul 2011 at 3:03