In Mule 3, I can have a string payload that consists of JSON and I can do expression language operations on it.
For example,
expression="#[json:job/state]"
retrieves the job state and uses it...
Type: Posts; User: nflearl; Keyword(s):
In Mule 3, I can have a string payload that consists of JSON and I can do expression language operations on it.
For example,
expression="#[json:job/state]"
retrieves the job state and uses it...
Great ideas, didn't pan out for me. Maybe I'm missing something.
Did some digging into SPel and verified its support for lists but found no support for creating a map.
Also noticed while...
The current @Value annotation seems to only work for simple, basic types.
Is there a way to use it to initialize a map?
That is, installing a collection of key value pairs driven from external...
Needed to set autowire-candidate="false" on the LazyBean, not the
original DBCP bean.
Using Spring 2.5.6, configuring in a LazyConnectionDataSourceProxy
into a jpa.LocalContainerEntityManagerFactoryBean and am getting the above errror.
Any hints on what needs to be done...