RE: [JBoss-user] CMP on 3.0.4 with BLOB fields - has anyone seen it working?

2003-01-10 Thread Randahl Fink Isaksen
3.0.4.   That was one great tip, you gave me there; thanks to you we are now running 3.0.4 – thumbs up!     Randahl   -Original Message- From: Stephen Coy [mailto:[EMAIL PROTECTED]] Sent: 10. januar 2003 12:44 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] CMP on 3.0.4 with BLOB

Re: [JBoss-user] CMP on 3.0.4 with BLOB fields - has anyone seen it working?

2003-01-10 Thread Stephen Coy
Randahl, I guess I'm the "blob" guy at the moment. I went back and looked at your earlier emails. The problem is that you are using a jdbc-type of JAVA_OBJECT. This is an incorrect use of JAVA_OBJECT. Change it to LONGVARBINARY and it should work fine. We really need to go through the current

RE: [JBoss-user] CMP on 3.0.4 with BLOB fields - has anyone seen it working?

2003-01-10 Thread Randahl Fink Isaksen
? Randahl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Alex Loubyansky Sent: 10. januar 2003 11:02 To: Randahl Fink Isaksen Subject: Re: [JBoss-user] CMP on 3.0.4 with BLOB fields - has anyone seen it working? Hello Randahl, there are BLOB tests in the

RE: [JBoss-user] CMP on 3.0.4 with BLOB fields - has anyone seen it working?

2003-01-10 Thread Randahl Fink Isaksen
The beans which worked on 3.0.2 and failed on 3.0.4 also fails on 3.0.5rc1 – I just tested that.   I am forced to go back to 3.0.2 until the bug related to fields of type java.lang.Object is fixed.     Randahl     -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

Re: [JBoss-user] CMP on 3.0.4 with BLOB fields - has anyone seen it working?

2003-01-10 Thread Alex Loubyansky
Hello Randahl, there are BLOB tests in the testsuit that pass successfully. So, I think your problem is a mapping. Have you tried different mapping? alex Friday, January 10, 2003, 11:34:19 AM, you wrote: RFI> I am wondering if anyone has got an EJB working on 3.0.4 with a property RFI> which is