Thanks a bunch for your response. That was indeed the problem. Shame on me for not posting the update when I figured out the boneheaded mistake that I had made.
Type: Posts; User: javamac; Keyword(s):
Thanks a bunch for your response. That was indeed the problem. Shame on me for not posting the update when I figured out the boneheaded mistake that I had made.
Currently I have the following code for my Query
public class DrugAlternativeServiceJdbc2 extends JdbcDaoSupport implements DrugAlternativeService {
public List...
I guess by moving to JOTM, I'm not tying any of our code to websphere specificially. My question is more around what I must do to configure JOTM in a Websphere 5.1 environment.
For testing...
As an effort to make my app testable outside Websphere, I'm moving away from Websphere JTA and attempting to use JOTM for transaction management. My question is this. The Spring download(with...