+1, Hypersonic is sometimes more trouble than it is worth.  

It would be nice to have a single, generic schema to generate the db scripts from.  I 
looked at commons-sql a while back to serve this need but it didn't seem to support 
many databases and wasn't very mature at the time.  On the other hand, Torque does an 
excellent job at generating DB scripts from one standardized xml document.  We 
wouldn't require Torque as a dependency but we could include a Torque xml schema for 
Jetspeed 2 along with some pre-generated DB scripts for the more main stream 
databases: MySQL, DB2, Oracle, Postgres, etc.

Regards,
*================================* 
| Scott T Weaver                 |
| <[EMAIL PROTECTED]>            | 
| Apache Jetspeed Portal Project |
| Apache Pluto Portlet Container |
*================================*

> -----Original Message-----
> From: David Sean Taylor [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 17, 2003 6:13 PM
> To: Jetspeed Developers List
> Subject: Re: Jetspeed-2 Build Problems - Workaround
> 
> 
> On Monday, November 17, 2003, at 08:53  PM, David Le Strat wrote:
> 
> > All,
> >
> > There seem to be a problem with Jetspeed 2 build. When
> > HW_App gets deployed it uses the
> > PortletApplicationManager in order to persist the
> > portlet configuration to the database.  However, given
> > that you have a build.properties under ${user.home}
> > (in Windows, it typically is C:\Documents and
> > Settings\Your Name), it will look for a alternate
> > dbAlias. If the db alias is not available, which most
> > likely will not, the portlets information will get
> > persisted to the default location,
> > ${jetspeed.home}/portal/src/webapp/WEB-INF/db/hsql
> >
> Look at the GETTING-STARTED.doc, step 2, "build.properties settings"
> See the documentation for setting the 3rd property: deployment.db.alias
> 
> I agree that this solution is not optimal and leads to installation
> failures.
> The whole point of putting the database into the web application was to
> make Jetspeed easier to use out of the box.
> Since this is obviously not happening, perhaps we should drop a
> preconfigured Hypersonic database in the webapp, and require special
> installation steps to formally install and configure the database.
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to