Ok, I'm a little late but I think I found a solution. Simply ask the applicationContext:
@Aspect
public class SecurityAspect implements ApplicationContextAware {
private...
Type: Posts; User: deusex; Keyword(s):
Ok, I'm a little late but I think I found a solution. Simply ask the applicationContext:
@Aspect
public class SecurityAspect implements ApplicationContextAware {
private...
Hi Daniel!
Thank you very much. After replacing the XSD definition in the plugin jar the error messages disappears.
Regards,
Olaf
Hi!
We are developing a webapp based on Spring Webflow 2.0.4.RELEASE. The flows are registered with there path by means of the base-path attribute:
<webflow:flow-registry id="flowRegistry"
...