Okay, I have read until my eyes are bleeding! :)
I read
http://www.hibernate.org/56.html
I am using Oracle 9i with jdbc-thin.
I am deploying to SAP's App Server (Stop laughing)
I have an object I am saving. It has a collection of children with a BLOB. I am using the Interceptor (BTQ, nice pattern!!!!) to save the blob.
And of course I get the infamous ClassCastException! I understand that Oracle 9i classes12.jar sucks in that it says it wants a java.sql.Connection but then it barfs even when you give it an OracleConnection.
My question is: Is there a work around to save a BLOB in Oracle 9i thin-jdbc using Hibernate on an App-server?
Hope you all had a good laugh but expert advice at this point would be nice!
Thank you, I love you!
;)
B