When you launch a project
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.