integration Spring/Wicket/Hibernate problem with injection bean

2008-09-12 Thread mahone9
: http://www.nabble.com/integration-Spring-Wicket-Hibernate-problem-with-injection-bean-tp19462602p19462602.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: integration Spring/Wicket/Hibernate problem with injection bean

2008-09-12 Thread James Carman
provide an example, how to solve this??? Any help would kindly appreciate Cheers Phil -- View this message in context: http://www.nabble.com/integration-Spring-Wicket-Hibernate-problem-with-injection-bean-tp19462602p19462602.html Sent from the Wicket - User mailing list archive

Re: integration Spring/Wicket/Hibernate problem with injection bean

2008-09-12 Thread James Carman
´m looking for another way??? Is there one??? Can somebody provide an example, how to solve this??? Any help would kindly appreciate Cheers Phil -- View this message in context: http://www.nabble.com/integration-Spring-Wicket-Hibernate-problem-with-injection-bean-tp19462602p19462602

AW: integration Spring/Wicket/Hibernate problem with injection bean

2008-09-12 Thread Agent Mahone
Thanks for ur quick response. I already read this article. But I don´t like this approach calling this creation Proxy stuff when I need it for from a Wicket-Bean. private ContactDao dao = LazyInitProxyFactory.createProxy(ContractDao.class, new IProxyTargetLocator() { public Object

Re: integration Spring/Wicket/Hibernate problem with injection bean

2008-09-12 Thread mahone9
comments. I apprciate it very much. Cheers Phil -- View this message in context: http://www.nabble.com/integration-Spring-Wicket-Hibernate-problem-with-injection-bean-tp19462602p19462930.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: integration Spring/Wicket/Hibernate problem with injection bean

2008-09-12 Thread James Carman
Well, Wicket is an unmanaged framework, so you're going to have a hard time getting it to use spring to instantiate and inject beans for you. However, you can move this proxy creation logic up into a superclass if you wish: public class BasePage extends WebPage { protected Object

Re: integration Spring/Wicket/Hibernate problem with injection bean

2008-09-12 Thread mahone9
.)... and tell spring if any wicket bean comes into then handle it in a special way. Are there any other options ??? Thanks -- View this message in context: http://www.nabble.com/AW%3A-integration-Spring-Wicket-Hibernate-problem-with-injection-bean-tp19462976p19463709.html Sent from the Wicket - User

Re: integration Spring/Wicket/Hibernate problem with injection bean

2008-09-12 Thread Igor Vaynberg
wicket bean comes into then handle it in a special way. Are there any other options ??? Thanks -- View this message in context: http://www.nabble.com/AW%3A-integration-Spring-Wicket-Hibernate-problem-with-injection-bean-tp19462976p19463709.html Sent from the Wicket - User mailing list

Re: integration Spring/Wicket/Hibernate problem with injection bean

2008-09-12 Thread jcgarciam
/integration-Spring-Wicket-Hibernate-problem-with-injection-bean-tp19462602p19464502.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: integration Spring/Wicket/Hibernate problem with injection bean

2008-09-12 Thread Igor Vaynberg
in advance for ur comments. I apprciate it very much. Cheers Phil -- View this message in context: http://www.nabble.com/integration-Spring-Wicket-Hibernate-problem-with-injection-bean-tp19462602p19464502.html Sent from the Wicket - User mailing list archive at Nabble.com