International Shipping
Any idea how I could implement a international shipping calculator, import / export? Formula, Lookup Data, etc. Does Ofbiz have such functionality? Thanks, DS
View Articledefault focus issue in tml page
Hi, I am facing weird issue on my tapestry page. On page I have three fields. 1st - select box -> tabindex is 1 and t:validate="required" 2nd - textfield -> tabindex is 2 and...
View Articlejson2avro
I wrote a little C tool using Avro-C to convert JSON to Avro and thought may be someone here may find it useful. https://github.com/grisha/json2avro The purpose is to be useful in converting messy...
View ArticleProblem with multi-module site
I am using the site-maven-plugin (version 3.3) and cannot seem to get it to work. Using the exact same site.xml and additional files (faq, apt and xhtml types) that worked fine in a single project...
View ArticleCheckstyle crashes with NullPointerException in...
Checkstyle crashes when I run it with Maven 3.0.4, but works with Maven 2.2.1. I'm afraid I don't know enough about Maven to create a smaller test case than this: 1. Set JAVA_HOME to a 1.6 JDK 2. Clone...
View ArticleJackson question... why does this fail?
<dataFormats> <json id="jack" library="Jackson"/> </dataFormats> ... <route id="myRoute"> <from ref="listener" /> // mina component <unmarshal ref="jack" /> //...
View Articlesession expired suddenly after just receive 'Unable to read data from server'
The below is what i received at zookeeper client. Something i can't understand is time between 'unable to read' and 'socket connection'. As you see at below, that is just 1 second. That is too small...
View Articlequestion about Controlled Shutdown
Was just reading about Controlled Shutdown here: https://cwiki.apache.org/confluence/display/KAFKA/Replication+tools Is this something that can be invoked from code, from within a container running the...
View ArticlesetResponsePage
Wicketeers, Super-minor API thing... I've started using PageProvider class within our frameworks, as it's a really convenient class for detailing pages, etc. and avoid having to use Reflection...
View ArticleContent rendring in communication event detail screen
Hi All, While testing communication event I found, on communication event detail page, content section displays the source code of associated eMail template instead of the original content. When I dig...
View ArticleHow can I get error output for maven-antrun-plugin (if=fail) error?
All, I'm troubleshooting a build error from the maven-antrun-plugin (maven 2.2.1). Any help would be appreciated. I know that there is a unit test failure in the build. Something about our config is...
View Articledependency:list -DincludeScope=compile lists compile scope for transitive...
Hi all, Do I have a problem with maven-dependency-plugin 2.8 or with my understanding of dependency scope? I run "mvn dependency:list -DincludeScope=compile" and see items which are transitive...
View ArticleRegular expression in jmeter
I have a scenario where i'm getting values for a request in the header Response headers: HTTP/1.1 302 Moved Temporarily Server: Apache X-Powered-By: Servlet 2.4; JBoss-4.3.0.GA_CP02 (build:...
View ArticleDifferent logins
I have parameterized the users for loging I need to capture for which thread which data is using. How do i write bean shell programming to save the values in the file
View ArticleHow to start a process with Camel?
So I have figured out how to gather messages based on my criteria. A process needs to be started as soon as two messages have been received. Currently I have: from("jms:newFileQueue").aggregate(new...
View ArticleHow many machines did my MR job used?
Hello, I am running a Pig script which internally starts several jobs. For one of the jobs that uses maximum no. of mappers reducers, I need to find out how many machines it's running on which machines...
View ArticleClear t:alerts messages
Hi, I use alertManager.success to output t:alerts messages after the use press the Save button. If the user press the Save button multiple times, I would get multiple t:alerts messages displayed. How...
View ArticleHow does visual theme for product store work?
How does setting the visual theme for product store work? How does this change the view? Does it use a different style sheet? I trying to investigate how view themes are handled. I have been looking at...
View ArticleError using jquery/datatable with t:mode="true"
Hi, I am trying to use jquery/datatable with 500 records. It seems slow in loading but it is working fine. So I was thinking of ajax to solve the slow loading issue. When I set t:mode="true", i get an...
View ArticleHow to pass an Object using t:context
Hi, I am using an eventLink. I can pass String and other primitive types using t:context. But I want to pass a whole Object using t:context. I get the error "Could not find a coercion from type...
View Article