Cleaner.release() in Threads

433
1
06-16-2014 06:27 AM
BenediktGrabenmeier
New Contributor
Hello!
I'm getting ORA-01000 (to many open cursors) errors in my soe when I'm using a new thread to enable an asynchronous soe webservice. Cleaner.relase(myCursor) only works in the main Thread (for me). Is it a (known) bug?
Is there any other solution to create an asysnchronous service?
Regards
Benedikt Grabenmeier
Tags (2)
0 Kudos
1 Reply
BenediktGrabenmeier
New Contributor
I still have the problem.

Client    -SOAP-->    SOE

SOE starts a new Thread to handle a long running process. Count of open cursors increases.

SOE      -SOAP-->    CLIENT


If I don't start a new Thread all cursors are closed correctly.
0 Kudos