• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem with Webflow

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
I am integrating Spring AOP ( for logging ) with Web flow. I am seeing the below error. When I went throught the docs I can see that CGLIB proxies are not Serialized ( correct me if I am wrong)
Is it possible to use AOP with webflow ?? please provide some suggestions on the below exception.
Below is the exception :




Here I am calling service method of a cartService class from the flow registry.





facade calss





Thanks
 
Bartender
Posts: 1682
7
Android Mac OS X IntelliJ IDE Spring Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looks like this is a known issue I would watch/comment vote up this Jira issue.

https://jira.springsource.org/browse/SPR-6910

Seems the jira calls out annotation based AOP perhaps xml would work otherwise you could always go over to AspectJ rather than proxy based.

Good luck,
 
reply
    Bookmark Topic Watch Topic
  • New Topic