I've updated the Minerva MBean to use the new configuration style
for XADataSources (not yet JDBC 1 pools). This will still fail unless you
manage to get the transaction service to start first, but if you hack that
or are just plain lucky, it will work. Oh, also - it doesn't yet save the
connection Properties object, even if you use it (I've never needed to
though - generally URL, user, and password are sufficient).
Finally, for some odd reason, the property "UserName" wasn't saved
until I changed it to "JDBCUser". Perhaps it ignores properties where
endsWith("Name") is true or something? Weird.
Aaron