Error while deploying Spring Batch in Weblogic BeanCreationException: Error creating bean with name 'jobRepository'

后端 未结 2 862
旧巷少年郎
旧巷少年郎 2021-01-28 06:21

I want to test Spring Batch, but I need to use it without maven or gradle because there are some restrictions in the network. I read a tutorial on spring and the spring documen

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-28 06:56

    To solve the problem I need to use Spring Batch 2.2.7 together with Weblogic 12.1.3.

    I thought that The error was configuration in my xml file but It seems that is a support issue with weblogic, because I found a similar error later.

    The dependency list:

     aopalliance-1.0.jar
     commons-logging-1.1.3.jar
     jettison-1.1.jar
     spring-aop-3.2.9.RELEASE.jar
     spring-batch-core-2.2.7.RELEASE.jar
     spring-batch-infrastructure-2.2.7.RELEASE.jar
     spring-beans-3.2.9.RELEASE.jar
     spring-context-3.2.9.RELEASE.jar
     spring-core-3.2.9.RELEASE.jar
     spring-expression-3.2.9.RELEASE.jar
     spring-retry-1.0.2.RELEASE.jar
     spring-tx-3.2.9.RELEASE.jar
     spring-web-3.2.9.RELEASE.jar
     spring-webmvc-3.2.9.RELEASE.jar
     xpp3_min-1.1.4c.jar
     xstream-1.3.jar
    

提交回复
热议问题