Hello all,
I want to route a message with an RSS payload to a XQuery endpoint using a
route similar to this :
from("rss:http://feeds.feedburner.com/JavaCodeGeeks";).marshal().rss().to("xquery:com/jcg/test/mytransform.xquery").to("file://rss");
The XQuery transformation file "mytransform.xquery" m
Hi
Its better to use the @user mailing list, for questions about Camel.
Have you tried to convert the feed to String before sending to the
xquery component?
from("rss:http://feeds.feedburner.com/JavaCodeGeeks";)
.convertBodyTo(String.class)
.marshal().rss().to("xquery:com/jcg/test/mytransform.xq
Hi Hadrian
Beforehand thanks for the verification of the provided Patch for [1], but:
- Could you please share with us also what was the outcome with the dry run
release as well? Do you've still got proper HTML & PDF docs inside zip &
tarball artifacts?
- And just in the case it comes out that C
As Claus has already suggested [1] I would like to share the question with
you for a better possible third approach!
For all the details regarding the proposed improvement please take a look at
the comments and also the 2 attached patches on it and let us know of any
possible third approach you c
Hi
FYI I've extended the scope of [1] to also include:
- Avoidance of the raw type declarations by the generified classes *as much
as possible*
This will be a *manual* Refactoring step as I'm not aware of any automated
way for doing it.
[1] https://issues.apache.org/jira/browse/CAMEL-4796
Baba
@Babak: I will Update our release guide with all the missing information.
Installing/Configuring princexml is one of them.
@Dan, Hadrian: I tried the following two configurations in my
~/.m2/settings.xml file, but it sill "hang":
release
true
release
XXX
I run: mvn re
Try duplicating the profile with an id of "apache-release". Camel might have
release profile turned off and the apache-release profile turned on.
Dan
On Thursday, January 05, 2012 5:37:33 PM Christian Müller wrote:
> @Babak: I will Update our release guide with all the missing information.
Hi Christian
Thanks for the update of the Wiki. In case anything should not be clear
regarding the princexml stuff then please let me know.
FYI just in the case you have not noticed it already, Hadrian as already
marked the ticket [1] as fixed with following comment:
Hadrian Zbarcea added a comm
Responding to Claus' request for feedback on how to store EIP stats and
expose it in several ways...
With the current architecture where stats are kept in memory there are a
few downsides, mainly: (1) not being able to store rich data, only counters
due to memory usage considerations and (2) stats
Hi
In my mind, camel-morphia and camel-mongodb would be different components.
Or perhaps the mongodb component could offer two modes of operation: raw
MongoDB and Morphia.
For a first embracement of MongoDB, it seems more natural to implement a
raw component which can handle at least the followin
The camel root pom has org.apache:apache:9:pom as its parent. That's
where the apache-release profile is defined and camel reuses it. There
used to be a 'release' profile ages ago. I understand that you're not
taking my offer and prefer to release 2.7.5 yourself, correct?
Hope this helps.
Hadr
Hadrian, thanks for your offer. But because we don't have any rush to
release Camel 2.7.5, I would like to take the time I need to release it. If
I need one more week, no big deal, IMO.
Best,
Christian
On Thu, Jan 5, 2012 at 8:19 PM, Hadrian Zbarcea wrote:
> The camel root pom has org.apache:ap
Ok, I made some progress:
Camel parent pom 2.7.5-SNAPSHOT use org.apache.apache pom version 8. It
enables the profile 'apache-release' when we execute the release plugin.
The 'maven-gpg-plugin' which is also configured there use the placeholder
${gpg.passphrase} to obtain the password. My settings
Hello! I recently donated camel-twitter as a new component and would like to
create its wiki page. I'm requesting a wiki account. Thank you!
Username: bmeyer2
-
Brett E. Meyer
Software Engineer, R&D
Raytheon NCS, Fort Wayne, IN
--
View this message in context:
http://camel.465427.n5.nabbl
Not a problem, but you'll need to submit an icla first [1].
Cheers,
Hadrian
[1] http://camel.apache.org/how-do-i-edit-the-website.html
On 01/05/2012 04:29 PM, bmeyer2 wrote:
Hello! I recently donated camel-twitter as a new component and would like to
create its wiki page. I'm requesting a w
On Mon, Jan 2, 2012 at 3:34 AM, Hadrian Zbarcea wrote:
>
> On 01/01/2012 09:03 PM, hadr...@apache.org wrote:
>>
>> The Apache Camel project [1] is a powerful open source integration
>> framework based on known Enterprise Integration Patterns [2].
>>
>> We didn't want to close 2011 without one more
16 matches
Mail list logo