Hi, there is small problem with resin 3.17 in Spring integration - atleast with Spring 2.5 - but it is very easy to fix.
Just unzip the resin-support.jar, edit beanRefContext.xml to include proper namespace definitions: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"> And then repackage the jar. Voila - everything works! Has anyone worked on whether this same integration could made to work also with other appservers? -huima _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
