Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 17785 invoked from network); 17 Apr 2004 01:09:35 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 17 Apr 2004 01:09:35 -0000 Received: (qmail 8450 invoked by uid 500); 17 Apr 2004 01:09:09 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 8436 invoked by uid 500); 17 Apr 2004 01:09:09 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 8397 invoked from network); 17 Apr 2004 01:09:08 -0000 Received: from unknown (HELO mail.wrinkledog.com) (65.243.176.122) by daedalus.apache.org with SMTP; 17 Apr 2004 01:09:08 -0000 Received: (qmail 15911 invoked from network); 17 Apr 2004 01:11:27 -0000 Received: from c-67-171-181-164.client.comcast.net (HELO ?192.168.0.3?) (ml@67.171.181.164) by mail.wrinkledog.com with SMTP; 17 Apr 2004 01:11:27 -0000 Mime-Version: 1.0 (Apple Message framework v609) In-Reply-To: <4080754E.9070800@displayware.com> References: <4080754E.9070800@displayware.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Mark Lundquist Subject: Re: Hibernate, Woody and repeaters Date: Fri, 16 Apr 2004 18:09:11 -0700 To: users@cocoon.apache.org X-Mailer: Apple Mail (2.609) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Apr 16, 2004, at 5:07 PM, Joel McConaughy wrote: > I am having trouble using the result of a hibernate query in a woody > form. ha ha, as it so happens I am up to my elbows in Hibernate today, too... :-) > I'm trying to do the following: > > 1. Generate the bean from a hibernate mapping file using hbm2java. > 2. Load the entire contents of a table using hibernate -- obj = > hs.find(queryString). > 3. Use the resulting object as the form model for woody -- > form.load(obj). > 4. Save the (possibly) edited results -- hs.save(obj); > > I think I have datatype problems but not sure how to fix them. I've > attached the flowscript code, exception text, form definition and bean > class. Any help will be GREATLY appreciated. Thanks in advance. What does your form binding document look like? ~mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org