I've notice JBossTS when used in JBossAS, by default, uses:
JBOSS_HOME/bin/PutObjectStoreDirHere
to store tx recovery info.
We don't store data in the bin dir. Actually, I would expect the correct location to
be inside every particular server config directory, because you can use the same bin to
run multiple server configurations, so use something like:
JBOSS_HOME/server/default/data/object-store
I see this entry in conf/jbossjta-properties.xml:
In jboss xml config files we would normally use a syntax like
... ${jboss.server.data.dir}/object-store
Can we do something similar with the jbossjta-properties.xml configuration? Do it
substitute system properties?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999125#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...