Re: Rabbitmq URI

2016-12-05 Thread souciance
I would imagine that random queue is the reply-to queue generated because you are trying to send to an exchange and expect a response. I see you have set the pattern to InOnly but normally I set the exchange pattern at route level. By the way have you checked that the routingkey you are using to

swagger-java with multiple wars returns no content

2016-12-05 Thread Marvin
Hi, I'm working with multiple wars which are running in a tomcat. In each application I defined some rest interfaces and use a servlet (each servlet has it's own unique name). I also configured swagger in each application. Now I have the problem that swagger works with one application only. If I

XSLT transformation Base64binary and camel xslt

2016-12-05 Thread ravi21588
Hi All, We have an integration to generate the document from document generation system. The Document generation system returns document as bytes of array. While creating response i need to create an xml along with attachment type as an element with type base64binary. Can you please tell me how

Sql-stored: return clob

2016-12-05 Thread Cecilio Alvarez
Hello, is it possible to return a java.sql.clob with the sql-stored component? I tested it adding a new parameter with a specific clob treatment: in components\camel-sql\src\main\java\org\apache\camel\component\sql\stored\TemplateStoredProcedure.java declareParameter(new

Re: Maven idea:idea fails

2016-12-05 Thread fox
@Claus I'm aware that I should not be using maven idea plugin, but instead load the POM in intellij. That is what I am doing. The reason I raised this issue was that the http://camel.apache.org/building.html page suggests using the maven idea plugin, which is obsolete now. And my suggestion was

Re: Maven idea:idea fails

2016-12-05 Thread Claus Ibsen
Hi Do not use this old maven idea:idea plugin, but just open the pom.xml file in IDEA and it has maven support out of the box and loads the project nicely. This is how I open any Maven project in IDEA. Also mind that loading all the Camel source code into IDEA is not a good idea, there is a lot

Maven idea:idea fails

2016-12-05 Thread aefox
Hello, I did a clean clone of camel locally and tried running "mvn idea:idea" as suggested here: http://camel.apache.org/building.html. The problem is that the action fails with the following error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-idea-plugin:2.2.1:idea