Re: [appfuse-user] OracleLobHandler error

2006-12-19 Thread Jason Brice
Hmm. I have to confess I am just blindly googling at this point, but I see mention of a similar error here ( http://confluence.atlassian.com/display/DOC/Known+Issues+for+Websphere) and here ( http://blog.gmane.org/gmane.comp.java.springframework.devel/month=20051001). The second link has an inte

Re: [appfuse-user] OracleLobHandler error

2006-12-19 Thread pankaj singla
Hi Jason, Thanks for the reply.I looked at the link but didn't find it much useful. I think it is classpath problem. The ojdbc14.jar is not budled into my war file. When I deploy on tomcat, it gives the previous error. But when I copy ojdbc.jar into my application lib directory, it reads the

Re: [appfuse-user] OracleLobHandler error

2006-12-19 Thread Jason Brice
This thread had some things to check: http://forum.springframework.org/archive/index.php/t-10002.html Also... is it possible that you have another copy of the JDBC jar somewhere (in the shared lib perhaps) that is causing problems? Jason On 12/19/06, pankaj singla <[EMAIL PROTECTED]> wrote:

[appfuse-user] OracleLobHandler error

2006-12-19 Thread pankaj singla
Hi, I am using appfuse 1.7 wiht hibernate 2. I am trying to use clob in one of my tables. I added these in applicationContext-hibernate.xml under sessionFactory bean. While this application works fine on my windows machine on tomcat 5.0.28, it is throwing following errors whe