I managed to do this with this configuration (using spring-integration 2.2.2.RELEASE). Hope this helps:
<bean id="marshaller" class="com.audaxys.si.nm.core.SunsetCasrtorMarshaller">
...
Type: Posts; User: cemartins; Keyword(s):
I managed to do this with this configuration (using spring-integration 2.2.2.RELEASE). Hope this helps:
<bean id="marshaller" class="com.audaxys.si.nm.core.SunsetCasrtorMarshaller">
...
Hi SifoDillas,
I will send you an e-mail with a zip file containing the maven project. If you have any questions importing to eclipse or building, feel free to ask.
Cheers.
Hello there
I have downloaded the source code of spring-rich-client.0.3.0 and changed it to make it compatible with both spring and spring-security 3.1.x and migrated the build to Maven 2.
The...
I need to update the security module in an application that is using the old acegisecurity.
The objective is to upgrade to spring-security 3.x taking small steps and the first step is from...
In context.xml:
<bean class="org.springframework.beans.factory.config.CustomScopeConfigurer">
<property name="scopes">
<map>
<entry key="session"><bean class="SetupSession"/></entry>...