No, I ran the sample code provided by Camel in Action (chapter1-file-copy)
with slight modification:
In the pom.xml:
org.apache.camel
camel-crypto
${camel-version}
public cla
Can you post your exact classpath, directory structure, command you are using
to initiate and current working directory.
Have you considered using the maven java-exec plugin to avoid having to
manually configure your classpaths. It works really well.
http://mojo.codehaus.org/exec-maven-plugin/us
There's another weird thing by some Camel Maven modules as well, currently
we've got 134-1 Camel POM modules:
~/dev/workspace/camel/components>find . -name pom.xml | wc
134 1343086
114 of them claim to have org.apache.camel:camel-parent:2.11-SNAPSHOT as
the parent which is a "Maven
That sounds just great :-)
Babak
Am 07.09.12 18:05 schrieb "Christian Müller" unter
:
>I polished/cleaned the maven-surefire-plugin definitions. At the moment, I
>run a full test to check whether I do not break anything. Will commit the
>change after the test was running successful.
>Afterwards
I polished/cleaned the maven-surefire-plugin definitions. At the moment, I
run a full test to check whether I do not break anything. Will commit the
change after the test was running successful.
Afterwards I will have a look at all the other duplicated plugin
definitions, version definitions, ...
This is for sure a step in the right direction, as IMHO the Camel's maven
setup needs pretty a lot of face-lifting (parts of them already being
mentioned by you). Some other points comming into my mind are:
- There are places where we repeat ourselves again and again, for example
because of derby.
Our Jenkins CI builds [1] need "some affection". At present, ALL our builds
are failing or unstable. :-(
Let's spend some time there.
[1] https://builds.apache.org/view/A-F/view/Camel/
Best,
Christian
--
Thanks for the hint, but unfortunately we stick to 2.6.0 with this service
in the time being.
Best,
Christian
On Fri, Sep 7, 2012 at 1:28 PM, Claus Ibsen wrote:
> Hi
>
> If you use a recent version of Camel then in the unit test you can
> override the isUseAdviceWith method and return true.
>
I did bigger changes in parent/pom.xml regarding to [1]. At present, I'm
running a full build on my machine to check I didn't something really bad.
If it's successful, I will commit it in some minutes and will have an eye
on the CI server. The changes in general are:
- moving plugin management defi
Hi
If you use a recent version of Camel then in the unit test you can
override the isUseAdviceWith method and return true.
So bottom of:
http://camel.apache.org/advicewith.html
Then it ought to defer starting Camel, and you can do your
interceptors and whatnot. And then start Camel.
On Fri, Se
Thanks for the detailed explanation Claus. I create a JIRA for it [1] and
will go ahead.
Some details about our "problem":
We face this only in our unit tests where we use "interseptSendToEndpoint"
to mock an endpoint and throw an exception to test the exceptional use
case. Because the Quartz comp
On Fri, Sep 7, 2012 at 12:44 PM, Christian Müller
wrote:
> Is there any reason why we don't support 'startDelayedSeconds' as URL
> option? At present, we only supporting this by directly setting this in the
> component:
>
> value="com/mycompany/myquartz.properties"/>
>
>
> If not, I will go
Sorry, I mean:
Best,
Christian
On Fri, Sep 7, 2012 at 12:44 PM, Christian Müller <
christian.muel...@gmail.com> wrote:
> Is there any reason why we don't support 'startDelayedSeconds' as URL
> option? At present, we only supporting this by directly setting this in the
> component:
> clas
Is there any reason why we don't support 'startDelayedSeconds' as URL
option? At present, we only supporting this by directly setting this in the
component:
If not, I will go ahead and fix it, so that we can use it as URL option like
quartz://myGroup/myTimerName?startDelayedSeconds=5
Best,
Hello Kai!
Please find my comments inline in your mail.
Best,
Christian
On Thu, Sep 6, 2012 at 9:53 AM, megachucky wrote:
> Hey Christian,
>
> some feedback:
>
> 1) why do you mention information about upcoming events (ApacheCon)? Isn't
> this report about the past three months?
>
Not exclusive
15 matches
Mail list logo