Weblogic and camel

2013-07-20 Thread gliesian
Please post example java route to consume Weblogic JMS data. Thanks, Robert -- View this message in context: http://camel.465427.n5.nabble.com/Weblogic-and-camel-tp5735914.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: createTopic jms.GeneralTopic is invalid

2013-07-20 Thread gliesian
And here is my route: from(wmq:topic:jms.SpecialTopic).to(file:target/messages/others); -- View this message in context: http://camel.465427.n5.nabble.com/createTopic-jms-GeneralTopic-is-invalid-tp5735929p5735932.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: createTopic jms.GeneralTopic is invalid

2013-07-20 Thread gliesian
This is what I have setup already: CamelContext context = new DefaultCamelContext(); Context jndiContext = null; HashtableString, String env; env = new java.util.HashtableString, String(); env.put(javax.naming.Context.INITIAL_CONTEXT_FACTORY,

Re: JMSExceptions:045101

2013-07-21 Thread gliesian
I don't have the option to change it... any other ideas? -- View this message in context: http://camel.465427.n5.nabble.com/JMSExceptions-045101-tp5735934p5735939.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: JMSExceptions:045101 - createTopic jms.SpecialTopic

2013-07-25 Thread gliesian
I really need an answer to this...it's gating my work. Can anyone help? Thanks, Robert -- View this message in context: http://camel.465427.n5.nabble.com/JMSExceptions-045101-createTopic-jms-SpecialTopic-tp5735934p5736236.html Sent from the Camel - Users mailing list archive at Nabble.com.

Reporting with Camel

2013-08-04 Thread gliesian
Have reporting features from any report engine (e.g., Jasper or BIRT) been integrated with camel yet? -- View this message in context: http://camel.465427.n5.nabble.com/Reporting-with-Camel-tp5736766.html Sent from the Camel - Users mailing list archive at Nabble.com.

IOC on IOC

2013-08-22 Thread gliesian
Say I have a Spring DSL camel route... Rather than doing mvn camel:run, how can I invoke this route through a main method... why preserving the Spring DSL? Thanks, Robert -- View this message in context: http://camel.465427.n5.nabble.com/IOC-on-IOC-tp5737796.html Sent from the Camel - Users

Camel with MongoDB - Spring DSL

2013-09-01 Thread gliesian
Can someone please provide a basic working example with Camel and MongoDB using the Spring DSL? Thanks, Robert -- View this message in context: http://camel.465427.n5.nabble.com/Camel-with-MongoDB-Spring-DSL-tp5738402.html Sent from the Camel - Users mailing list archive at Nabble.com.

WS-Security testing with Camel

2013-09-09 Thread gliesian
Hi, I'd like to do some WS-Security (e.g., wsse) testing with Camel... Is camel a good tool to use for this sort of testing... If so, where do I start my path, and what resources are available to support this space? Thanks, Robert -- View this message in context:

Was SJMS released with 2.11?

2013-09-11 Thread gliesian
Was SJMS released with 2.11? If so... this documentation should be updated: http://camel.apache.org/sjms.html -- View this message in context: http://camel.465427.n5.nabble.com/Was-SJMS-released-with-2-11-tp5739077.html Sent from the Camel - Users mailing list archive at Nabble.com.

couchdb:http://hostname[:port]/database?[options...]://name[?options]

2013-09-11 Thread gliesian
Is this uri format a mistake (on this web page: http://camel.apache.org/couchdb.html): couchdb:http://hostname[:port]/database?[options...]://name[?options] shouldn't it be: couchdb:http://hostname[:port]/database[?options] -- View this message in context:

Spring Redis

2013-09-11 Thread gliesian
From http://camel.apache.org/components.html: Spring Redis / camel-spring-redis spring-redis:restletUrl[?options] Was restletUrl the intention here? -- View this message in context: http://camel.465427.n5.nabble.com/Spring-Redis-tp5739078.html Sent from the Camel - Users mailing list archive

Activiti

2013-09-11 Thread gliesian
The Activiti link on the this page: http://camel.apache.org/components.html does not link to an camel help page as the other links do... this should be adjusted. -- Robert -- View this message in context: http://camel.465427.n5.nabble.com/Activiti-tp5739081.html Sent from the Camel - Users

Re: couchdb:http://hostname[:port]/database?[options...]://name[?options]

2013-09-11 Thread gliesian
I made the corrections. -- View this message in context: http://camel.465427.n5.nabble.com/couchdb-http-hostname-port-database-options-name-options-tp5739069p5739133.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Spring Redis

2013-09-11 Thread gliesian
I made the correction. -- View this message in context: http://camel.465427.n5.nabble.com/Spring-Redis-tp5739078p5739135.html Sent from the Camel - Users mailing list archive at Nabble.com.

xquery element vs. xquery endpoint - and VTD-XML and XPath

2013-09-11 Thread gliesian
Can VTD-XML and XPath features be used as element components similar to what was done by XQuery? From what I understand VTD-XML and XPath are only URI endpoint components. Reference: XQuery Element Component: http://camel.apache.org/xquery.html XQuery URI Endpoint Component:

XMPP URI FORMAT MISSING HASH (#) USAGE?

2013-09-11 Thread gliesian
Consider the URI Scheme definition for fragment from https://en.wikipedia.org/wiki/URI_scheme: The fragment is an optional part separated from the front parts by a hash (#). It holds additional identifying information that provides direction to a secondary resource, e.g., a section heading (in

Saving JMS data

2013-09-12 Thread gliesian
What is the best URI/endpoint to use for saving fast, voluminous JMS data? log, file, activemq:journal, other? And, how do you view the date in the journal? Thanks, Robert -- View this message in context: http://camel.465427.n5.nabble.com/Saving-JMS-data-tp5739186.html Sent from the Camel

activemq.journal - stream.out

2013-09-12 Thread gliesian
Does Camel have a type converter for this: camel:from uri=activemq.journal:/tmp/data/ camel:to uri=stream:out/ -- View this message in context: http://camel.465427.n5.nabble.com/activemq-journal-stream-out-tp5739184.html Sent from the Camel - Users mailing list archive at Nabble.com.

Dataformat - jaxb help, please.

2013-09-12 Thread gliesian
How would I replace this: // Works JAXBContext context = JAXBContext.newInstance(aaa.bbb.ccc); ByteArrayInputStream input = new ByteArrayInputStream(msg.getBytes()); Unmarshaller unmarshaller = context.createUnmarshaller(); JAXBElement elm = unmarshaller.unmarshal(new

Re: Dataformat - jaxb help, please.

2013-09-12 Thread gliesian
Btw, I'm getting this: Caused by: java.lang.IllegalArgumentException: Cannot find data format with name: jaxb And I am using: dependency groupIdorg.apache.camel/groupId artifactIdcamel-core/artifactId version2.12.0/version /dependency -- View

Component List (Grouped)

2013-09-15 Thread gliesian
I took a shot at grouping the component's list: https://cwiki.apache.org/confluence/display/CAMEL/Component+List+Grouped If anyone can refine the groupings, please advise (or update the page). Thanks, Robert -- View this message in context:

Re: Components with query [?options].

2013-09-23 Thread gliesian
Hmmm... perhaps it would be best to state in the documentation (for each component) that there are no options at this time for the the URI/Components that have the options convention listed in the URI format... but do not actually have any options. Sorry... that was wordy, but I think you should

Re: Component List (Grouped)

2013-09-28 Thread gliesian
Dear Camel Riders... Please let me know if any components are *missing* from the grouped list I have put together. Thanks, Robert -- View this message in context: http://camel.465427.n5.nabble.com/Component-List-Grouped-tp5739388p5740317.html Sent from the Camel - Users mailing list archive

Re: Component List (Grouped)

2013-09-28 Thread gliesian
Okay, I have refined the grouping further... If anyone has time to look at this page and refine further or offer suggestions on better conceptual groupings, please advice. Here it is: https://cwiki.apache.org/confluence/display/CAMEL/Component+List+Grouped. Thanks, Robert -- View this

Re: Component List (Grouped)

2013-09-29 Thread gliesian
Just FYI... I'm having a poster made from this grouped list that I've organized: http://99designs.com/illustrations/contests/create-next-illustration-graphics-gliesian-llc-251085 The designs will be ready Monday night... if anyone wants to be part of a poll in review of them, please send me

The Camel Components Poster poll

2013-10-01 Thread gliesian
I'm selecting a winner later tonight for my camel components poster contest... If anyone wants to take a poll I put together for the finalists, please do so here: POLL http://99designs.com/illustrations/vote-it1x2c Sincerely, Robert Liguori -- View this message in context:

The Camel Components Poster now available.

2013-10-02 Thread gliesian
For anyone who is interested: http://fineartamerica.com/featured/the-camel-components-poster-robert-liguori.html -- Robert. -- View this message in context: http://camel.465427.n5.nabble.com/The-Camel-Components-Poster-now-available-tp5740730.html Sent from the Camel - Users mailing list

The Camel Components Poster - PDF - FREE

2013-10-02 Thread gliesian
The Camel Components Poster - PDF - FREE http://gliesian.com/camel/TheCamelComponentPosterWithWatermark.pdf The Camel Components Poster - PRINTED - NOT SO FREE http://fineartamerica.com/featured/the-camel-components-poster-robert-liguori.html -- Robert -- View this message in context:

Re: The Camel Components Poster - PDF - FREE

2013-10-02 Thread gliesian
Oh, you are welcome. :) So... I ran a contest on 99Designs... this vehicle cost me ~ $339 (for the contest and extra advertising, trying to get designers). After the contest completed, I made the PDF available for free, as my goals are not to profit off of the electronic version, but to try and

Re: The Camel Components Poster - PDF - FREE

2013-10-04 Thread gliesian
Posters now start at $13.00: http://fineartamerica.com/featured/the-camel-components-poster-robert-liguori.html -- Robert -- View this message in context: http://camel.465427.n5.nabble.com/The-Camel-Components-Poster-PDF-FREE-tp5740752p5740836.html Sent from the Camel - Users mailing list

Re: The Camel Components Poster - PDF - FREE

2013-10-04 Thread gliesian
Hi James, I looked at the cover of the Camel in Action book and Apache is not mentioned anywhere: http://www.amazon.com/Camel-Action-Claus-Ibsen/dp/1935182366/ref=sr_1_1?ie=UTF8qid=1380838736sr=8-1keywords=camel+in+action So, I figured that the approach I took with the title of the poster was

Re: The Camel Components Poster - PDF - FREE

2013-10-04 Thread gliesian
? -- Can anyone offer a better Format URI for any components? -- Any trademark issues -- etc. Either post here are email me at Robert at gliesian dot com. Note: Another option... this was done in Adobe InDesign... I could just give the associated files to the Camel project to be checked in to version

Re: The Camel Components Poster - PDF - FREE

2013-10-04 Thread gliesian
Thanks for the information and guidance. I will make the necessary updates to the poster tonight. If anyone else has information or direction to offer, please advise me. Thanks, Robert -- View this message in context:

Re: The Camel Components Poster - PDF - FREE

2013-10-05 Thread gliesian
Thank you for pointing out Velocity being missing. This will have to be added to the next update of the poster. In regards to external components, I included all external components that I was aware of with indirect references in two places (that they are not part of the base Camel

Revoked contribution rights.

2013-10-05 Thread gliesian
My edit rights to the Apache Camel web pages has been revoked. Any ideas why? -- View this message in context: http://camel.465427.n5.nabble.com/Revoked-contribution-rights-tp5740922.html Sent from the Camel - Users mailing list archive at Nabble.com.

Apache Camel Component Poster (FREE PDF)

2013-10-05 Thread gliesian
Apache Camel Component Poster (FREE PDF) - 2.12.1 http://gliesian.com/camel/ApacheCamelComponents.jpg Apache Camel Component Poster (PRINT) http://fineartamerica.com/featured/apache-camel-components-poster-gliesian.html -- Robert -- View this message in context:

Re: Revoked contribution rights.

2013-10-05 Thread gliesian
It's for the account with rob...@gliesian.com as the username... still not giving me access. -- View this message in context: http://camel.465427.n5.nabble.com/Revoked-contribution-rights-tp5740922p5740930.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Revoked contribution rights.

2013-10-05 Thread gliesian
I logged out and back in and am still not permitted to make changes. -- Robert -- View this message in context: http://camel.465427.n5.nabble.com/Revoked-contribution-rights-tp5740922p5740927.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Component List (Grouped)

2013-10-05 Thread gliesian
I just read your reply now, thanks. Yes... being able to see available (and needed) components was a goal of mine in creating the poster. One component that I am thinking of is a JIRA component, if that is feasible/practical. I'm also thinking about updating the poster once or twice a year, or