Re: Shale, Spring Tiger Annotations

2006-07-05 Thread Craig McClanahan
On 7/4/06, Enrique Medina Montenegro [EMAIL PROTECTED] wrote: Hi,I'm starting a new development where I will use MyFaces together with Shale and Spring. I've been reading the documentation regarding the integration between Spring and Shale, in terms of the delegating VariableResolver. Furthermore,

Re: Shale, Spring Tiger Annotations

2006-07-05 Thread Craig McClanahan
On 7/4/06, Enrique Medina Montenegro [EMAIL PROTECTED] wrote: Craig,So in the documentation at the web site regarding Shale-Spring integration, when you show this example:or as a Spring bean in /WEB-INF/applicationContext.xml: bean id=domains

Re: Shale, Spring Tiger Annotations

2006-07-05 Thread Enrique Medina Montenegro
Umm, I see.I found something like this in one post, but seems that for Spring 2.0 is no longer valid: bean id=newWidget class=model.Widget singleton=false jsf:scope=request/Any idea?On 7/5/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 7/4/06, Enrique Medina Montenegro [EMAIL PROTECTED] wrote:

Re: Shale, Spring Tiger Annotations

2006-07-05 Thread Craig McClanahan
On 7/5/06, Enrique Medina Montenegro [EMAIL PROTECTED] wrote: Umm, I see.I found something like this in one post, but seems that for Spring 2.0 is no longer valid: bean id=newWidget class=model.Widget singleton=false jsf:scope=request/Any idea?Hmm ... sounds like a good question to ask on the

Re: Shale, Spring Tiger Annotations

2006-07-05 Thread Enrique Medina Montenegro
Found this thread in the Spring forum:http://forum.springframework.org/showthread.php?t=26302highlight=scope On 7/5/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 7/5/06, Enrique Medina Montenegro [EMAIL PROTECTED] wrote: Umm, I see.I found something like this in one post, but seems that for

Re: Shale, Spring Tiger Annotations

2006-07-05 Thread Enrique Medina Montenegro
But if I just define my beans with scope=request or scope=session, then I get an IllegalStateException :-(org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'gestorMenuBean' defined in class path resource [com/sabini/librisuite/sabiniContext.xml]: Initialization

RE: Shale, Spring Tiger Annotations

2006-07-05 Thread Coloma Escribano, Ignacio
   /managed-property   /managed-bean Regards. De: Enrique Medina Montenegro [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 05 de julio de 2006 9:41 Para: MyFaces Discussion Asunto: Re: Shale, Spring Tiger Annotations But if I just define my beans with scope=request or scope

Shale, Spring Tiger Annotations

2006-07-04 Thread Enrique Medina Montenegro
Hi,I'm starting a new development where I will use MyFaces together with Shale and Spring. I've been reading the documentation regarding the integration between Spring and Shale, in terms of the delegating VariableResolver. Furthermore, I've been reading the documentation regarding Tiger