Hi Gustavo,
thanks for spotting this - this is due to the recent refactoring I did
of the thread module. Although I did a full search over the svn tree it
seems that I have missed a few places :(
I'll fix this right away.
Thanks
Carsten
Gustavo N. Fernandes wrote:
> Hello, I was unable to run cocoon webapp in trunk, due to a bean ref
> error in HSQLDB block.
>
>
> After applying the following fix and doing a mvn install everything went
> ok.
>
>
> Index:
> blocks/cocoon-databases/cocoon-databases-hsqldb-server/src/main/resources/META-INF/cocoon/spring/cocoon-hsqldb-block.xml
>
> ===================================================================
> ---
> blocks/cocoon-databases/cocoon-databases-hsqldb-server/src/main/resources/META-INF/cocoon/spring/cocoon-hsqldb-block.xml
>
> (revision 569080)
> +++
> blocks/cocoon-databases/cocoon-databases-hsqldb-server/src/main/resources/META-INF/cocoon/spring/cocoon-hsqldb-block.xml
>
> (working copy)
> @@ -36,7 +36,7 @@
> class="org.apache.cocoon.components.hsqldb.ServerImpl"
> scope="singleton" init-method="init" destroy-method="destroy">
> <property name="servletContext" ref="javax.servlet.ServletContext"/>
> - <property name="runnableManager"
> ref="org.apache.cocoon.components.thread.RunnableManager"/>
> + <property name="runnableManager"
> ref="org.apache.cocoon.thread.RunnableManager"/>
> <property name="port" value="${org.apache.cocoon.hsqldb.server.port}"/>
> <property name="silent" value="true"/>
> <property name="trace" value="false"/>
> @@ -47,4 +47,4 @@
> </value>
> </property>
> </bean>
> -</beans>
> \ No newline at end of file
> +</beans>
>
>
> Ciao
>
> Gustavo
>
--
Carsten Ziegeler
[EMAIL PROTECTED]