CXF - WSS4INTERCEPTOR - USERNAME
Is there any way to send username/password from client to server just once, using WSS4iNTERCEPTOR? Only during the first login? I think about keeping a token and using it all next times instead of...
View ArticleMaven 3.2.1 Release
Hi! The Apache Maven Team is pleased to announce the release of 3.2.1 The release notes can be found here: http://maven.apache.org/docs/3.2.1/release-notes.html The release can be downloaded from:...
View ArticleInfinite recursion in custom layout
Hi setting the target.setContentSize at the end of the updateDisplayList method in my custom layout to enable correct scrolling results in an infinite recursion call of the updateDisplayList method My...
View ArticleAmending HTTP Header for embedded resources
Hi I am using JMeter for loading a system under test that is monitored by an APM solution. This uses an HTTP header to identify webpages or web service requests. I currently have an HTTP Request...
View ArticleWiki - 'Quick tour of text analysis using the Mahout command line' clarification
In the wiki page: 'Quick tour of text analysis using the Mahout command line'. https://cwiki.apache.org/confluence/display/MAHOUT/Quick+tour+of+text+analysis+using+the+Mahout+command+line At the very...
View ArticleApache Camel 2.11.4 Released
The Apache Camel project [1] is a powerful open source integration framework based on known Enterprise Integration Patterns [2]. The Camel community announces the immediate availability of the new...
View ArticleProton-j threading
Hello, In the java doc for Driver interface I see: "Unless otherwise stated, methods on Driver implementations are not necessarily thread-safe." and during testing I got: Exception in thread "Proton...
View ArticleConsumer group ID for high level consumer
Hi all, I am referring to this e.g: https://cwiki.apache.org/confluence/display/KAFKA/Consumer+Group+Example. What is the consumer group ID being referred here ? Thanks Binita
View ArticleactiveMQ 5.9 not starting on cygwin on Win7
Hello, I'm new to activemq and probably my question is very basic. I downloaded 5.9.0 binary for Unix and followed the getting started guide...
View ArticleShouldn't the maximum declaration amount of the task responsible for issuing...
Arbitrary quantityProduced values may be specified for production run declarations. In a previous post, it was agreed that the quantityProduced should be limited to the quantityProduced of the previous...
View ArticleAsymmetric training and query in recommenders
Recommenders need user preference data. The more the better, right? Well, yes and no… Assuming you have a catalog that may have things added often but older items also remain in stock for some time....
View ArticleEnhancement jar as dependency
Hi, i have actually a project with their own classes already enhancement, now i want to reuse that classes as a maven dependency in other project, do i have to try to re-enhance that classes again? or...
View ArticleMissing SQL statements
Hi all, I'm facing a problem that I assume to be an openJPA bug concerning some missing SQL statements. I'm using open JPA 2.2.2 version First of all, my configuration in my persistence.xml file is the...
View ArticleHelp writing first real Pig script. Finding newest records
I have a large series of atomic facts as JSON in a SequenceFile (Timestamp -> JSON). Each fact looks like: { "asserted_at": "2014-02-13T16:36:33+00:00", "subject":...
View ArticleWhy is my X509Token policy not being satisfied? Is this a bug?
*Hi, I am currently trying to implement WS-SecurityPolicy on a web service that uses WS-Security (Jboss 7.1.1 + jbossws-cxf-4.1.1.Final). I am trying to make CXF enforce tree policies: UsernameToken...
View ArticleWhi if i close a EntityMaanger into a java SE app i not can get a new...
Hi all . It is the first time that i write on mailing list of OPEJPA . I am movice to OpenJPA and i have a question. I have writed a java SE app simple. I have created a class Gestore.java . my DAO is...
View ArticleActiveMQ authorization error with OpenLDAP
Hi All I am new to working with ActiveMQ and I have a requirement to connect ActiveMQ (version 5.9.0) with OpenLDAP for authentication and authorization. I have started doing this and currently stuck...
View ArticleOFBiz and Expense Declaration
Hi All, In January of this year there were some discussions here and in the dev ml regarding aspects pertaining a new application for the registration and approval of (travel) expenses. As we are...
View ArticleProducer fails when old brokers are replaced by new
Hi all, I ran into a problem with the Kafka producer when attempting to replace all the nodes in a 0.8.0 Beta1 Release Kafka cluster, with 0.8.0 Release nodes. I started a producer/consumer test...
View ArticleJava DSL: Resolving property within a choice
if I have a property foo=bar And I want to use it within a choice(), this works (i.e., resolves to true) .choice() .when(simple("${properties:foo} == 'bar'")) but this does NOT work (i.e., does not...
View Article