Search:

Type: Posts; User: pkorwar; Keyword(s):

Search: Search took 0.06 seconds.

  1. Replies
    0
    Views
    1,838

    Spring webservice remote exception

    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. ...
  2. Is anybody doing XA transactions (DB write + JMS message)

    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...
  3. Replies
    0
    Views
    4,898

    DataSource configuration websphere 6 problem

    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...
  4. Replies
    8
    Views
    7,745

    I tried ...

    I tried

    <property name="jndiName">
    <value>jta/usertransaction</value>
    </property>

    and it worked. So, hopefully it is right..... :-)
  5. Replies
    8
    Views
    7,745

    My applicationContext.xml has

    My applicationContext.xml has

    <bean id="userTransaction" class="org.springframework.jndi.JndiObjectFactoryBean">
    <property name="jndiName">
    <value>comp/UserTransaction</value>
    ...
  6. Replies
    8
    Views
    7,745

    Hi hucmuc, Can you please tell me the name of...

    Hi hucmuc,
    Can you please tell me the name of the transactionManager for Websphere that you set.

    Thanks
  7. Replies
    8
    Views
    7,745

    Thanks a lot for your help. I will try it and let...

    Thanks a lot for your help. I will try it and let you know.

    Thanks
  8. Replies
    8
    Views
    7,745

    Websphere 6 JTA question

    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...
  9. I have found the problem and fixed it. Replace...

    I have found the problem and fixed it. Replace the following text in the above configuration, and it will work.

    <property name="jndiName">
    ...
  10. Hi kjusf3, Thanks for your help. I have a...

    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...
  11. Websphere (6.0) session bean access problem from spring

    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...
Results 1 to 11 of 11