Re: The hsqldb cannot be used inside a WAR file - in Websphere Portal Server 8.1

2004-06-28 Thread Nick Van den Bleeken
HSQLDB can't run from within a WAR file because it can't create the files for its tables etc. if it is running inside a WAR. In most application servers you can specify that the server needs to unpack the WAR file before running the webapp. If you anable this, everthing will wark fine. Nick -

Re: CForms+Hibernate+Flow

2004-06-19 Thread Nick Van den Bleeken
bindings. Nick - Original Message - From: Ugo Cei [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 18, 2004 9:07 AM Subject: Re: CForms+Hibernate+Flow Nick Van den Bleeken wrote: On saturday I will start writing a sample using Ant, XDoclet, CForms and Hibernate. Any suggestions

Re: CForms+Hibernate+Flow

2004-06-17 Thread Nick Van den Bleeken
Derek and other intersested, On saturday I will start writing a sample using Ant, XDoclet, CForms and Hibernate. Any suggestions on a good 'sample' where I can use basic saves/loads and some searches. The sample should contain some one-to-many and many-to-one relations, and maybe inheritance.

Re: CForms+Hibernate+Flow

2004-06-16 Thread Nick Van den Bleeken
Derek, I'm currently developing a web application that needs persistence. I'm using hibernate as my persistence framework. And use ant and xdoclet to generate my hibernate-mapping files and my hibernate configuration file. If you and/or other cocoon users are interested, I can transform your

Re: flowscript and databaseActions

2004-06-16 Thread Nick Van den Bleeken
Stephane, My choice would be Hibernate. I'm currently using it for a project and till now it seems to be a very good choice. You can simply load and save your objects to a relational database using Hibernate. And use the data binding framework to load/save the beans to your CForms. Nick -

Re: cforms, flowscripts and database

2004-06-03 Thread Nick Van den Bleeken
this will help you. Nick Van den Bleeken - Original Message - From: Stephane Delort [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 4:40 PM Subject: cforms, flowscripts and database Hi, I need to develop a webb app based on a PostgreSQL db. Though, since I decided