Maven Jarsigner plugin vs Apache Maven Shared Jarsigner
Can someone explain what is the difference between these two plugins. Based on the description, they do the same This plugin signs and verifies the project artifacts using the jarsigner tool. See the...
View Articlerelative merits of Haxe vs ActionScript
I am starting a new project and was intending to write it in ActionScript and Flex, but then I came across Haxe, whose promoters make these claims: Faster & more optimized than the Flex compiler...
View ArticleServerLifeCycleListener query
Hi, Happy New Year :-) I have written a class which implements ServerLifeCycleListener and registers a number of interceptors which are applicable to all my services. I was just wondering if there was...
View ArticleAligning skinned button bar
Hi i have a button bar, that is centred on the page, when I addd the skinning, the icons/skin is left alined in the button, so I end up with an off centred button bar How do I centre the skin in the...
View ArticleMaven2/Maven3 plugin development: Ensuring only the available parameters are...
Dear Maven users I am one of the owners of Codehaus CARGO, which has a Maven2/Maven3 plugin; and would have a question with regards to how parameters are managed. We defined our MOJOs with parameters...
View ArticleCamel Jetty Rest endpoints
Hi There, Is it possible to expose a Jetty endpoint like a rest endpoint below with dynamic http path. http://localhost:8001/rest/oderservice/${orderId}/{en} Regards, cgsk
View ArticleCXF : Camel 2.12.2 : Karaf 3.0.0 : Soap-Timeout
Hello guys, I am using Karaf 3.0.0 and Camel 2.12.2 If I send a Soap-Envelope to Jetty, the response contains a '8000' before the Soap-Envelope. What does this mean and how can I avoid this? SoapUi...
View ArticlePeoplesoft load testing...
Hi All, Has anyone use JMeter for peoplesoft 9.2 load testing? Thanks, -Tony
View ArticleIncorrect error message?
Hi With 6.12.0 I have: val border = new Border("border") val l = new Label("l", "label") l.setOutputMarkupId(true) border.add(l) and when handling an ajax call, I'm add/replacing it in the wrong spot...
View ArticleQpid topic sessions linger
I’m pretty stumped here - I’ve went through the docs/wiki/jira as best I could, but couldn’t find anything on it at all - so I must be doing something really wrong here, apologies if I missed the doc...
View ArticleWhat is the difference between J2EE CDI and Tapestry's IoC ?
The subject says it all, what is the different between CDI (Context and Dependency Injection) and Tapestry's IoC ? There is a...
View Article2.7.2->3.0.0milestone1 update yields No DestinationFactory upon ws-publish?
I am upgrading my cxf/sts/wss4j dependencies, and am running into the following error when publishing a web-service in the initialization of my CXFNonSpringServlet. This code worked fine on the 2.7.2...
View ArticleGraph Builder 2.0 released!
Hello Everyone, We are excited to announce that the version 2.0 (alpha) of Intel(r) Graph Builder library is released. With this release, Graph Builder aims to bring graph ETL support to the Pig...
View ArticleStatistics Question
I've got a simple question with a hopefully simple answer: the Hawtio JMS console provides some statistics for Destinations (queue, topic), specifically "Max/Min/Average enqueue time" measures. What is...
View ArticleNew to jmeter 2.10 SSL error while recording Https websites
Hi I'm new to jmeter. I tried recording google and facebook with HTTPS script recorder but i get the following error: An error occurred during a connection to www.google.co.in. SSL received a record...
View ArticleHow to setup a default response when no bindings are specified by request
Consumers of my webservice, validate its certificate by pinging the endpoint: `https://my.webservice.com/services/myService` but they are unable to do so because they get a 500 http error code...
View Articlerelease-plugin non-interactive release and system properties
I'm confused as to how the version number in a pom file and the system properties like -DdevelopmentVersion=2.0-SNAPSHOT and -DreleaseVersion=1.2 interact. When I run a mvn -B release:prepare...
View ArticleNeed advice automating a Java test suite.
Hello, We have a java multi-module project that has a somewhat painful to run test suite that I would like to get under control using Maven. Currently it takes 5 separate Maven commands to setup, run,...
View ArticleJPA Criteria API query - sorting by number of elements in collection
I am having problem with building a query with JPA Criteria API. Entities and significant properties: @Entity public class Post { @Id int id; @OneToMany (mappedBy = "post") Set<Comment> comments;...
View ArticleMeasuring time to make call to custom endpoint
Hi I have a simple route defined in the Spring DSL. <route> <from:endpoint> <to:custom-endpoint> <log message="Time to make call to custom endpoint is XXXX"/> <bean...
View Article