Task Listener method-Service Reference null

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2013 08:07 AM
Hi,
In Activiti User task-Task Listener method i am trying to call service method which is autowired.But i m getting Serivice reference null.
Please Help.
testService is autowired.
public void notify(DelegateTask delegateTask) {
// TODO Auto-generated method stub
testService.getData();
}
.
In Activiti User task-Task Listener method i am trying to call service method which is autowired.But i m getting Serivice reference null.
Please Help.
testService is autowired.
public void notify(DelegateTask delegateTask) {
// TODO Auto-generated method stub
testService.getData();
}
.
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2013 04:37 AM
Can any one have faced this issue?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2013 05:36 AM
Please don't post your questions twice on the forum. I've replied on the other thread…
