> See the following bean definition in the applicationContext.xml file:
> <bean id="hsqlServer"
> class="org.apache.cocoon.petstore.database.HsqlServer"
>      init-method="start" destroy-method="stop">
>    </bean>
> 

Excellent, it's pretty simple. But I guess it has to stay as first
entry if I want it to be loaded before dataSource ? (I ask this
because I try to integrate this into my androMDA automatic generation
process)

> Now find the HsqlServer.java file and you shoud see how it's
> implemented.

Really good.
And to disable HSQL loading in my cocoon distribution, all I have to
do is to remove the <hsqldb-server> element in cocoon.xconf right ?

-- 
Sebastien ARBOGAST

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

Reply via email to