Stupid error solved :
This line was'nt working:
<flow:flow-registry id="flowRegistry" base-path="/WEB-INF/flows">
<flow:flow-location-pattern value="/*/*.xml" />...
Type: Posts; User: jun.in.mess; Keyword(s):
Stupid error solved :
This line was'nt working:
<flow:flow-registry id="flowRegistry" base-path="/WEB-INF/flows">
<flow:flow-location-pattern value="/*/*.xml" />...
Hello,
As a newbie i tried to code a simple webflow implementation.
I based my learning on the hotel booking exemple, wich i guessed overkill in my case. Maybe, while trying to simplify it, i...
Thanks for the tips, it work correctly now.
context-mongo.xml is imported in servlet-context.xml.
servlet-context.xml already call <context:component-scan /> with a correct base-package...
Hello,
I'm a total beginner to spring and IoC, and i got some difficulties to setup a Spring webapp.
I'm actually trying to implement a mongodb DAO, and inject it in a service layer trough...