How this Tapestry includes JS and CSS files
I'm trying to apply a custom template that has it's own JS and CSS files, its using Bootstrap v3.1.0. Now I'm trying to include the template's CSS and JS files in the *Layout.java* file and I found...
View ArticleUnable to locate asset, It should be located at META-INF/assets
Unable to locate ass et 'js/jquery-1.10.2.js' for component Index:layout. It should be located at META-IN F/assets/js/jquery-1.10.2.js I've already placed this file in the specified location under the...
View ArticleSync Producer
Hi, How to use a sync producer with a KeyedMessage<String, String>. The example in the documentation points to the Async Producer. What exceptions will be thrown if the producer.send() fails?...
View ArticleGRDDL in Jena
Hello all, I would like to ask regarding GRDDL in Jena.It seems the API for GRDDL has been removed in Jena new version.GRDDL used as a tool to transform XHTML to RDF via XSLT.Can anybody explain about...
View Articlemessaging API Connection open but Session in error
Hi All, Discovered an edge case in the messaging API that is causing me some issues (Using qpid-0.28 on Centos 5.8). It revolves around the reconnect functionality that is available on the...
View Articlemodify Palette values in js.
Hi all, I am using Tapestry 5.3. I have a page with a pallette and a custom component. I need to modify the palette available values when the custom component values changes by a user action. If i do...
View Article@JoinColumn with compositePK and multiinheritance.
I've searched a lot around internet and I didn't find any solution to my problem. Any help will be so appreciated. I'm using Servicemix 4.5.3 and I have all my dependencies installed (other operations...
View Articlemarshalling issues
I have written an example service to implement standards I am trying to stand up where I work. I want to do contract first development and so derive all artifacts from a predefined xml schema and wadl...
View Articleissue about zookeeper deploy
hi,mailist: i need deploy a 10+node hadoop cluster and HBase cluster, because i use hadoop HA function ,both hadoop and HBase need zookeeper cluster there is two way ,1 i use 3 dedicated machine to...
View Articlejava.lang.NullPointerException: Unable to delegate method invocation to...
______ __ ____ /_ __/__ ____ ___ ___ / /_______ __ / __/ / / / _ `/ _ \/ -_|_-</ __/ __/ // / /__ \ /_/ \_,_/ .__/\__/___/\__/_/ \_, / /____/ /_/ /___/ 5.4-beta-10 (development mode) 2014-06-09...
View ArticleACTIVE MQ Error...
Hi all, Kindly explain the possible cause and solution for the following ActiveMq error /Connections=1000 | TransportConnector | 126 - org.apache.activemq.activemq-core - 5.7.0.fuse-71-047 | Could not...
View ArticleUse Lablel.for within page class
Has anyone used org.apache.tapestry5.corelib.components.Label within page class? I looked at the code for Lable and see method like beginRender, afterRender...nothing obvious... Use Case: I am trying...
View ArticleTapestry Security: transform shiro.ini to Tapestry Security
Hello, I have a problem with Tapestry Security and I hope it is okay if I ask the question over the tapestry mailing list. My Problem is that I don't know how I can transform my working shiro.ini to...
View Articlejavascript reference header item with async attribute
Hi, I'm using Wicket 6.15 What is the best way to set the async attribute when rendering a javascript header item. I would like to change : to or even I see that there is a flag for setting the defer...
View ArticleNoHttpResponseException with JMeter 2.11
Hi I've noticed the bug reported in: https://issues.apache.org/bugzilla/show_bug.cgi?id=56119 I have the same issue after upgrading to JMeter 2.11 (from JMeter 2.10). The thing is that I follow the...
View ArticleApache Jena 2.11.2 Released
We are pleased to announce the release of Apache Jena 2.11.2 which includes Apache Jena Fuseki 1.0.2 2.11.2 is a maintenance release that fixes a variety of issues identified by developers and the...
View ArticleRHQ v4.11 Port Shifting
Hello, I have 3 instances of RHQ running on 1 VM (1 for each different test environment due to limit hardware). I tried to change the 'offset' property in the rhq-server.properties file, by multiples...
View ArticlePalette and zone
Hi all, There is a special way to configure zone property and events. I actually declare one but doesnot do anything. Here how I configured it. <t:jquery.palette t:id="providers" id="providers"...
View ArticleImport from Excel to DataGrid
Hi, We are using AS3XLS to Export DataGrid to Excel (works fine except 256 character limitation, which is bad, but not critical. BTW, any idea how to fix it?) Now I am trying to do the opposite: import...
View ArticleHandling un-decodable messages (Kafka 0.8.0)
I have a custom Decoder for my messages (Thrift). I want to be able to handle "bad" messages that I can't decode. When the ConsumerIterator encounters a bad message, the exception thrown by my Decoder...
View Article