java - Spring Autowired Exception when a remote ejb is down -
hi, have simple question not able solve.
i'm using spring 3 lookup remote ejbs , added lazy-init=true bean definition because application must starting if ejb down. unfortunately controller when autowiring of ejb down, "injection of autowired dependencies failed".
someone can me! @autowired not lazy? it's possible, using spring, start web application if remote ejb not started?
Comments
Post a Comment