Carsten Ziegeler wrote:
> 
> > Berin Loritsch wrote:
> >
> > Carsten Ziegeler wrote:
> > >
> > > If you uncomment the following lines in the cocoon.xconf:
> > >
> > >   <hsqldb-server class="org.apache.cocoon.components.hsqldb.ServerImpl"
> > >                  pool-max="1" pool-min="1">
> > >      <parameter name="port" value="9002"/>
> > >      <parameter name="silent" value="true"/>
> > >      <parameter name="trace" value="false"/>
> > >   </hsqldb-server>
> > >
> > > hsqldb is not started and everything should work fine. I don't
> > > have any problems with this.
> >
> >
> > I have a problem:  Cocoon complains in the logs that it couldn't find or
> > start up HSQL.  That should not be.  I have been dilligent in removing
> > any extraneous messages from Avalon's code (esp. since it generates so
> > many) and making the messages helpful.
> >
> > Somewhere, the hsqldb-server is trying to be started.  Because it has
> > an entry in the cocoon.roles file, if the component is requested,
> > there will be a default server object created--which will fail.
> >
> No, as far as I could trace this, the server is tried to be started
> because of a configured datasource. if you remove that, it is never
> started.

I see.  So even if I have a datasource configured for Oracle I will see
the message?  I have experienced this.

Before I go any further, let me pull today's CVS, and run against that.
If I still get the log message, I will post the log for proof.  Also,
please note that the version of Cocoon in Avalon's tools directory gives
me the log message with no datasource defined and no dynamic pages at all.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to