Another spring integration problem

Hi,

I have another spring integration problem…I have everything exactly as in the tutorial on wik. When i deploy and run the app for the first time, everything is OK, the dependencies are injected…but if i redeploy the app, the dependencies are not there (i have to restart the server, and this i cant do in production)…even if i restart the app (throught the debug window), the app instance is recreated, but with no effect…

Do you have the same problem with vaadin/spring or any idea, where the problem could be…?

Thanks.

Pavel

As I looked again on the example…I have used different approach…I am using LTW…not compile time weaving…

I have (probably) solved this issue by switching from LTW to CTW…dont know where the problem was…

Pavel