[
https://jira.jboss.org/browse/JBESB-3292?page=com.atlassian.jira.plugin.s...
]
Tom Fennelly commented on JBESB-3292:
-------------------------------------
After some playing about... the following appear to be the list of jars required for our
Spring integration...
-rw-r--r-- 1 tfennelly staff 4467 Jul 5 12:41 aopalliance-1.0.jar
-rw-r--r--@ 1 tfennelly staff 326765 Apr 2 11:09
com.springsource.net.sf.cglib-2.2.0.jar
-rw-r--r--@ 1 tfennelly staff 8836683 Apr 2 11:26
com.springsource.org.aspectj.tools-1.6.6.RELEASE.jar
-rw-r--r-- 1 tfennelly staff 1642154 Apr 2 11:09
com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar
-rw-r--r-- 1 tfennelly staff 121757 Jul 5 16:35 commons-dbcp-1.2.2.jar
-rw-r--r-- 1 tfennelly staff 62086 Jul 5 16:35 commons-pool-1.3.jar
-rw-r--r-- 1 tfennelly staff 384363 May 11 17:42 ibatis-sqlmap-2.3.4.726.jar
-rw-r--r--@ 1 tfennelly staff 320049 Apr 2 14:11
org.springframework.aop-3.0.2.RELEASE.jar
-rw-r--r--@ 1 tfennelly staff 53082 Apr 2 14:11
org.springframework.asm-3.0.2.RELEASE.jar
-rw-r--r--@ 1 tfennelly staff 30184 Apr 2 14:11
org.springframework.aspects-3.0.2.RELEASE.jar
-rw-r--r--@ 1 tfennelly staff 549957 Apr 2 14:11
org.springframework.beans-3.0.2.RELEASE.jar
-rw-r--r--@ 1 tfennelly staff 657128 Apr 2 14:11
org.springframework.context-3.0.2.RELEASE.jar
-rw-r--r--@ 1 tfennelly staff 100058 Apr 2 14:11
org.springframework.context.support-3.0.2.RELEASE.jar
-rw-r--r--@ 1 tfennelly staff 358239 Apr 2 14:11
org.springframework.core-3.0.2.RELEASE.jar
-rw-r--r--@ 1 tfennelly staff 157121 Apr 2 14:11
org.springframework.expression-3.0.2.RELEASE.jar
-rw-r--r--@ 1 tfennelly staff 378201 Apr 2 14:11
org.springframework.jdbc-3.0.2.RELEASE.jar
-rw-r--r--@ 1 tfennelly staff 183401 Apr 2 14:11
org.springframework.jms-3.0.2.RELEASE.jar
-rw-r--r--@ 1 tfennelly staff 333242 Apr 2 14:11
org.springframework.orm-3.0.2.RELEASE.jar
-rw-r--r--@ 1 tfennelly staff 60746 Apr 2 14:11
org.springframework.oxm-3.0.2.RELEASE.jar
-rw-r--r-- 1 tfennelly staff 204732 Apr 2 14:11
org.springframework.test-3.0.2.RELEASE.jar
-rw-r--r--@ 1 tfennelly staff 231074 Apr 2 14:11
org.springframework.transaction-3.0.2.RELEASE.jar
-rw-r--r--@ 1 tfennelly staff 26996 Jun 5 00:39 snowdrop-deployers-1.1.0.GA.jar
-rw-r--r--@ 1 tfennelly staff 18393 Jun 5 00:39 snowdrop-vfs-1.1.0.GA.jar
-rw-r--r--@ 1 tfennelly staff 11086 Jun 5 00:39 snowdrop-weaving-1.1.0.GA.jar
Spring Integration needs to be updated to use SNOWDROP's
VFSClassPathXmlApplicationContext
------------------------------------------------------------------------------------------
Key: JBESB-3292
URL:
https://jira.jboss.org/browse/JBESB-3292
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 4.7
Reporter: Alex Deschapelles
Assignee: Tom Fennelly
Fix For: 4.9
The current AbstractSpringAction uses the standard ClassPathXmlApplicationContext (line
208 in the jboss-spring.jar) This does not work when the spring config searches for
resources using the classpath*: notation.
To fix, replace the ClassPathXmlApplicationContext with VFSClassPathXmlApplicationContext
from SNOWDROP.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira