Re: [Hibernate] huge tring storage

2003-02-13 Thread Justen Stepka
ific database type in the configuration file though. Thanks! - Original Message - From: <[EMAIL PROTECTED]> To: "Justen Stepka" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 1:26 AM Subject: Re: [Hibern

[Hibernate] huge tring storage

2003-02-12 Thread Justen Stepka
was hoping there might be some type for 'text' but that turned up dead ends.   Thanks!   Justen Stepka

Re: [Hibernate] dependent object that is a reference to another hibernate object

2003-02-05 Thread Justen Stepka
iven id was already loaded) [eightotwo.fhe.model.content.hibernate.HibernateCategory#131074] Before I had session.saveOrUpdate() which was just creating a new Category object... is there a way to release the lock on the 'parentCategory' object so that I can update the object I want? Thanks! Justen Stepka - Original Message - Fro

Re: [Hibernate] dependent object that is a reference to another hibernate object

2003-02-05 Thread Justen Stepka
rrect way to have the cacades setup? Thanks, Justen Stepka - Original Message - From: <[EMAIL PROTECTED]> To: "Justen Stepka" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, February 04, 2003 7:59 PM Subject: Re: [Hibernate] dependent object that is

[Hibernate] dependent object that is a reference to another hibernate object

2003-02-05 Thread Justen Stepka
I am having a problem with my already existing objects being persisted into the database when I call saveOrUpdate(). What happens is that I am putting the User object into my servlet session so that I can access the values of the account on the view (JSP pages). When I call on an operation later i

[Hibernate] problem with m-to-n and 1-to-1 relationship and repeating entities

2003-02-03 Thread Justen Stepka
hanks!   Justen Stepka

[Hibernate] strange error on hibernate init

2003-01-30 Thread Justen Stepka
5hibernate.statement_cache.size 100   I am using FreeBSD 5.0-current with the JDK 1.3.1-ps6 JDK... I know this is a beta enviroment, and I suspect it may be the JVM but I wanted to check here first.   Any ideas?   Thanks!   Justen Stepka