[Hibernate] Error reading Clob

2003-10-08 Thread Prasad Iyer
Hi, How do I stop reading clob twice. regards prasad chandrasekaran

Re: [Hibernate] Error reading Clob

2003-10-08 Thread Christian Bauer
On 08 Oct (12:58), Prasad Iyer wrote: > How do I stop reading clob twice. By asking the user forum. -- Christian Bauer [EMAIL PROTECTED] --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

Re: [Hibernate] What's needed for JBoss integration?

2003-10-08 Thread Michal Mosiewicz
>[...] > Make a hibernate session transparently follow the lifetime of an EJB > transaction, across EJB method calls. If I load an entity in FirstEJB, > then call a method on SecondEJB (within the same transaction) which > loads that same entity, it should be serviced from the same session > cach

Re: [Hibernate] relationship not getting saved

2003-10-08 Thread Max Rydahl Andersen
hbm2java does not (yet) generated addX(T x) methods, it only generats set and getters - the methods needed for hibernate to work. Please submit a JIRA request for this one if you wish - and any suggestion on what the addX(T x)/removeX(T x) should do (in respect to maintaining bidirectional relati

[Hibernate] sequences & preloaded data

2003-10-08 Thread Bear Giles
I'm not sure if I'm overlooked something (a 'users' problem) or if this is a significant problem that's been overlooked before (a 'devel' problem). I'm using PostgreSQL with a 'sequence' generator. I also have about 500 quasi-static objects preloaded into the database via an XML<->DB tool. T