Maybe I misunderstood something about the @Required annotation but it doesn't seem to work with autowiring (byName in my case). When I specify each property of the bean it works.

Does anyone has this problem ?

Cedric