Hi,
On latest jdbc component it added named parameters feature, but the doc
seems to have couple typo.
http://camel.apache.org/jdbc.html
1) The doc says use ":#param_name" format for named parameters binding, but
it doesn't work. It seems the code is expecting ":?param_name" format
instead. Howe
orporation
> > Java home:
> > /Library/Java/JavaVirtualMachines/jdk1.7.0_11.jdk/Contents/Home/jre
> > Default locale: en_US, platform encoding: UTF-8
> > OS name: "mac os x", version: "10.8.4", arch: "x86_64", family: "mac"
> >
nts/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.8.4", arch: "x86_64", family: "mac"
On Sat, Aug 10, 2013 at 10:01 AM, Babak Vahdat
wrote:
> Hi
>
> Which Java version do you use for building, 6 or 7?
>
Willem,
I will vote to make spi-annotation non-optional in camel-core since it only
has 4 classes, and they are already used in quite of few sub modules.
But if you stick to optional in camel-core, then any modules that uses
@UriParam should has a hard dependency on spi-annotation, not optional.
>
> On Sat, Aug 10, 2013 at 1:13 AM, Zemian Deng
> wrote:
> > Ah, I see myself indeed now. Thanks Jan.
> >
> > You may set my wiki as "Zemian Deng", or "ZemianDeng" if you need to be
> > camel case.
> >
> > -- Zemian
> >
> &g
Ah, I see myself indeed now. Thanks Jan.
You may set my wiki as "Zemian Deng", or "ZemianDeng" if you need to be
camel case.
-- Zemian
On Fri, Aug 9, 2013 at 5:36 PM, Jan Matèrne (jhm) wrote:
> Maybe that page was outdated (caching?).
> I can see a Zemian Deng.
>
Hi there,
I have asked this question on user list but perhaps it's better to ask on
dev list.
http://camel.465427.n5.nabble.com/How-is-the-QuartzEndpoint-s-LoadBalancer-work-td5736307.html
Note: I added the same similar load balancer code into camel-quartz2 just
as in camel-quartz in this regard
Proper pom.xm should let IDE automatically do that without manually adding
classpath. Either add spi-annotations to camel-core as non-optional, or
have any other modules declare it explicitly.
I think more puzzling to me is how come running maven on command line works
fine?
On Thu, Aug 8, 2013 a