[jboss-user] [Management, JMX/JBoss] - Re: CompositeType or TabularType in jboss-service.xml?

genman do-not-reply at jboss.com
Thu Oct 12 17:23:00 EDT 2006


Describing your property using a tabular format or composite format seems to be a missing feature of JBoss's service deployer.

You can use this, obviously:
http://wiki.jboss.org/wiki/Wiki.jsp?page=PropertyEditorManagerService

Better would be a format such as this:


  | <attribute name="xadf" serialDataFormat="OpenType">
  |   <array><value>1</value><value>2</value></array>
  | <!-- or -->
  |   <tabular>  ... </tabular>
  | </attribute>
  | 

JBoss could figure out the specific OpenType, obviously.

If you want to add your own code for this, look for org.jboss.system.metadata.ServiceMetaDataParser in source control.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978015#3978015

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978015



More information about the jboss-user mailing list