Search:

Type: Posts; User: cemartins; Keyword(s):

Search: Search took 0.02 seconds.

  1. I managed to do this with this configuration...

    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">
    ...
  2. Replies
    2
    Views
    853

    Hi SifoDillas, I will send you an e-mail with...

    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.
  3. Replies
    2
    Views
    853

    spring-rich-client 0.3.0 upgrade

    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...
  4. Migrate from acegisecurity to spring-security 2.0.x

    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...
  5. Replies
    18
    Views
    8,233

    I fixed it using this

    In context.xml:

    <bean class="org.springframework.beans.factory.config.CustomScopeConfigurer">
    <property name="scopes">
    <map>
    <entry key="session"><bean class="SetupSession"/></entry>...
Results 1 to 5 of 5