Re: [hibernate-dev] HHH-8310 : WrappedBlob/WrappedClob classloading problem

2014-07-08 Thread Gail Badner
deal with these now though. Thanks all for the feedback! :) Gail - Original Message - > From: "Gail Badner" > To: "Scott Marlow" > Cc: "hibernate-dev" > Sent: Tuesday, July 8, 2014 2:40:00 PM > Subject: Re: [hibernate-dev] HHH-8310 : Wrap

Re: [hibernate-dev] HHH-8310 : WrappedBlob/WrappedClob classloading problem

2014-07-08 Thread Gail Badner
To: "Gail Badner" , "hibernate-dev" > > Sent: Tuesday, July 8, 2014 2:19:50 PM > Subject: Re: [hibernate-dev] HHH-8310 : WrappedBlob/WrappedClob classloading > problem > > On 07/08/2014 05:04 PM, Scott Marlow wrote: > > This sounds similar to https://

Re: [hibernate-dev] HHH-8310 : WrappedBlob/WrappedClob classloading problem

2014-07-08 Thread Scott Marlow
On 07/08/2014 05:04 PM, Scott Marlow wrote: > This sounds similar to https://community.jboss.org/message/879546 I was hoping to hear more feedback from the above link but didn't. I suspect that its a classloader issue with ear sub-deployments having Hibernate on their classpath but not the ear

Re: [hibernate-dev] HHH-8310 : WrappedBlob/WrappedClob classloading problem

2014-07-08 Thread Scott Marlow
This sounds similar to https://community.jboss.org/message/879546 On 07/08/2014 03:53 PM, Gail Badner wrote: > HHH-8310 [1] mentions a Spring bug SPR-11125 [2] that results in threads > having a different ContextClassLoader (CCL) than their caller. As a result, > SerializableBlobProxy.generatePr

Re: [hibernate-dev] HHH-8310 : WrappedBlob/WrappedClob classloading problem

2014-07-08 Thread Sanne Grinovero
On 8 July 2014 20:53, Gail Badner wrote: > HHH-8310 [1] mentions a Spring bug SPR-11125 [2] that results in threads > having a different ContextClassLoader (CCL) than their caller. As a result, > SerializableBlobProxy.generateProxy() throws IllegalArgumentException because > WrappedBlob is not

[hibernate-dev] HHH-8310 : WrappedBlob/WrappedClob classloading problem

2014-07-08 Thread Gail Badner
HHH-8310 [1] mentions a Spring bug SPR-11125 [2] that results in threads having a different ContextClassLoader (CCL) than their caller. As a result, SerializableBlobProxy.generateProxy() throws IllegalArgumentException because WrappedBlob is not found. The same happens for SerializableClobProxy