Congrat on going open source with this component.
I took the liberty to add a link to it from the Apache Camel site at
https://cwiki.apache.org/confluence/display/CAMEL/User+Stories
It takes some hours for the link to show on the static html pages
http://camel.apache.org/user-stories.html
On Tu
On Tue, Aug 2, 2011 at 2:03 PM, Kovacs Zsolt wrote:
> I'm still fighting with this java.lang.NullPointerException: MEP not found
> problem. The only difference I have with other
> WSDL documents is the soap binding type is RPC.
>
If I recall then Apache CXF does not support the RPC style? But I
On Mon, Aug 1, 2011 at 6:02 PM, Jon Anstey wrote:
> Most likely this was just the most common configuration used. Setting the
> auth required to false is possible though. To do this you'll need to set the
> sslHandler property on the producer URI. For example:
>
> ...to("netty:tcp://localhost:1234
Hi
Care for more details?
Last time I worked with WebSphere 5.1/6.0 the embedded web service
stack was Apache Axis 1.x.
Whats the stack today?
But no, there is no specific camel component for a commercial JEE
vendor. This is not so easy to do due licensing etc.
Usually if you can get the WebSph
On Wed, Aug 3, 2011 at 6:35 AM, J.S. Mammen wrote:
> Can I consume files from network share like
> \\server\share?
> I tried File component but it did not work...
>
The Camel file component uses the java.io.File for the paths. So
whatever works with that you can do.
On windows, you could maybe
On Tue, Aug 2, 2011 at 8:44 PM, rogelio_sevilla1
wrote:
> Thanks for the answer mr. Claus, "myVar1" is an instance member variable
> contained on the class that loads the xml route file.
>
> MyRouteClass extends RouteBuilder{
>
> *private String myVar1;
> //getter and setter for myVar1*
>
>
> pu
Hi
On Tue, Aug 2, 2011 at 6:24 PM, Robert J. Liguori wrote:
> What are my options for working with XML object instances after I use a
> route to unmarshal the data with XmlBeans.
>
> Just a couple of pointers as how this is done would be cool... Thanks!
>
Its really up to you, what you want to d
Can I consume files from network share like \\server\share?
I tried File component but it did not work...
Problem solved. :)
Many thanks. This problem was delaying my work in a stupid way...
Many many thanks
--
View this message in context:
http://camel.465427.n5.nabble.com/Can-t-use-jersey-library-classes-within-processor-tp4657633p4661109.html
Sent from the Camel - Users mailing list archive at N
Hello Martin!
I didn't had the time to look into it today. I hope I will find some minutes
tomorrow or the day after tomorrow. Keep you posted...
Best,
Christian
Hi,
I shared my code (I hope it can be linked in the components page) inside
google code:
http://code.google.com/p/oracle-coherence-camel-component/
Suggestions and feedbacks are welcome.
--
View this message in context:
http://camel.465427.n5.nabble.com/Oracle-Coherence-Camel-Component-v1-0-
Thanks for the answer mr. Claus, "myVar1" is an instance member variable
contained on the class that loads the xml route file.
MyRouteClass extends RouteBuilder{
*private String myVar1;
//getter and setter for myVar1*
public void configure() throws Exception {
FileInputStr
Hi
Sounds like you want to implement CamelContextAware [1]
[1]
http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/CamelContextAware.html
On 02 Aug 2011, at 6:00 PM, shekher awasthi wrote:
> Hi All,
>
> i am trying to use camel in my spring based web-application here i
sorr but I don't understand where I would put that code.
--
View this message in context:
http://camel.465427.n5.nabble.com/Route-does-not-shut-down-if-there-is-no-message-on-poll-tp476108p4659580.html
Sent from the Camel - Users mailing list archive at Nabble.com.
What are my options for working with XML object instances after I use
a route to unmarshal the data with XmlBeans.
Just a couple of pointers as how this is done would be cool... Thanks!
-- Robert
Hi All,
i am trying to use camel in my spring based web-application here is the
entries from my web.xml
dispatcher
org.springframework.web.servlet.DispatcherServlet
2
org.springframework.web.context.ContextLoaderListener
OK, I did it:
https://issues.apache.org/jira/browse/CAMEL-4294
Regards,
Original-Nachricht
> Datum: Fri, 29 Jul 2011 22:23:17 +0800
> Von: Willem Jiang
> An: users@camel.apache.org
> Betreff: Re: Camel CXF Endpoint creating incomplete WSDL?
> Can you create a JIRA and submit
Hi
You can browse the source here
https://svn.apache.org/repos/asf/camel/trunk/
Or download it from Apache
http://camel.apache.org/download
Or from Maven repo
http://repo2.maven.org/maven2/org/apache/camel/apache-camel/2.8.0/
On Tue, Aug 2, 2011 at 3:11 PM, Alistair Young wrote:
> I'd like to
I've tried with:
java.lang.Exception
...snip...
but I get the same message flow + NPE at the end.
Mirko
On Tue, Aug 2, 2011 at 2:45 PM, Claus Ibsen wr
Hi
I am new with clusters. I am trying to come out of identifying the
clustering with fuse.
My idea is, If i can write into two xml files as in the above message. Then
i can do this two files in two different machines where independent fuse
running.
Cheers
Guru
--
View this message in contex
I'd like to look at the 2.8.0 source to see if there's an example of sending
email from a spring defined route but all the source links are 404
Alistair
--
mov eax,1
mov ebx,0
int 80h
Hi
Could you try swapping the order of and .
On Tue, Aug 2, 2011 at 12:19 PM, Mirko Caserta wrote:
> Hi there,
> I'm having an issue I don't understand.
>
> I have a transactional route defined like this:
>
>
>
>
>
> java.lang.Exceptio
On Tue, Aug 2, 2011 at 2:01 PM, Gnanaguru S
wrote:
> Hi
>
> is there anyway like the following
>
>
>
>
>
>
>
>
>
>
> I know , i cannot do in this way. but help me to do this out.
>
What do you want to do. The example above, will consume from JMS, and
write the message to a file named out
I'm still fighting with this java.lang.NullPointerException: MEP not found
problem. The only difference I have with other
WSDL documents is the soap binding type is RPC.
The WSDL file is valid, I changed every part, every namespace, and still I'm
getting the same error. I even checked the
JbiInI
Hi
is there anyway like the following
I know , i cannot do in this way. but help me to do this out.
Cheers
Guru
--
View this message in context:
http://camel.465427.n5.nabble.com/Remote-Write-and-Read-tp4654906p4658426.html
Sent from the Camel - Users mailing list arch
Make sure you are using m2eclipse as well. Like Willem said, adding a
dependency to your pom.xml file will get the lib added to the project
classpath. A good m2eclipse reference is here
http://www.sonatype.com/books/m2eclipse-book/reference/
Cheers,
Jon
On Tue, Aug 2, 2011 at 4:32 AM, Willem Jian
Hi there,
I'm having an issue I don't understand.
I have a transactional route defined like this:
java.lang.Exception
...snip...
You can see I
I have a working use case that moves a file from input folder to output
folder through XSLT moving through activemq input and output queue. I want
the transformed file to go to the cache and then to output queue.
How can I do this? kindly help!
--
View this message in context:
http://camel.46542
Thanks Christian for this answer.
I use Camel 2.5.0 and I tought I’m using the jetty default configuration.
My endpoint definition looks like this:
endpoint.http=jetty\:http\://0.0.0.0:\20001/
I can’t find any option to add tot he endpoint string to configure the encoding
of incoming requests. D
You are using maven, please update the jersey dependency in the pom.
It has nothing to do with your eclipse project build path.
On Tue Aug 2 14:14:25 2011, dead_devil_66 wrote:
Greetings.
I had a similar issue with activemq and httpservlet, that, until now, stayed
unsolved, in the activemq for
Hi David,
thanks for the provided information. I'll dig into coding and will let
You/Claus know how it's going.
Regards, Babak
--
View this message in context:
http://camel.465427.n5.nabble.com/need-some-advice-on-cxf-or-spring-ws-tp4643001p4657725.html
Sent from the Camel - Users mailing list
31 matches
Mail list logo