Problems with com.github.github:site-maven-plugin:0.9:site
I configured things according to https://github.com/github/maven-plugins But when I try to run 'mvn site' I get the following errors. Does the gh-pages branch need to be created manually first, or...
View ArticleHow to close DelegatingInputStream without it doing a consume
Hello - I have a scenario where I want to close an InputStream that is an instance of a DelegatingInputStream. The network connection has been dropped, so the InputStream cannot be read from. However,...
View ArticleApache Camel Components on YouTube
Enjoy... Apache Camel Components on YouTube https://www.youtube.com/watch?v=WhJvYONjQmI -- Robert
View Articlemaven-dependency-tree reactor resolution
Hi, I have a plugin that uses the maven-dependency-tree component to resolve project dependencies in a LifeCycleParticipant. (We need early access to deps because we need to modify the compile...
View ArticleCongratulations to Cheolsoo Park the new Apache Pig project chair
Congrats Cheolsoo, This is well deserved. Julien
View ArticleSignature Properties That Are Encrypted
Hello, The version of Apache CXF to which this post applies is 2.7.7. I have a WSDL-first web service with a WS-Policy expression that includes an X.509 token assertion as an option to authenticate...
View ArticleControlled shutdown and leader election issues
While upgrading from 0.8.0 to 0.8.1 in place, I observed some surprising behavior using kafka.admin.ShutdownBroker. At the start, there were no underreplicated partitions. After running...
View ArticleZookeeper reconnect failed due to 'state changed (Expired)'
Hm, just saw something a little fishy. (In the following logs, analytics1021 (id 21) and analytics1022 (id 22) are Brokers and analytics1023,analytics1024,analytics1025 are Zookeepers.) At 2014-03-20...
View Articlesql component and delay
Hello, I am trying to pull data from a database and mark rows as processed : This is working I am trying to use a specific delay in between each poll: ?consumer.onConsume={{sql.oracle.markPart}}...
View ArticleMQTT Apollo Unable to publish when to remote client when client reconnects
I have a server application which is using embedded Jetty 9 and the Apollo MQTT broker. I use the Paho MQTT client to talk to the broker from the server. A remote client also uses the Paho MQTT client...
View ArticleJMS Request/Reply but without setting JMSReplyTo header on outgoing message?
I've got a slightly awkward situation here. I've set up ServiceMix 4.5.3 with Camel 2.10.7, which is acting as a transformer and routing tool, and has the following flow: Receive message from CXF SOAP...
View ArticleThe https URL hostname does not match the Common Name (CN) on the server...
Hi guys! I’m trying to consume a service using https with a selfsigned certificate. I added to my client this code to bypass the hostName verification with the CN:...
View Articlemarket basket analysis of low sales volume products
Hi everybody, I'd like to do some market basket analysis to suggest cross-sells, but many of the products are very low sales volume items, so in the past the results weren't that useful. Do you think...
View ArticleMahout Error ==> Chapter 2- First problem - Recoomender- Java.lang.Error
Exception in thread "main" java.lang.Error: Unresolved compilation problems: DataModel cannot be resolved to a type FileDataModel cannot be resolved to a type UserSimilarity cannot be resolved to a...
View ArticleMessage forwarding on two brokers not working for MQTT
Hi , I have setup two brokers A(sender) and B(receiver). both the brokers have been configured with transport connector for mqtt protocol. only broker A has been setup for network...
View ArticleModifying PATH in CXF Message
Hi all, How to modify /path/ information in org.apache.cxf.message.Message. I got the /path/ info from the incoming message as shown below. Now I need to set a part of the /path/ param with a new value...
View ArticleEC2 and JDBC master-slave failover
Dear Distinguished Colleagues: I need some sort of a redundancy mechanism, and need to brain storm. I am using AMQ 5.8, here is my problem. I wanted to set up RDS with multi-zone replication and use...
View ArticleApache camel : Multithreading in route
String processFiles= "file://somedirectory?readLock=renameꚷ貢=inprogress/骋=../processed/骋?ꢥ=../error/" String postProcessor = "file://somedirectory/inprogress"; from(processFiles) .threads(10)...
View ArticleHow do I figure out where CXF is being configured?
I'm working on a ear with 3 wars and this dependency: <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-bundle</artifactId>...
View Articlelinkage error : RuntimeDelegate.class
Hi I have been seeing linkage errors when deploying CXF Jaxrs webapp on WebLogic 12c. I read the migration to 3.x guideline but don't find any clues on it. The following is the error: -101216>...
View Article