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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
