Search:

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

Search: Search took 0.01 seconds.

  1. Take a look at the spring in production whitepaper

    http://www.springsource.com/whitepapers
  2. Replies
    0
    Views
    568

    Possible bug in CustomEditorConfigurer

    I have the following defined in myapp-infrastructure.xml


    <bean class="org.springframework.beans.factory.config.CustomEditorConfigurer" lazy-init="true">
    <property...
  3. Replies
    0
    Views
    847

    Axis2 and raw soap message

    Hi There,

    I am currently using Axis2 to impement a Web Service.

    I am using the org.apache.axis2.extensions.spring.receivers.SpringAppContextAwareObjectSupplier

    To make my pojo objects spring...
  4. Replies
    12
    Views
    6,870

    Thanks for the reply Jörg but I would like to be...

    Thanks for the reply Jörg but I would like to be able to implement this functionality in my controller.

    We use continuous integration at my current client and it would be nice to not "break the...
  5. Replies
    12
    Views
    6,870

    Testing scope=session

    I have a session object that is injected into my controller (Spring MVC).

    I am having great difficulty writing an integration test for it.

    I can configure my WebApplicationContext just fine,...
  6. Replies
    3
    Views
    915

    Explanation but no solution.

    From 3.4.3 of the spring reference manual



    AbstractDependencyInjectionSpringContextTests implements a ConfigurableApplicationContext that is not web aware. I would also be intrested as to how...
  7. Replies
    0
    Views
    738

    Problem with session scope.

    Hey guys, I am having a problem when trying to use a bean with a session life cycle as described in the reference documentation (3.4.3)

    Here is the bean definition for the session scoped bean (A...
Results 1 to 7 of 7