Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1-rc1
-
Fix Version/s: 1.3-rc2
-
Component/s: Transport: JDBC
-
Labels:None
-
Similar Issues:None
Description
I'm trying to use Mule to retrieve database data from Oracle BLOB.
There is a problem with no connection to database while getting blob content from a stream.
(I use a transaction in my Mule endpoint config.)
Polling method (JdbcMessageReceiver.getMessages) cause problem, because transaction doesn't include this method.
Message construction by polling method is realized by hash map containing row set columns.
One of this columns can be a blob.
When message is transofrmed by transformer, connection is lost, so you can't open blob stream.
Issue Links
- relates to
-
MULE-751
JdbcUtils.getParams returns null when root is a Map, even if there is a property with the correct name on endpoint
-
Hi,
thanks for reporting. I'll have to see if I have an Oracle instance anywhere to try and fix it. Do you have a testcase for this issue I can use?
Cheers,
Ross