Hello,
I have an application that has a main and the application context is loaded with the ClassPathXmlApplicationContext.
It can be packged in a war and deployed to Tomcat for example, in...
Type: Posts; User: michael.couck; Keyword(s):
Hello,
I have an application that has a main and the application context is loaded with the ClassPathXmlApplicationContext.
It can be packged in a war and deployed to Tomcat for example, in...
Hi Bd,
Thanks for the reply! Appreciated, not an easy one to look at. However I don't come empty handed, I found the solution, with a little help from one of the Hibernate chaps. He suggested that...
Hello all,
I have a small issue. Unfortunately this one is quite complicated and only someone that has had this before will spot the problem. I wasn't sure where to go with this one, I have posted...
Hi,
I have Bitronix and Spring managing the transactions for the db and ActiveMQ. On shutdown there are all sorts of exceptions being thrown when Spring and Bitronix try to delist resources.
...
Hi,
I have a unit test. I am using Bitronix for the transaction managers for the DB and JMS. I have two MDBs. I post a message on the first MDBs queue. He takes the message and posts a message on...