Re: Reliable messaging: Connecting to Oracle

2009-08-31 Thread Eoghan Glynn
Thanks for the patch, Dan. Your efforts are much appreciated. I've committed the fix just now in r809738. Cheers, Eoghan 2009/8/27 Daniel Kulp dk...@apache.org Please file a JIRA and submit the changes as a patch. This is excellent! https://issues.apache.org/jira/browse/CXF Dan On

Reliable messaging: Connecting to Oracle

2009-08-27 Thread Dan Ryazansky
The current version of CXF uses a Derby database when Reliable messaging is turned on. However, we required use of ORACLE. I had to make the following changes to to make the code database agnostic in RMTxStore: from CUR_MSG_NO DECIMAL(31, 0) NOT NULL DEFAULT 1, to CUR_MSG_NO DECIMAL(31, 0)

Re: Reliable messaging: Connecting to Oracle

2009-08-27 Thread Daniel Kulp
Please file a JIRA and submit the changes as a patch. This is excellent! https://issues.apache.org/jira/browse/CXF Dan On Thu August 27 2009 10:17:52 am Dan Ryazansky wrote: The current version of CXF uses a Derby database when Reliable messaging is turned on. However, we required use of