I'm working on making JBossTS integrate more cleanly with JBossAS.
As a first step I'm shifting the configuration from a TS specific style of xml file to
a set of beans which can be wired up by MC through deploy/transaction-jboss-beans.xml So
far so good.
However, under the old system the properties file could be rewitten remotely - a
'save' exposed by JMX caused the internal values to be serialized out to xml.
What's the equivalent for persisting config updates in the JBossAS world? From what
little I know of profile service it sounds like what I need. Does my code need to be
written or wired up in a particular way to play nice with profile service, or do I just
add a magic annotation in the -beans.xml? Pointers to any documentation on such things
would be appreciated.
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249665#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...