Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 3.0
-
Component/s: None
-
Labels:None
Description
Support for creating scoped proxies
class MyService {
static scope = 'session'
static proxy = true // <-- create a proxy
}
// Spring config myServiceProxy(org.springframework.aop.scope.ScopedProxyFactoryBean) { targetBeanName = 'myService' proxyTargetClass = true }
Issue Links
- relates to
-
GRAILS-5911
Support scoping taglibs
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits
Luke Daley
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Description |
Support for creating scoped service proxies {code} class MyService { static scope = 'session' static proxy = true // <-- create a proxy } {code} {code} // Spring config myServiceProxy(org.springframework.aop.scope.ScopedProxyFactoryBean) { targetBeanName = 'myService' proxyTargetClass = true } {code} |
Support for creating scoped proxies {code} class MyService { static scope = 'session' static proxy = true // <-- create a proxy } {code} {code} // Spring config myServiceProxy(org.springframework.aop.scope.ScopedProxyFactoryBean) { targetBeanName = 'myService' proxyTargetClass = true } {code} |
Luke Daley
made changes -
| Link | This issue relates to GRAILS-5911 [ GRAILS-5911 ] |
Graeme Rocher
made changes -
| Fix Version/s | 1.3-RC1 [ 16274 ] | |
| Fix Version/s | 1.3-M1 [ 15400 ] |
Graeme Rocher
made changes -
| Fix Version/s | 1.3-RC1 [ 16274 ] |
Luke Daley
made changes -
| Fix Version/s | 2.0 [ 15421 ] |
Contegix Support
made changes -
| Project Import | Thu Mar 24 21:22:24 CDT 2011 [ 1301019744151 ] |
Burt Beckwith
made changes -
| Workflow | jira [ 28775 ] | Grails [ 40088 ] |
Burt Beckwith
made changes -
| Workflow | Grails [ 40088 ] | Copy of Grails [ 47522 ] |
Burt Beckwith
made changes -
| Workflow | Copy of Grails [ 47522 ] | Grails [ 54932 ] |
Burt Beckwith
made changes -
| Workflow | Grails [ 54932 ] | Grails2 [ 62483 ] |
Burt Beckwith
made changes -
| Workflow | Grails2 [ 62483 ] | jira [ 71542 ] |
Burt Beckwith
made changes -
| Workflow | jira [ 71542 ] | Grails2 [ 80070 ] |
Peter Ledbrook
made changes -
| Last Reviewed | 01/Jan/10 |
Peter Ledbrook
made changes -
| Workflow | Grails2 [ 80070 ] | jira [ 88063 ] |
Peter Ledbrook
made changes -
| Workflow | jira [ 88063 ] | Grails2 [ 96278 ] |
Luke Daley
made changes -
| Assignee | Luke Daley [ ldaley ] |