From: <ad...@jb...> - 2005-05-03 16:19:13
|
For JCA there already is this open task: http://jira.jboss.com/jira/browse/JBAS-1425 which is basically replacing what -ds.xml does with a javabean For JTA the pojo config problem is largely due to most of the config being package protected since it is assumed to be configured from the TransactionManagerService MBean. And the XIDFactory validates its own config in startService() which we don't support yet in the MC: http://jira.jboss.com/jira/browse/JBMICROCONT-23 I'd prefer it if these changes were discussed on the forum threads associated with those tasks so that everything is kept together for later reference. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876299#3876299 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876299 |