http://community.jboss.org/servlet/JiveServlet/downloadImage/11217/no_tx_mcf_config.png
Diagram above is the screenshot of current implementation of the proof of concept code.
The localtransaction.rar/notransaction.rar/xatransaction.rar are the real data generated using the code generator(all of them are JCA 1.6), and deployed in the EmbeddedJCA container.
Each .rar in the diagram represents a connector, and the string displayed here is the uniqueId of the connector.
There is one ManageConnectionFactory instance for each .rar deployment in this case, and they are accessible from RHQ plugin, but I don`t know how to display them, here the 'No Tx ConnectionFactory' is the faked data. So I need a string to display them and identify them. Jndi name is the best choice I think, so I need a way to get the jndi name from org.jboss.jca.core.api.management package.