Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.0.1
-
Fix Version/s: 2.3-M2
-
Component/s: Persistence
-
Labels:None
-
Environment:All
Description
Currently, you need to pass in a datasource into AbstractPersistenceEventListener constructor, otherwise a NullPointerException is raised.
The documentation states that you should be able to just add a listener without a datasource.
def init =
{ applicationContext.addApplicationListener(new MyPersistenceListener()) }This case should be supported.
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits
Tomas Lin
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Edit [ 10000 ] |
| Description |
Currently, you need to pass in a datasource into AbstractPersistenceEventListener constructor, otherwise a NullPointerException is raised.
The documentation states that you should be able to just add a |
Currently, you need to pass in a datasource into AbstractPersistenceEventListener constructor, otherwise a NullPointerException is raised.
The documentation states that you should be able to just add a listener without a datasource. def init = { applicationContext.addApplicationListener(new MyPersistenceListener()) } This case should be supported. |
Graeme Rocher
made changes -
| Fix Version/s | 2.0.2 [ 13064 ] |
Graeme Rocher
made changes -
| Fix Version/s | 2.0.3 [ 13094 ] | |
| Fix Version/s | 2.0.2 [ 13064 ] |
Graeme Rocher
made changes -
| Fix Version/s | 2.0.4 [ 13099 ] | |
| Fix Version/s | 2.0.3 [ 13094 ] |
Graeme Rocher
made changes -
| Status | Edit [ 10000 ] | Open [ 1 ] |
Graeme Rocher
made changes -
| Priority | Major [ 3 ] | Minor [ 4 ] |
Jeff Brown
made changes -
| Fix Version/s | 2.2 [ 13093 ] | |
| Fix Version/s | 2.0.4 [ 13099 ] |
Graeme Rocher
made changes -
| Fix Version/s | 2.3 [ 13311 ] | |
| Fix Version/s | 2.2-RC1 [ 13093 ] |
Graeme Rocher
made changes -
| Fix Version/s | 2.3-M2 [ 13457 ] | |
| Fix Version/s | 2.3-M1 [ 13311 ] |