Thanks a lot for the reply ramniwas.
Type: Posts; User: Kruttik; Keyword(s):
Thanks a lot for the reply ramniwas.
I already added that section in aop.xml and it worked but it worked because aspectj weaver weaved the aspect into the domain objects. I was trying to get the aspects applied using spring AOP i.e...
I know there are innumerous threads on this but I still couldnt get the answers. So I am trying again.
My problem: Not able to get the aspects applied to domain objects using load time weaving
...
That will be great. Thanks a lot. I am thinking that I am doing something very stupid cos I followed all the steps in spring documentation and yet couldnt get it to work. Anyways I will be waiting...
hey altosz,
Can you please tell me if you were able to resolve the issue. I am having the same issue. All injections are working fine in pojo, only the aspects arent getting applied. How to solve...
ya i checked the classpath. heres the web xml:
<?xml version="1.0"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
...
I am getting the same error. Is there a solution. I have spring 2.0.2.
After reading ur post i implemented the same context configurations but it doesnt work for me. I still get the same hibernate lazy load error. Do I need to make any entry in web.xml aslo?
Hi,
I am a newbie to spring portlet MVC. I developed a portlet using spring+hibernate+tomcat. To enable the open session view patter, I used PortletOpenSessionInViewInterceptor in spring-2.0.2. But...