Re: 2.2 Bean heritance

2010-10-15 Thread Andre Juffer
I am not sure if I understand your question. You have two beans 'Main' and 'Specific', each to be configured by Spring. Specific depends on Main. For you Java lasses, you something like public class Specific() { ... } public class Main() { ... private Specific specific; public

Re: 2.2 Bean heritance

2010-10-15 Thread Andre Juffer
I forgot to include the following link: http://cocoon.apache.org/2.2/core-modules/core/2.2/1263_1_1.html On 10/15/2010 01:38 AM, florent andré wrote: Hi all, Newbie to 2.2 and not a star in spring, so maybe this question is non sense. The case : - I have a module Main where is defined an

2.2 Bean heritance

2010-10-14 Thread florent andré
Hi all, Newbie to 2.2 and not a star in spring, so maybe this question is non sense. The case : - I have a module Main where is defined an input-module (AnInput) in a bean way - I have a module Specific that depend on the Main and would like to use AnInput is his sitemap. I have to redeclare