Search:

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

Search: Search took 0.01 seconds.

  1. SpEL function Collection parameter handling changed from 3.0.2 to 3.0.3. Intentional?

    Hi.
    We have a custom SpEL function that takes a Map as a parameter.
    In 3.0.2 this parameter was passed to the function by reference so we could manipulate it directly. In 3.0.3 this behavior seems...
  2. Ok. That seems to cover our needs :) Looking...

    Ok. That seems to cover our needs :)
    Looking forward to M2 then!

    Thanks.

    Christian
  3. No problem. Thanks.

    No problem.

    Thanks.
  4. Insight performs Request.parseParameters before filter chain is processed

    Hi.

    We are using the Spring CharacterEncodingFilter to handle UTF-8 encoded query parameters.

    This stopped working when we deployed our application to tc Server Developer Edition. A little...
  5. Discovery of endpoints and frame-producers in next release

    Hi.

    I just installed the preview and I must say that in general it was a very positive experience. I had my app up and running in no time.

    I had to update to the latest development version of...
  6. CommonsHttpRequestExecutor.readResponseBody claims to stream response, but does not

    Hi.

    We are getting spurious warnings from HttpClient when using CommonsHttpRequestExecutor with HttpOutboundEndpoint:
    "HttpMethodBase - Going to buffer response body of large or unknown size....
  7. Done:...

    Done: http://jira.springframework.org/browse/INT-1029
  8. Can http:outbound-gateway be part of a chain?

    Hi.

    I am unable to include a http: outbound-gateway in a chain pipeline (<chain>...</chain>) beacause the 'request-channel' attribute is required. Is this by design? Does annybody know of an...
  9. Replies
    4
    Views
    4,824

    Thanks Bill. That did the trick :) ...

    Thanks Bill.

    That did the trick :)

    Christian
  10. Replies
    4
    Views
    4,824

    Thanks for your fast answer Bill :) To answer...

    Thanks for your fast answer Bill :)

    To answer your question first:
    We are considering automatically refactoring a very large number of MDBeans, written by a large number of different people over...
  11. Replies
    4
    Views
    4,824

    MDB vs MDP concurrency

    Hi.

    We are considering refactoring a large set of MDBeans to Spring based MD POJOs.

    I am a bit unuclear on the concurrency semantics of the DefaultMessageListenerContainer.

    The EJB spec says...
  12. Replacement for Weblogic run-as EJB config for data access

    Environment:
    Weblogic 8.1
    JDK 1.4
    Spring 1.1.5
    Hibernate 3

    When switching from EJB based data access to Spring/Hibernate we are facing this problem:

    Our datasources are only available to a...
  13. Is 'Should roll back transaction but cannot ' warning real?

    Hi.

    DB: Sybase
    Appserver: Weblogic 8.1
    Spring: 1.1.5

    I am wrapping one of the method calls in a transactional context in a TransactionProxyFactoryBean with a PROPAGATION_NOT_SUPPORTED...
  14. proxyInterface on JndiObjectFactoryBean fails on WL 6.1

    We need lazy loading of our queue connection factory.

    Setting 'lookupOnStartup' to false and 'proxyInterface' to javax.jms.QueueConnectionFactory on our JndiObjectFactoryBean does not work.

    The...
Results 1 to 14 of 14