Back Forum Reply New

SWF(2.0) with Spring(2.5) Stereotype Annotations

SWF recognized the bean id reference used in flow-xyz.xml when I had the bean configured in web-application-config.xml.

Now we have moved the bean configurations to java files and are using Spring Stereotype annotations (@Component).

SWF is unable to recognize the bean id reference if the expected bean is configured using annotation.

Do I have to add any additional configuration in SWF to look at spring stereotype annotated classes?

My xhtml(s) are working file and all beans are getting autowired. So no problem from annotations side.

Any help is much appreciated !!!
¥
Back Forum Reply New