CertConstraintsFeature
Hi, Is it possible to do custom client authentication using CertConstraintsFeature with CXF application deployed in tomcat? Basically, tomcat is configured with SSL. But instead of tomcat doing client...
View Articlesshexec difference in maven-antrun-plugin vs standalone Ant
Hi all, I'm trying to understand what appears to be a difference in the output captured in the outputproperty attribute of the sshexec task, when the Ant script is called via maven-antrun-plugin vs...
View ArticleUnmanaged dependency question
Hi, This has probably been answered before, but I haven't been able to find the answer and I'm hoping someone knows. I'm writing several apps that talk to a Microsoft SQL database, so I'm using the...
View ArticleCleaning dataset prior to clustering
I'm clustering a pretty typical use case (news articles), but I keep running into a problem that ends up ruining the final cluster quality: noise, or "junk" sentences appended or prepended to the...
View Articlequestion on variable scope and UNION
I recently ran into an edge case and want to clarify my understanding. The issue is related to the difference between 1. select * { :x :p ?v . FILTER(?v = 1) } 2. select * { :x :p ?v . { FILTER(?v = 1)...
View ArticleArticle Java Magazin July 2014 on Apache Integration stack
Communities, Quick announcement to let you know that we have published an article on Apache Camel, Apache ServiceMix powering a best-practice, geographically-federated SOA solution in the July 2014...
View ArticleActiveMQ out-of-order redelivery - resource adapter
Dear List! We experienced the following problem using JBoss 7 and ActiveMQ-RAR: In case a message cannot be processed by an MDB then out-of-order delivery might happen. We are using message grouping,...
View ArticleDynamicClientFactory createClient fails for SimpleRpc Service
Hi, For SimpleRpc Service, which doesnot have any complex input or output. There is no schema declaration in the WSDL. In that case there is no source file gets created, and its errors out as below....
View ArticleForward activemq log to a topic on itself via Log4J JMS appender
We have a tool to hook to a well-known topics to receive logging from all applications. Now we would like to reuse this topic to monitor some special logging (e.g. network bridge down) of ActiveMQ...
View ArticleHow to delete Topic ?
I am using Kafka 0.8.1 and I tried to execute Topic delete command but still Topic list showing that specific Topic. Topic Delete commad which i used: *bin/kafka-topics.sh --zookeeper...
View ArticleHow to delete Topic in kafka 0.8.1 ?
I am using Kafka 0.8.1 and I tried to execute Topic delete command but still Topic list showing that specific Topic. Topic Delete commad which i used: *bin/kafka-topics.sh --zookeeper...
View ArticleCustomSoapFault Problem
Hi all, I encounter a problem, i try to explain it in short words in my web service method, it declared throws a CustomSoapFault then I used wsgen to generate web service wsdl then I used wsimport to...
View Articlequestion on variable scope and UNION
Hi all, I recently ran into an edge case and want to clarify my understanding. The issue is related to the difference between 1. select * { :x :p ?v . FILTER(?v =) } 2. select * { :x :p ?v . {...
View ArticleDebugging from AIR too ?
Hi Guys, Just to inform you that from the current nightly builds and then from the futur Apache Flex SDK 4.13, you'll be able to debug workers from FDB itself, intelliJ and I guess Flash Develop as it...
View ArticleREST push queue instead of HTTP GET/DELETE ?
Hey there I inherited a few (3) REST backend services that are currently called from a front end web app (POST). From within the web app, the calls to these backend services are blocking yet they...
View ArticleWhy the dequeues count always is 0 in MQ console.
Hi I have a problem, which I saw that the dequeues count always is 0 in Active MQ console. Can someone help me to explain that's why? And Can this problem cause memory problem or slowness? Thanks very...
View ArticleUsage Manager memory limit (104857600) reached for a topic
Hi, I got following message: INFO | jvm 1 | 2014/05/13 07:02:39 | INFO | TopicSubscription: consumer=ID:JSANDS-PC3-53028-1399897473907-0:0:1:1, destinations=1, dispatched=32766, delivered=0,...
View ArticleConfiguring SSL with No TrustStore and Using Simple Authentication...
I need help to configure activemq ssl without any truststore instead use username and password for authentication. I am getting the exception as no trusStore is provided: Exception in thread "main"...
View ArticleApache Qpid 0.28 released
The Apache Qpid community is pleased to announce the immediate availability of Apache Qpid 0.28. Apache Qpid (http://qpid.apache.org) is a cross-platform enterprise messaging solution which implements...
View ArticleCXF 2.7.8 + http://cxf.apache.org/schemas/jaxrs.xsd
Hello: I'm using CXF 2.7.8 From 3.0 was released, I've observed that the XML validator of my IDE (Eclipse) returns an error when checks jaxrs namespace with <jaxrs:client> element My XML declares...
View Article