Hello,
I am currently deploying an application on Websphere Appserver 5.02. This was earlier developed on
JBOSS. We are supposed to support this application on Websphere app server. I am facing too many problems in jndi lookups . First I faced problems in looking up datasources. Problem is Websphere uses prefixes such as
jdbc, mail ,etc for jndi regsitered objects whereas Weblogic does not.
Some where within my code, there is a jndi lookup for TransactionManager object. Pleaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaase let me know how do I lookup this object. First let me know whether this object is available by default in Websphere. In Weblogic and Jboss this object is available by default and can be looked up by using javax.transaction.TransactionManager and
java:/TransactionManager respectively. I have tried most of the possibilities, but I am not able to get the TransactionManager object in Websphere. I am getting NameNotFoundException along with a vague NoSuchMethodError . Currently, I have commented that piece of code, tried creating my own TransactionManger object using Websphere's TransactionManagerFactory class. But I am gettng a different error in the application.
Well, the application is of my client's where we we can't do major changes in the application. So let me know how do I look up the TransactionManager in Websphere5.02
thanks in adv,
