No seam.quartz.properties file. Using in-memory job store

2

When you launch a project

asked by Ruslan López 18.12.2015 в 21:13
source

1 answer

0

It seems that someone had the same problem and it was solved with a simple change.

Somewhere you'll have .getResourceAsStream("/seam.quartz.properties"); . The important thing is the getResourceAsStream and see that the content starts with \ .

Remove the \ character and fix it.

It seems that when adding the backslash there is some behavior (which should be a bug to publish to the JIRA) strange.

    
answered by 19.08.2016 в 14:54