1 Reply Latest reply on Feb 9, 2009 6:35 AM by alesj

    Multicontext and Autowired

    epivon

      Hi id like to create multicontext spring application with structure
      EAR
      -JAR(with spring beans)
      -WAR
      ---CONTROLLER (jar)
      ---VIEW
      And it works when when im getting spring beans from JAR(spring) to CONTROLLERS manualy, but it doesnt work when i use @Autowired. Its error at line <context:component-scan base-package="com.pl.coreEnterprise.core.bean" /> - cant find package
      Any idea?