[jboss-user] [JBoss/Spring Integration] - Re: Use of Deployed Spring Beans directly on webapp

2006-09-25 Thread svelascob
Hi All, I turned on debugging on some of the hibernate transaction and I could capture this information, jist in case is util to resolve this issue: 2006-09-25 14:43:33,820 DEBUG [org.springframework.web.jsf.DelegatingVariableResolver] Attempting to resolve variable 'userBean' in via original

[jboss-user] [JBoss/Spring Integration] - Re: Use of Deployed Spring Beans directly on webapp

2006-09-25 Thread svelascob
Hi Ales and All, I was able to define the spring context as a parent of the webapp context using beanRefContext to define all the contexts inside the ear. JBoss deployed both the .spring and the webpp module and preinstantated all the applicable beans. Now when I'm trying to use the services, i

[jboss-user] [JBoss/Spring Integration] - Re: Use of Deployed Spring Beans directly on webapp

2006-09-21 Thread svelascob
Hi Alesj, thanks a lot for your response. I'll try the alternative using JNDI, I want also to ask you for a little more details around the other solution involving ContextLoaderListener? At first I was trying to define like a ParentBeanFactory=(xxx) on the webapp context xml but then I realized

[jboss-user] [JBoss/Spring Integration] - Use of Deployed Spring Beans directly on webapp

2006-09-19 Thread svelascob
Hello All, I have sort of a very basic question but it doesn't appear on previous posts. Is it possible to use the deployed spring beans directly in a web app without going to the EJB? In the example provided, you have an ear file where the spring pojos are deployed separately from the webapp a