Re: [2.2] Spring class loading issue: WebAppClassLoader vs. ResourceStoreClassLoader

2009-02-19 Thread Reinhard Pötz
Andreas Hartmann wrote: > Andreas Hartmann schrieb: >> Hi Cocooners, >> >> in my C2.2 application, I have two modules "usecase" and "acusecases", >> with acusecases depending on usecase. usecase is a block, acusecases >> isn't. >> >> A bean in acusecases shall get a reference to another bean define

Re: [2.2] Spring class loading issue: WebAppClassLoader vs. ResourceStoreClassLoader

2009-02-19 Thread Torsten Curdt
> Apparently it's not possible to mix non-RCL projects with > RCL-enabled blocks. Is this the case? At least this *should* not be the case. I'd consider that a bug. cheers -- Torsten - To unsubscribe, e-mail: users-unsubscr...@c

Re: [2.2] Spring class loading issue: WebAppClassLoader vs. ResourceStoreClassLoader

2009-02-19 Thread Andreas Hartmann
Andreas Hartmann schrieb: Hi Cocooners, in my C2.2 application, I have two modules "usecase" and "acusecases", with acusecases depending on usecase. usecase is a block, acusecases isn't. A bean in acusecases shall get a reference to another bean defined in acusecases. The class of this bean

[2.2] Spring class loading issue: WebAppClassLoader vs. ResourceStoreClassLoader

2009-02-19 Thread Andreas Hartmann
Hi Cocooners, in my C2.2 application, I have two modules "usecase" and "acusecases", with acusecases depending on usecase. usecase is a block, acusecases isn't. A bean in acusecases shall get a reference to another bean defined in acusecases. The class of this bean is declared in usecase. N