[JBoss-user] problem with BLOB in Oracle

2002-06-13 Thread Aleksander Grzebyta
Hello ! I have succeded in deploying the Sun Customer-Subscriptions-Addresses CMP CMR 2.0 sample application but needed to change the type mapping BLOB to RAW(255) because of exceptions like below. I know it is bacause one CMP filed of SUNSCRIPTION bean is complex type an is serialized to BLOB.

Re: [JBoss-user] problem with BLOB in Oracle

2002-06-13 Thread Damon Torgerson
BLOBs and CLOBs are a pain. Well, they're a pain when you are trying to implement them your first time like me ;-) Anyway, I'm pretty close and I've been following a previous thread here: http://www.kpi.com.au/jbossarchive/0012/0028.html and http://www.kpi.com.au/jbossarchive/0012/0031.html

Re: [JBoss-user] problem with BLOB in Oracle

2002-06-13 Thread Dain Sundstrom
When you do get BLOB and CLOB working can you post the simple code I need to integrate. I'm going to make results loading much more pluggable soon, so we can have an Oracle custom loader. -dain Damon Torgerson wrote: BLOBs and CLOBs are a pain. Well, they're a pain when you are trying to

Re: [JBoss-user] problem with BLOB in Oracle

2002-06-13 Thread Damon Torgerson
I will post the code when I get it working...but I'm by no means an expert so .. -damon On Thursday, June 13, 2002, at 11:04 AM, Dain Sundstrom wrote: When you do get BLOB and CLOB working can you post the simple code I need to integrate. I'm going to make results loading much more

Re: [JBoss-user] problem with BLOB in Oracle

2002-06-13 Thread Dain Sundstrom
Aleksander Grzebyta wrote: Hello ! I have succeded in deploying the Sun Customer-Subscriptions-Addresses CMP CMR 2.0 sample application That is cool. Did you have to change anything in the example code? If so can you post a patch at source forge. We like to have all the examples on