[jboss-user] [JBoss Seam] - Re: SeamRemoting Spring DelegatingVariableResolver

2007-03-19 Thread youngm
Thanks for working through this and providing a solution. What strange errors were you getting when you bean was not marked as lazy? Mike View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029348#4029348 Reply to the post :

[jboss-user] [JBoss Seam] - Re: SeamRemoting Spring DelegatingVariableResolver

2007-03-19 Thread youngm
I created an issue to work on better spring EL integration if you want to track it: JBSEAM-1074 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029358#4029358 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029358

[jboss-user] [JBoss Seam] - Re: SeamRemoting Spring DelegatingVariableResolver

2007-03-19 Thread dan.j.allen
If the Spring listener is configured above the Seam listener in web.xml, then Seam complains loudly that a component is being accessed outside the context of a web application when adding the SpringComponent. java.lang.IllegalStateException: Attempted to invoke a Seam component outside the

[jboss-user] [JBoss Seam] - Re: SeamRemoting Spring DelegatingVariableResolver

2007-03-19 Thread youngm
Good news, thanks for the following up. Mike View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029395#4029395 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029395 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: SeamRemoting Spring DelegatingVariableResolver

2007-03-18 Thread dan.j.allen
Oh yeah! I finally figured out a way to do away with the need for the delegating variable resolver all together, which in my mind really feels like the right solution to this problem! I am now using seam:component to expose my Spring bean as a native Seam component instance rather than