Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    511

    Expression language support for JSON

    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...
  2. Really appreciate the response and great ideas

    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...
  3. Initializing a Map with the @Value annotation

    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...
  4. Solved it

    Needed to set autowire-candidate="false" on the LazyBean, not the
    original DBCP bean.
  5. Property 'driverClassName' not found on LazyConnectionDataSourceProxy

    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...
Results 1 to 5 of 5