RE: [JBoss-user] Can't use CMP entity beans with Oracle 8

2002-03-18 Thread Eric Kaplan
that's called increasing the barrier to exit. ask microsoft about it... >I wouldn't go so far, but I certainly wish Oracle wouldn't try so hard to have their drivers be so different from all others... ___ JBoss-user mailing list [EMAIL PROTECTED] h

RE: [JBoss-user] Can't use CMP entity beans with Oracle 8

2002-03-18 Thread Eric Jain
> There this is a known problem with Oracle and LOBs. This problem is > because the oracle JDBC driver is a piece of shit. I wouldn't go so far, but I certainly wish Oracle wouldn't try so hard to have their drivers be so different from all others... > There is a patch for this in JAWS but, I h

RE: [JBoss-user] Can't use CMP entity beans with Oracle 8

2002-03-18 Thread Eric Kaplan
the only thing i'd say is oracle's handling of blobs is very specific. we failed to implement this generically (pure jdbc) for our bean managed persistence layer and failed, so had to go another route. if someone has a solution that is not oracle specific, please let me know. thanks eric kapla

Re: [JBoss-user] Can't use CMP entity beans with Oracle 8

2002-03-18 Thread Dain Sundstrom
There this is a known problem with Oracle and LOBs. This problem is because the oracle JDBC driver is a piece of shit. Check out tip 7 in the article at onjava http://www.onjava.com/lpt/a//onjava/2001/12/19/oraclejdbc.html There is a patch for this in JAWS but, I haven't gotten to integrating