Does wicket have parameter-based security?
Let's say I have a page called: /order-details/${orderId}. Let's also say I want to ensure that some customer named Bob can only see the order-details pages for the orders he placed, but not any of the...
View ArticleJavadoc plugin with Javadoc 8: error fetching URLs
Running a few of my projects under Java 8, I found that the maven-javadoc-plugin won't accept <link> configuration items that work under Javadoc 6. For example, I have this:...
View ArticleAny workaround for SCM-530
Hi, I'm importing external test resources as a git submodule (in src/test/resources) and that makes release:perform fail because my test doesn't find its data. This is because the git clone doesn't...
View ArticleKafka and authentication
Hi All, I was googling around for info on securing kafka. The best document I could find was https://cwiki.apache.org/confluence/display/KAFKA/Security, which is “kind of old”. It is not clear if any...
View Article(help!) Can someone scan this
Hi again mahout: Im wrapping a distributed recommender like this: https://raw.githubusercontent.com/jayunit100/bigpetstore/master/src/main/java/org/bigtop/bigpetstore/clustering/BPSRecommnder.java And...
View Articleadd SAML TOKEN to SOAP header
I need to insert a SAML token (xml) to the outgoing SOAP request and process the incoming SAML token as well. How can I achieve this? I am using camel cxf. Thanks.
View ArticleMigrating from Fuse ESB to Fuse Service Works
I wrote a camel file transformation component on camel springs. I deployed it on Fuse ESB 6.0 and it ran successfully. Now, I need to deploy the same component to Fuse Service Works (JBoss 7.1). I am...
View ArticleActive-Active Broker
Hello, Does ActiveMQ support active-active cluster configuration ? I have read the following document, but this is only for master-slave configuration. http://activemq.apache.org/clustering.html Is it...
View ArticleTutorial is missing a step?
Hi, I notice this tutorial page http://tapestry.apache.org/using-tapestry-with-hibernate.html did not tell user to add <mapping class="com.example.tutorial.entities.Address"> to the...
View ArticleFlex 4.12 with flexmojos-maven-plugin
Hello, I have downloaded the Apache Flex 4.12 binaries and mavenized them, and installed into my local repository. I have looked through the repository, and the compiler classes are there. I'd like to...
View Articleassembly dependency jar
Hi team, I remember for kafka 0.8, there is a kafka jar with all the dependencies in it. 0.81 does not seem to have a jar. Can anybody confirm that? Thanks. Libo
View Articlefirst step in getting started tutorial broken
In the main tutorial located here: http://maven.apache.org/guides/getting-started/index.html The very first step fails: mvn archetype:generate \ -DarchetypeGroupId=org.apache.maven.archetypes \...
View Articlemaven-javadoc-plugin - Javadoc generation problem
Hi, while building project I've found this kind of error: [INFO]
View ArticleProfiling with visualvm
Hi, I profiled the Mahout command with visualvm and saw many threads. Some of them are related to the profiler and some other are communication threads. Interesting thing is that, the main thread is...
View ArticleSparql To SQL
Hello All, Whats the best way to convert sparql to SQL using R2RML mappings and convert resultset from DB to RDF? Thanks
View ArticleContributing InjectionProvider
Hi, I am trying to add my own InjectionProvider into my tapestry modules. In the main module class, I have the following code: public void contributeInjectionProvider(...
View ArticleFinal Release of Maven Reactor Plugin 1.1 (RETIRED)
Hi to all, after the vote for the retiring of the plugin has succeeded now the final release of the plugin. The vote is open for 72 hours. [ ] +1 Yes, it's about time [ ] -1 No, because... Kind regards...
View ArticleKicking the tires on 0.8.1...tires kicking back
I am trying to convert a few projects to the latest kafka... Is this the latest artifact? <dependency> <groupId>org.apache.kafka</groupId>...
View ArticleCatch 22 when obtaining Fields and Objects
Hi Folks, Right now over in Gora [0] we write data down into Byte[] before persisting an object into a back end datastore. We use Avro for our serialization. The question I would like to pose is as...
View Articletext dictionary errors from ClusterDumper
After running CanopyDriver.run on some 4 dimensional DenseVectors, I'm using a handcrafted text dictionary passed to ClusterDumper declared as dictionary type text. The dictionary looks like this, with...
View Article