Sorry, I have been away from my computer for a few days. Here are what I hope are the relevant parts of the spring xml file:
<beans>
<bean id="dataSource"...
Type: Posts; User: chrisgage; Keyword(s):
Sorry, I have been away from my computer for a few days. Here are what I hope are the relevant parts of the spring xml file:
<beans>
<bean id="dataSource"...
I have an application which is running in production, using Spring 2.5.1 and Hibernate.
Recently we decided to refactor it to extract the back end to a separate jar file so other projects could...
I have a working application, and I am trying to do some refactoring when moving from Spring 2.5.1 to 2.5.6. Previously I was configured to use the WebSphereUowTransactionManager which uses the...
Dank u wel! I'll try the OpenJpaAdapter
I am reasonably familiar with Spring used with Hibernate, although I have to confess my excellent colleagues successfully made it look like a black box to me, as I was more concerned with the UI and...
I tried to post to the data forum about a simple problem that I cannot solve by Google or having the Pro Spring book in front of me.
When I go to the forum I see
You may post new threads
You...
OK so I fixed that one myself after reading some posts in another forum, I used classpath*. Now I have a different problem I'll post a new thread.
I am posting to this old thread because I have a similar problem. I have a fairly large application which has been working well with Spring and Hibernate. Recently an app being developed by a...
We have been developing a JSF/Spring/Hibernate application for some time, using IBM Rational Application Developer V7, and our first release went into production this week. Currently everything is...