SSH return not working with isEqualTo
Hi I'm new to Camel. I'm using the SSH component to invoke a shell script on a remote machine. The returned value is 0 for success and 1 for failure. I want to branch conditionally in my route...
View ArticleCamel JPA - No Persistence provider for EntityManager named camel
Hi, I am trying to get the following code to work so I can consume from a JPA entity. String DATASOURCE_CONTEXT = "java:jboss/datasources/WikiDS"; Connection result = null; DataSource datasource =...
View ArticleTracer per route without explicitly turning off tracing
Hi, I am using Camel 2.12.1 . I would like to enable tracing for one route only. The example from...
View ArticleDocument project groupId, artifactId and version in javadocs?
Hey, long time. Is there some decently easy way of doing just that? Bonus points for magically applying to every maven build in the universe, now and for ever! Cheers, Manos
View Articlecamel-cxf , return complex type object problem
Dear all, I encounter a camel-cxf 's cxf:bean problem it seems , it works with return type as Pojo but failed with List<Pojo> I got exception at karaf like Below. Could anyone give some hints?...
View Articlecustom UDF generates SpillableMemoryManager and task is killed
Hi, I'm new to Pig and i wrote a pig UDF to generate a bag of tuples, it seems to be correct, I've tested and it works perfectly. What I've missed ? Thanks Davide B. When I apply it to my data (220...
View ArticleSpark Datagrid Drag and Drop
Good afternoon guys I've search Apache Flex Jira to find if this problem has been already solved, and I couldn't find an definitive answer. I know that it exists a way to drag and drop items between...
View ArticleKakfa producer config using ZooKeeper
Hi, I'm new in Kafka, I want to use Producer api, and in config I want to connect to zookeeper, but as I see in the documentation and API , it was available before, and right now, we should configure a...
View Articlefinagle-kafka
Hi, all. I'm developing Kafka client in Netty and Twitter's Finagle from scratch. It enables us to handle Kafka more functional and composable way based on "Future" monad. We can also utilize many...
View Articlefinagle-kafka
Hi, all. I'm developing Kafka client in Netty and Twitter's Finagle from scratch. It enables us to handle Kafka more functional and composable way based on "Future" monad. We can also utilize many...
View Articlecannot exchange mesasge body during a retryWhile()
Hi all, I've got a scenario where given an exception on a route, I want to retry the sub-route but with a modified body (String.class type). from("direct:foo") .onException(SomeException.class)...
View Article404 not found: Parsing Error
Hi, I am getting not found error (the snapshot is given below) [X] when I execute the following query " ./s-query --service http://localhost:3030/dataset 'SELECT ?product ?label WHERE {?product...
View Articlecannot modify exchange message body during a retryWhile()
Hi all, I've got a scenario where given an exception on a route, I want to retry the sub-route but with a modified body (String.class type). from("direct:foo") .onException(SomeException.class)...
View ArticleADG with item renderers
Hi All, I am having trouble to set item renders (checkBox and comp InputText) in my Advanced Datagrid. Code Example: <mx:AdvancedDataGrid id="contract_dg" width="100%" height="100%" editable="true"...
View Articlehigh-level consumer design
Hey All, I've been cobbling together a high-level consumer for golang building on top of Shopify's Sarama package and wanted to run the basic design by the list and get some feedback or pointers on...
View ArticleCan I pass a model in a parameter list?
Hi I am a newbie to Jena. I want to be able to add rdf statements to my model in two different .java classes; ie Parser.java and Annotator.java I did the following: public class Parser { public static...
View ArticleInactivityMonitor=false not working ?
Dear all, In a network-of-brokers with 2 MQ instances (both ActiveMQ 5.9), I've configured 'ssl://0.0.0.0:61616?transport.useInactivityMonitor=false&...' on both machines. The connection is set up...
View ArticlePerformFind With In Clause ??
If I wanted to use perform find to query for a list of criteria as an 'or' or 'in', how do we do this in "inputFields"? Also, I don't really know what noConditionFind means..seems to only come into...
View ArticleJMS failed because destination does not exist, but keeps trying to refresh?
Using SMX 4.5.3 and Camel 2.10.7 (the version included with SMX). I've got my application set up to use the IBM MQ JMS APIs to transfer messages to a WebSphere MQ server. That works fine (which...
View ArticleSpark GridView and accessing the rendererLayer (4.10+)
Hi Everybody, We've run into an issue accessing the rendererLayer in a Spark grid in 4.10. It appears that this might be from the changes in the grid skin where the gridLayers are now wrapped with a...
View Article