Error when start camel-jackson

2013-05-07 Thread skysw...@gmail.com
Hi When I want to start camel-jackson 2.11.0 in karaf, I got the following error org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.camel.camel-jackson [177]: Unable to reso lve 177.0: missing requirement [177.0] package; (&(package=org.apache.camel)(version>=2.11.0)(

Re: Can't connect to Oracle 11g

2013-05-02 Thread skysw...@gmail.com
电子邮件/Mail: huangq...@supermap.com > > 网址/Website: http://www.supermap.com.cn > > > > > > On Thu, May 2, 2013 at 4:27 PM, Claus Ibsen > wrote: > >> > >> Hi > >> > >> You need to the route to start with a > >> > >> > >>

Re: How to get a specific value from a json string?

2013-05-02 Thread skysw...@gmail.com
of the box as you can > then do a single expression to grab the field. > Though it may only work for expressions. Would be nice for predicates > as well, so you can use it in content based routers / filters etc. > > > > > > > > On Thu, May 2, 2013 at 10:12 AM, sk

Can't connect to Oracle 11g

2013-05-02 Thread skysw...@gmail.com
Hi everyone, I want to do some search in Oracle 11g with the following xml. select * from GEO_FEATURE However I got response and no error log, is there any possible reason or some suggested debug method for me? Thanks a lot!

How to get a specific value from a json string?

2013-05-02 Thread skysw...@gmail.com
Hi everyone, I came across a simple problem and I need some help. I get a json string from a jms, and I want to get a specific value from the json string. how can I do it in blueprint file? For example, the json from jms queue "FEATURES.JSON" is {id:"123", name:"test", value:"dfsa"} I want to