|
From: <ad...@jb...> - 2005-05-17 18:52:00
|
The main issue as to whether this applies to the build is whether such a notion can be understood at the ant/repository level. e.g. can I go from | <project> | <component name="mdb"/> | </project> | and understand that the current jms1.1 implementation is jbossmq by default or if you want to override it | <project> | <component name="mdb"/> | <component name="jbossmessaging"/> | </project> | This also has issues where the implementation is external, e.g. the jms1.1 implementation is actually provided by an external jms. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878079#3878079 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878079 |