People
-
- Assignee:
- Jose Noheda
- Reporter:
- Jose Noheda
-
- Votes:
- 0
- Watchers:
- 0
Dates
-
- Created:
- 18/Feb/08 9:12 AM
- Updated:
- 18/Feb/08 11:49 AM
- Resolved:
- 18/Feb/08 11:49 AM
<dwr:annotation-config /> can remote proxied beans (AspectJ / Scoped) declared using @Component (or similar) and @Scope.
If the remoted bean has a scope other than singleton / prototype and is declared with @Component remember to include scoped-proxy in the scanner declaration. Example:
<context:component-scan base-package="org.internna.iwebmvc.spring.services.dwr" scoped-proxy="interfaces" />