I have been getting this following exception when my client code tries to access the web service function. I could access my wsdl thro' the URL.
Does anybody know what could be missing. ...
Type: Posts; User: pkorwar; Keyword(s):
I have been getting this following exception when my client code tries to access the web service function. I could access my wsdl thro' the URL.
Does anybody know what could be missing. ...
I am presently using a dbcp data source and jta from websphere. My distributed transactions(XA) which involve saving to DB using hibernate, and sending a message to Websphere MQ are not working. Even...
I get the following exception when I configure the data source for Websphere. My test client is a simple spring application.
org.springframework.beans.TypeMismatchException: Failed to convert...
I tried
<property name="jndiName">
<value>jta/usertransaction</value>
</property>
and it worked. So, hopefully it is right..... :-)
My applicationContext.xml has
<bean id="userTransaction" class="org.springframework.jndi.JndiObjectFactoryBean">
<property name="jndiName">
<value>comp/UserTransaction</value>
...
Hi hucmuc,
Can you please tell me the name of the transactionManager for Websphere that you set.
Thanks
Thanks a lot for your help. I will try it and let you know.
Thanks
I want to have a transaction on a method which
a. saves data using hibernate AND
b. Calls a session bean method in Websphere which sends a message to MQ
So, this is like a XA transaction...
I have found the problem and fixed it. Replace the following text in the above configuration, and it will work.
<property name="jndiName">
...
Hi kjusf3,
Thanks for your help.
I have a couple of questions.
1. In your JNDI look of the session bean you are not giving the long jndi name like...
I have faced the exact same situation with Websphere 6.0.2
So, if anybosy has done JNDI access of Websphere container, please help.
Thanks
----------------------------
The following code...