Is it allowed to access a bean created in avalon in a spring bean definition?

2007-07-10 Thread Rice Yeh
Hi, Is it allowed to access a bean created in avalon in a spring bean definition? I try to access the FormManager in the following spring xml file, but it returns null. bean id=widgetDefinitionBuilderLoader class= xs.cocoon.forms.WidgetDefinitionBuilderLoader scope=singleton

Re: Is it allowed to access a bean created in avalon in a spring bean definition?

2007-07-10 Thread Grzegorz Kossakowski
Rice Yeh pisze: Hi, Is it allowed to access a bean created in avalon in a spring bean definition? Yes. I try to access the FormManager in the following spring xml file, but it returns null. Did you check was logs say? bean id=widgetDefinitionBuilderLoader class=

Re: Is it allowed to access a bean created in avalon in a spring bean definition?

2007-07-10 Thread Carsten Ziegeler
Grzegorz Kossakowski wrote: Rice Yeh pisze: Hi, Is it allowed to access a bean created in avalon in a spring bean definition? Yes. I try to access the FormManager in the following spring xml file, but it returns null. Did you check was logs say? bean

Re: Is it allowed to access a bean created in avalon in a spring bean definition?

2007-07-10 Thread Rice Yeh
On 7/10/07, Carsten Ziegeler [EMAIL PROTECTED] wrote: Grzegorz Kossakowski wrote: Rice Yeh pisze: Hi, Is it allowed to access a bean created in avalon in a spring bean definition? Yes. I try to access the FormManager in the following spring xml file, but it returns null. Did you