Posted: Tue Dec 23, 2008 11:41 am Post subject: Java Compute Node Transactions(Commit boundaries)
Centurion
Joined: 28 Jan 2003 Posts: 109 Location: Colorado
Ok so we are running 6.1.0.2 and working with Java compute nodes. We have implemented a connection to Oracle with the Class4JDBCDriver. Trouble is that when we start running transactions in, they don't ever seem to get committed.
We are not using XA so I don't need to discuss that.
Checked to ensure starting MQInput node Transaction was set to Automatic. Same with every other node in the flow including the MQOutput.
We know that the database has the data because running the same transaction in more than once generates a unique constraint violation. However, other applications looking at the tables can't see the data.
Is there something else I missed?
Last edited by tillywern on Tue Dec 23, 2008 12:09 pm; edited 1 time in total
Here are the properties that are set up. Based on what you said I think I am still ok. We tried to use the XA stuff as well but we haven't set up a single transaction coordinator so it failed with the MQBEGIN. We can easily see that in the logs. What we don't see in the logs is any output indicating any problem with committing message data to the database when we are running without XA. They all process just fine and get committed to MQ on the back side. So it looks like the commit takes place from an MQ perspective but the JDBC connection just doesn't seem to affected by it.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum