Jira 6 + Active Objects

Amod Mulay March 23, 2014

I am trying to use active objects in my plugin to save data.

If I do it through a servlet everything works fine.

I have a Plugin Job and try to use the same transactional Service methods which do not work.

I.e. the data is not not comitted to the databse. I tried to use the manual transactions instead of @Transaction annotation but it still does not work.

In the jira documentation it says, jira does not support Active Object Transactions. Then what is the alternative?

2 answers

1 accepted

0 votes
Answer accepted
Amod Mulay May 19, 2014

No i could not acces it. Finally i sstored it in a flat file. The problem is the Transactional support

0 votes
AnaG May 19, 2014

Did you manage to save data inside Plugin Job? I have almost the same problem. I cannot access my component in Plugin Job to access the database. But this only happens after plugin update. When I restart jira itself - everything is fine.

Suggest an answer

Log in or Sign up to answer