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...
Type: Posts; User: HrFlick; Keyword(s):
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...
Ok. That seems to cover our needs :)
Looking forward to M2 then!
Thanks.
Christian
No problem.
Thanks.
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...
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...
Hi.
We are getting spurious warnings from HttpClient when using CommonsHttpRequestExecutor with HttpOutboundEndpoint:
"HttpMethodBase - Going to buffer response body of large or unknown size....
Done: http://jira.springframework.org/browse/INT-1029
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...
Thanks Bill.
That did the trick :)
Christian
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...
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...
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...
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...
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...