Replace doesn't error on patterns that match zero length strings
The SPARQL function replace is based on XPath's fn:replace, With fn:replace An error is raised [err:FORX0003] if the pattern matches a zero-length string, that is, if the expression fn:matches("",...
View ArticleAsynchronous Client HTTP Transport
Hi, I am trying to perhaps set up an asynchronous client. I was wondering, when running the asynchronous implementation, is the client still running synchronous requests in separate background threads?...
View ArticleProducer Graceful Shutdown issue in Container (Kafka version 0.8.x.x)
Hi Kafka Team, We are running multiple webapps in tomcat container, and we have producer which are managed by the ServletContextListener (Lifecycle). Upon contextInitialized we create and on...
View Articleperformance test on github failing
Quick ? - I built kafka-0.8.1.1-src ( and then 0.8.1 for good measure) - when I run the first test "single thread, no replication" I see the following: USAGE: java...
View ArticleJVM SIGSEGV while retrieving and storing properties from DBpedia
Good evening, I'm trying to run a simple program whose aim is to save in a TDB index some properties that I've downloaded from the DBpedia endpoint. After some hours of operations I receive a SIGSEGV...
View ArticleRunning Zookeeper in clustered setup/
Hi, I am a newbie in Zookeeper are so please apologize for any not so relevant question asked. I am running clustered Apache ManifoldCF on two nodes which are pointing to same database. But i need...
View ArticleMockEndPoint expected methods clashing
Hi I’m calling setExpectedMessageCount and expectedBodiesReceived like this and seeing odd behaviour endpoint.setExpectedMessageCount(2); endpoint.setExpectedBodies(“hello”); I would expect that it...
View ArticleSpring DSL Type Converters
Hello: I want to specify my type converters as Spring beans and refer to them inside the application context file, something similar to what we can do for Components rather than allowing Camel to...
View ArticleProblem with the TextIput_border
Hi, I created an custom fxg for the TextIput_border of a spark mobile TextInput. The problem is that with my border I cannot see the text or the cursor (also if it is not white...). Best Regards,...
View ArticleHow to handle click on removed links - WicketRuntimeException (Component...
Hi all, I think such question occurs from time to time on this list, but I have never found a good answer how to solve such problem in general. The problem is similar to my last question:...
View ArticleCamel JPA endpoint consumer problem
Hi, I am new camel and tried using JPA end point in my code. Belos is the Java DSL route from("timer:refresh?period=2m")...
View ArticleClasspath problem, any good ideas ?
Cannot convert value of type [com.ibm.mq.jms.MQConnectionFactory] to required type [javax.jms.ConnectionFactory] for property 'connectionFactory': no matching editors or conversion strategy found...
View ArticleJPA endpint consumer not working
Hi, I am new camel and tried using JPA end point in my code. Belos is the Java DSL route from("timer:refresh?period=2m")...
View ArticleInvoke AIR from browser
Hi, We have implemented an ApacheFlex/AIR application which we launch via button click in an Flash/Flex app. This app only consists of this start button. Is there any other possibility to invoke/start...
View ArticleSplit strings with SPARQL
Hi group, I'm moving a lot of legacy data to RDF these days and in several, mostly unrelated datasets I came across fields which had multiple values in it which should be split up into multiple...
View ArticleOverriding Plugin Configuration of POM on Command Line
Hi all, is it generally possible to override the plugin configuration of the pom.xml on the command line? Specifically, I have configured the exec-maven-plugin to execute some class: <plugin>...
View ArticleWS-Addressing: SOAPAction, WSA-Action checking
I was playing around with WS-Addressing a little bit to figure out when this WSA-Action SOAP-Header field is actually used. I noticed that: - when SOAPAction is set in the HTTP-Header, WSA-Action must...
View ArticleHow to configure ITNCM Listener in Camel?
Hi, I am trying to configure the ITNCMListener for ITNCM Server. ITNCMListener listen to every event generated by server and Process it. I am facing difficulties in configuring the listener. Any...
View ArticleAn idea of new camel-cache endpoint
Right now we have at least two components responsible for cache. One is cache (based on ehcache) and sencond is hazelcast (based on hazelcast). The one based on ehcache in my opinion is starting to be...
View Articleentire cluster dies with EOFException
Hi all, We have a 5 node zookeeper cluster that has been operating normally for several months. Starting a few days ago, the entire cluster crashes a few times per day, all nodes at the exact same...
View Article