Hi I'm wondering if there is a way to shutdown any started beans if the whole context failed to start.
Regards,
Type: Posts; User: superbluefox; Keyword(s):
Hi I'm wondering if there is a way to shutdown any started beans if the whole context failed to start.
Regards,
Hi, I need to ensure that a specific bean will also be executed before all other beans (there's like 20 of them) are loaded because I'm using that bean to obtain remote configuration from a server...
Yeah found the problem, turns out the activemq.jar file that I'm using already has derby included.
Thx for the help =)
I am using Spring 2.0.7, Atomikos 3.1.6, Hibernate 3.2.5.ga and Derby 10.3.1.4
Here's my XA datasource configuration:
<!-- configure an Atomikos JTA-aware datasource -->
<bean...