Oddness running from a daemon.
Marvin Addison
marvin.addison at gmail.com
Tue Oct 7 09:20:19 EDT 2014
> Caused by:
> org.springframework.webflow.engine.model.registry.NoSuchFlowModelException:
> No flow model 'authn/conditions' found
Reads like a resource not found, and that makes me wonder if it's a
matter of the process current working directory being different for a
service versus user-launched process. Assuming that Spring uses
relative paths for resource loading, a difference in working directory
could explain the problem. Why it happens there and not long before
remains a mystery.
M
More information about the dev
mailing list