RE: [JBoss-dev] CLOB - Oracle datatype only supports 4kb writing

2002-05-27 Thread Joost v.d. Wijgerd
Hi, I would advice upgrading to 2.4.x. We use our own BlobManager code that loads database specific code to handle LOB data. After trying out different approaches this seemed to be the best solution at the time. This is the code we use to read and write (B)LOBs with the oracle thin driver: im

[JBoss-dev] NamingException in ejbStore() of a CMP Entity Bean

2001-08-30 Thread Joost v.d. Wijgerd
Hi, I'm experiencing the following problem: NamingException in ejbStore() of a CMP Entity Bean while obtaining a reference to another entity bean that is bound in the java:comp/env/ejb namespace. In the ejbCreate() method of the same bean it works, but in the ejbStore() not. According to the ejb