T5.4 Nested form detection not working when using blocks
Hi, I've implemented a component for creating bootstrap modals. I would like to make the specific dialogs as self-contained as possible, so a specific dialog is a component containing its "own" form as...
View ArticleAspect oriented Programming for AS3
Hi, Which could be the good framework to start using for AOP in as3, I found that swiz 2.0 framework has support for it but sadly no link to them is in working state. (Can anyone point me to...
View Articlein form fileupload doesn't stay
Hi, I have a form with different fields of text and one field with a t:Upload of file, when I have a submit fail, the data of the textfields stay, but the file selection made is reinitialized. Why the...
View ArticleApollo MQTT support for PAHO C Client Library
Hai , I am using Apache Apollo Message Broker 1.7 .Currently, am using libmosquitto library in C for MQTT PUB/SUB which is not at all suitable for my application. MQTT Paho C Library suites perfectly...
View ArticleComponents ID generation suggestion
Seems like client-side ID assignment is causing a lot of issues to new tapestry users including me. AFAIK, the purpose of having Tapestry generate client-side IDs, is to maintain a healthy application...
View ArticleWebSockets: IKey not Serializable ?
Hi all, I've got a simple use-case: I would like to run a long-processing task (through as EJB) and update the UI according to the progress. So, I would like to see how I can achieve this using native...
View ArticleConnection Timed out - Jmeter 2.4
Hi, I've run into an issue that I'm not really sure how to troubleshoot anymore and any new ideas would be appreciated. I am using Jmeter 2.4 . I'm not sure I am at liberty to send my .jmx script along...
View ArticleCamel-jdbc snapshots -> SQLException
Hi, I was trying to perform an SQL request on my MySQL database using camel-jdbc. I'm using a named parameter that I map on my camel message header, so I use the option /useHeadersAsParameters=true/ on...
View ArticleQuestion about using CXF stand-alone
All: I have a very, very simple web service that I am developing in Eclipse. In Eclipse, it runs beautifully. The server (Jetty) starts right up and runs as long as I tell it to. Unfortunately, when I...
View ArticleProperties Override
Hi All I am trying to change some values specified in a properties file for a third party component. The component is part of the wicket-bootstrap project and specifies some value read from a...
View ArticleHelp - trying to update Flash Builder 4.7 to flex 4.13
Help - I need to update to Flex 4.13 so I can submit my app to Apple but I can't seem to do the update. 1. I tried the 4.13 installer. I'm not sure what directory to specify but it seems to require an...
View Articlejmeter - thread count limit
Hi I have a question about thread count limit in jmeter. Some of the - slightly older documentation on the internet - lists a number between 200-300 for number of threads. Some docs mention there is no...
View Articlecxf-rt-ws-security 2.2.1 works and 2.3.11 does not with the same code
Hi, I have a custom callbackhandler and custom userdetailsservice in my application. I use cxf-rt-ws-security 2.2.1 Here is snippet from my custom callbackhandler. protected void...
View ArticleTesting JS
Good evening, Are there any good practices or known solutions in order to test the JavaScript of a Wicket application? For the moment, I launch my tests in the Wicket pages in Jenkins, with a flag...
View ArticleHave to reconnect each time while running debugging maven remotely?
Hello, Due to legacy reasons we have forkMode set to 'pertest' in our pom. This configuration can't be changed. However when I remote debug in eclipse(or command line) I use...
View ArticleUser Inactivity Event on Mobile App
Hello, I need to logout the user if the user is not interacting with the app for 30 seconds. I looked at USER_IDLE event but it is not supported on mobile. Is there any other event I could try?
View ArticleApache Wicket & IE 10/11 performance issue
Good day, In our project we have a page with a table with a lot of rows (~100...1000). The table is built using Wicket components and there are some places where Wicket's Javascript code is executed...
View Articlecalling avro RPC in a customized sink
Hi, It seems to me that the intention of the flume is to be used for intermediate aggregation/processing of data which is to be dropped in some type of data storage. However, what is preventing us from...
View ArticleZookeeper client transactional logs
Hi all, I am trying to set up a apache storm cluster with storm kafka using zookeeper. Everything is running fine, expect I see huge unreadable files being created while the cluster is running. They...
View ArticleBrowser Detection
Does tapestry have a way to detect browser/version within component/page class? Or by convention recommend some procedure? To support logic <t:if test="${browserType.version}">rendering...
View Article