Search Results

1
vote
4answers
2k views

Hibernate and Spring transactions - using private constructors/static factory methods

We have a Hibernate/Spring application that have the following Spring beans: <bean id="transactionManager" class="org.springframework.orm.hibernate3.HibernateTransactionManager" …
0
votes
1answer
118 views

Pax-import-bundle and Spring DM bundles

Hi, I'm following the examples from Modular Java but I'm having trouble with chapter 6 and adding the Spring D …
1
vote

step by step Sample JMS in Spring Framework

You could check out Spring in Action. It has a chapter about messaging using JMS from Spring which I found helpful. …
0
votes

Pax-import-bundle and Spring DM bundles

The problem was a combination of missing repositories and wrong version of the artifact (1.2.0 instead of 1.2). pax-add-repository -i springsource-repository-release -u http://repositor …