New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-4239
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Dylan Etkin [Atlassian]
Reporter: Owen Fellows
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

DataImport doesn't restart scheduler

Created: 18/Aug/04 01:24 PM   Updated: 30/Jul/06 07:33 PM
Component/s: None
Affects Version/s: 3.0 Pro Preview
Fix Version/s: 3.0 Pro Preview, 3.3 Beta1

Time Tracking:
Not Specified

Participants: Anton Mazkovoi [Atlassian], Dylan Etkin [Atlassian] and Owen Fellows
Since last comment: 3 years, 8 weeks, 6 days ago
Resolution Date: 29/Jun/05 08:13 PM
Labels:


 Description  « Hide
After a SAX import the schedule doesn't seem to be restarted by.
new SchedulerLauncher().contextInitialized(null);
in the finally block.

Is this due to PicoContainer stuff?



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Anton Mazkovoi [Atlassian] added a comment - 19/Aug/04 09:39 PM
If I do an export and an import the services continue to run.

What do you mean when you say "scheduler is not restarted"?

Could you verify the problem still exists?


Anton Mazkovoi [Atlassian] added a comment - 28/Jun/05 12:51 AM
For the time being as a workaround please restart JIRA after the import.

Thanks,
Anton


Dylan Etkin [Atlassian] added a comment - 29/Jun/05 08:13 PM
This has been fixed for Jira 3.3. The way we manage the scheduler object now makes more sense, we only have one managed by Pico. The shutdown and init of the scheduler object is now handled in the globalRefesh of the ManagerFactory.