I finally got the platform mbeans integrated into the profile service management view and merged into the 5_x branch. Numerous issues in the jboss-managed project showed up that had to be addressed. These are all part of the 2.1.0.CR2 release which is now being used by jbossas 5_x.
The biggest potential change is that the SimpleMetaType now has a notion of primitive types. The following final objects have been added:
public static final SimpleMetaType BOOLEAN_PRIMITIVE; public static final SimpleMetaType BYTE_PRIMITIVE; public static final SimpleMetaType CHARACTER_PRIMITIVE; public static final SimpleMetaType DOUBLE_PRIMITIVE; public static final SimpleMetaType FLOAT_PRIMITIVE; public static final SimpleMetaType INTEGER_PRIMITIVE; public static final SimpleMetaType LONG_PRIMITIVE; public static final SimpleMetaType SHORT_PRIMITIVE;