0.26 release update - proposed final RC4
Hi, everyone. RC4 from revision 1563358 is now available. http://people.apache.org/~jross/qpid-0.26-rc4/ http://people.apache.org/~jross/qpid-0.26-rc4-testing.txt Changes since RC3: - r1559830 | gsim |...
View ArticleRelease Qpid 0.26
Hello, all. RC4 [1][2] contains the proposed final bits for Qpid 0.26. If you favor releasing the RC4 bits as our official release, vote +1. If you have reason to believe RC4 is not ready for release,...
View Articleowl:withRestrictions
Does Jena 2.11.1's OWL reasoner support owl:withRestrictions like this? :cantvote rdf:type owl:DatatypeProperty ; rdfs:range [ rdf:type rdfs:Datatype; owl:onDatatype xsd:integer; owl:withRestrictions (...
View ArticleKerberos Delegation Issue
Using the sample delegation code from the CXF Site: http://cxf.apache.org/docs/jaxrs-kerberos.html#JAXRSKerberos-CredentialDelegation I have protected my JAX-RS endpoint with the filter below: <!--...
View ArticleAnnotation based vectorizer
Hi all, I put together a utility which vectorizes plain old Java objects annotated with @Feature and @Target via Mahout's vector encoders. See my Github branch:...
View ArticleIdeas for data processing
Hi everyone, We have data set in the following format: user1 item1 valueuser2 item1 valueuser3 item1 value……………….user1 item2 valueuser20 item2 valueuser35 item2 value………………user2 item3 valueuser25 item3...
View ArticleJDBC request and DB links
I have a JMeter test script (2.10) that uses a JDBC Connection Configuration element along with a JDBC Request element. It's been working fine. The JDBC Connection Configuration element is connecting...
View ArticleMaven antrun: pass maven properties to ant
I have a doubt about these 2 plugins, specifically with <outputDirectory/>(maven-war-plugin) and <copy file="origin" todir="destination"/> (maven-antrun-plugin) I want to generate the war...
View ArticleCamel SEDA Queues performance query
Hi I have a route which returns messages from a DB call. It processes the messages and then places them on 2 different SEDA Queues. I have 2 additional routes which consumes the messages of the said...
View ArticleJMS Component Query
Hi I have a route which is placing messages on to a JMS Queue. The JMS Message Type is ObjectMessage. Rather than having the IN Message Type implement Serializable is there any way in the DSL that I...
View Articlecxf dynamic client changes classloader
I am using cxf dynamic client , jsf2 is having issues after create the client using JaxWsDynamicClientFactory in the method the classloader is updated and this causes issues here is the code from cxf...
View ArticleCan Camel run Esper with parallelProcessing?
I have recently started using Camel with Esper. I know from the documentation that some Camel patterns, like Multicast, for example, can be run using the `parallelProcessing` method, which creates a...
View ArticleI want to use replicated-leveldb-store for MQTT
I trying to configure activemq(ActiveMQ 5.9.0) server for HA(High Availability). I found that replicated leveldb store( http://activemq.apache.org/replicated-leveldb-store.html...
View ArticlePosting a file to a web service
Hello - I am very much a beginner to Camel and have limited development experience in general. I am successfully using Camel for multiple FTP routes and now I need to post a file to a web service. We...
View ArticleQpid website update
Hi, everyone. I've got a pending website update up for review. http://people.apache.org/~jross/transom/head/ There are a number of changes. I have summarized them below. Please take a look and tell me...
View ArticleUpgrade from activeMq 5.7 to 5.9
Hi, I am trying to upgrade my broker from 5.7 to 5.9 and my existing consumers using activemq-all-5.7.0.jar(http://mvnrepository.com/artifact/org.apache.activemq/activemq-all) started failing with...
View Articlefsync latency causing zookeeper server to fall apart
Hi All, I have zookeeper server quorum deployed on virtual machines. I am noticing fsync latency warnings (more than 10 secs) in the log in some cases, this in turn causes that zookeeper server to fall...
View ArticlePopularity of recommender items
Trying to come up with a relative measure of popularity for items in a recommender. Something that could be used to rank items. The user - item preference matrix would be the obvious thought. Just add...
View ArticlereplicatedLevelDB not replicating messages
So I have the replicatedLevelDB configured and working using the example on the activeMQ site. Zookeeper is running, when I take a broker down, it detects and fires up on one of the others in the...
View Article