https://issues.apache.org/bugzilla/show_bug.cgi?id=45897
--- Comment #3 from Dave Brosius <dbrosius@apache.org> 2008-09-28 22:17:40 PST ---
I would think you would need to add synchronization in the method
com.hubinterface.helper.DbHelper.sendToDatabaseEoi
and other methods/classes that also use
oracle.j2ee.connector.proxy.AbstractProxy
Or you could file a bug with oracle if you believe oracle should be providing
this synchronization. I'm not familiar with OC4J to be of help in this regard.
Having said all that, i'm going on your assertion that it is a synchronization
issue. I'm not convinced that is the case.
It seems odd to me that it says the signature in question is
(ILoracle/sql/STR
UCT;)V
Perhaps this is just a forum post issue, but that signature should not be split
over two lines, and must be
(ILoracle/sql/STRUCT;)V
If you are seeing the two lines as well in your logs, i'd think that is more
likely your problem.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org
|