Issue with exec-tests while running mvn test from eclipse
Hello Everyone, I had this issue with Maven , it worked all well yesterday, but today I got this message error [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2:exec (exec-tests)...
View ArticleHow to Add a Multipart-Related Child Attachment?
Hello Group, I am trying to figure out how to add a child "multipart/related" attachment as a sub attachment to the root attachment of a Message. Essentially what I need to do is add an Attachment to a...
View Articleview-entity subquery WHERE clauses supported?
Does anyone know if it is possible to constrain joined view-entity subqueries with their own WHERE clauses? For example: select * from tbl1 left join (select * from tbl2 where tbl2.col1 = 'someVal')...
View ArticleConnection problem (On the Server)
Hi, I've been trying to get my application to work on the server without any success. I have exported the war file from eclipse and deployed izt on the server. Jetty 6 is runing on the server. And it...
View ArticleMessage from SQL server to activemq.
*Working of Application Currently:* I have written a trigger for a table in SQL server to trigger a external java application(which is in tomcat server) through http request whenever there is insertion...
View ArticleWhat are the uses of Durable Subscribers
Hi All, we have 10 messages in Activemq and 2 consumers. consumers starting to consume and processing messages If I trigger consumers corresponding links at initial time.For this I wrote the following...
View ArticleAjaxFormLoop not populating values after submission
Hi, I'm trying to use AjaxFormLoop inspired from * http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/formloop1 *...
View Articlecreating a project property from dependency details
Hi all, I’ve a project where I’m creating an assembly from a zipped up app server and a war file pre-deployed. The war file may be one of several different versions and (optionally) classifiers, which...
View ArticleRolling upgrade from zookeeper 3.4.5 to 3.5.0.1515976
Hi, I am newbie to zookeeper 3.5.0 and interested in upgrading my zookeeper cluster from 3.4.5 to 3.5.0. But not sure if this upgrade is supported as there is a difference in format of config file,...
View ArticleTapestry 5.3.6 JSONObject No null checking leads to NPE in Palette component
*java.lang.NullPointerException* : * at org.apache.tapestry5.json.JSONObject.printValue(JSONObject.java:887) * at org.apache.tapestry5.json.JSONArray.print(JSONArray.java:436) * at...
View ArticleIntroducing Qpid Dispatch Router
I've been working on a sub-project within Apache Qpid called Qpid Dispatch Router. I'd like to invite use, participation, feedback, criticism, etc. There are a couple of basic introductory points to be...
View Articlecast of property value for blueprint osgi implementation
Hi all, I am migrating an application from Spring dsl to blueprint. This worked previously: <bean id="webServiceRequestCreator"...
View ArticleRemove message queue after a day with or with or without a message
Hi Everyone, gcInactiveDestination will only discard the destination if it doesn't have any messages. Is there a way to force discard the message queue regardless if it has a message or not? Thanks,...
View ArticleCurrent Javassist incompatible with Java 8
Just a heads up for anybody venturing to try running Tapestry 5 webapp on JRE8. Looks like the latest Javassist is incompatible, I'm getting a stack trace copied below on advised classes. Looks like a...
View ArticleTimeout and CXF
Hi All,I have the below piece of code which I was trying,Basically, am just trying to hold the current thread for about 100 secs (cos in real time, my query will take nearly a minute to execute and...
View ArticleStreamingXMLLoader
blog.mortardata.com/post/61678005593/xml-pig-loader?utm_content=bufferd7abb&utm_source=buffer&utm_medium=twitter&utm_campaign=Buffer Cool improved XML support. Hopefully contributed?
View ArticlePossible issue - Component value missing from Form POST via AjaxSubmit after...
Hi, I've not had a chance to try reproduce this with a QuickStart yet, so this is just a post in case it's something obvious I'm overlooking... I'm using v6.10.0, and have a page with a form with 4...
View ArticleHow to handle exceptions from a SOAP webservice in a single point
Hi, I would like to handle all exceptions thrown by my webservice in a single point so I can create Faults with specific codes / strings based on info in the exception. When using JAX-RS I can do this...
View ArticleMaven free and public repository?
Hello, We'd like to have a maven repository, to publish our projects. Are there free available solutions in the market? I have try to put my project on a apache webserver. It doesn't work actually due...
View Articlehealthcheck for JMS
I am not sure this is right forum for question but wondering if anyone has solved this problem. I want to write some sort of health checker for JMS. So if it can't connect to ActiveMq all client should...
View Article