Ok, I figured it out now. After thinking over this and looking more at why I was getting a new connection instead of the existing one, I determined that I was calling the wrong sequence of methods...
Type: Posts; User: rbielby; Keyword(s):
Ok, I figured it out now. After thinking over this and looking more at why I was getting a new connection instead of the existing one, I determined that I was calling the wrong sequence of methods...
Thomas,
Good point. I am not closing the connection. But, that really is not the root cause of my issue. You see, I am somehow getting a different connection other then the one associated with...
Our new development is using Spring and Hibernate for transactions and persistence. I have some previously written components that have a home grown persistence framework. I need to be able to run...
I have an application that is being developed that utilizes several other components. Some using Spring and Hibernate. What I want to be able to do is create a top level context for the application...
Ben,
Thanks, I will definitely look into these.
I hope this hasn't already been addressed here. If so, flame me and point me to it, 'cause I can seem to find it.
I am working on a larger project with multiple teams involved. For many reasons...