Availability of RequestParameters in WebSession
Hello All, I'm trying to get RequestParameters in getRoles() method of WebSession extends AbstractAuthenticatedWebSession [1] the code is like this: IRequestParameters params =...
View ArticleRedirecting users to my new pages with a message.
Hi, As a customer request my application domain is changing. and i need to show a popup message box saying that you are being redirected to the new site since some users can bookmark the older url. The...
View ArticleNot able to play video in my iPad
Hi every one, I am developing a flex mobile application which runs video in call out. This is running perfectly in android tabs, but when i compile my code for my iPad i only see video player, but...
View ArticleApache ActiveMQ Configuration
Hi, I have some doubts, regarding Apache ActiveMQ configuration, 1) Whenever the disk store(for persistent messages) that i mentioned in activemq.xml file exceeds, by producer flow control my producer...
View ArticleCannot remove focus on spark.skins.mobile.TextAreaSkin
Hi, I am trying to remove the focus of a spark.skins.mobile.TextAreaSkin but this doesn't work... My Code: import de.assets.ChatTextFieldBackground; import de.assets.ChatTextFieldBackgroundBorder;...
View ArticleI am not able to call JSON file in my tapestry template file .. Native HTML...
Hello concerned, I have an HTML base with 3 JavaScript files and 1 JSON file (all 5 files as below). You can put all files together at one location and run the HTML successfully on all browsers. Its...
View ArticleHow to get cookies from HTTPService response?
Hi Folks, Is it really possible? I use 4.10 SDK. I need an access to the cookies that server sends in response. Now I get the headers object having null reference. Is it possible to get those or should...
View ArticleRFI 0.28: Recent update introduced a segfault in store when initializing a...
A recent update (r.1578899) introduced a bug into the store in which initializing a non-existent queue caused a segfualt. The fix is both obvious and trivial. JIRA:...
View ArticleDefaultEventHandler's getPartition's return value
Hi, My apologies - a newbie here. In looking at the getPartition() method, I notice the returned value for keyed message is the "index" of a partition. But when there is no key, then the value...
View ArticleWeb Service et traitement d'exception
Bonjour, je suis entrain de développer un web service qui fait appel à une fonction. Cette fonction traite des exceptions. Le web service fonctionne très bien sans exception mais dés que je l'ajoute,...
View ArticleHawtio doesn't render properly in firefox or IE?
I suspect this is an environmental problem, because it is hard to believe that this problem would not be noticed by many others... I have been accessing hawtio for months via chrome and it works great....
View ArticleCamel CXF Jaxrs service implementation class's methods are not executing
Hi, I am confused with the behaviour of cxf rest web service with camel route file. I have noticed the control never go inside the implementing class of the rest service interface. Following are the...
View ArticleJena ARQ to HBase Scan
Hi All: I’m trying to extend the ARQ execution so it can convert SPARQL query to Hbase “scan" operation. But after reading the document(http://jena.sourceforge.net/ARQ/arq-query-eval.html) and...
View ArticleFile processing stops on bean invocation at times
I have a simple route as following from("file:{{input.dir}}?sortBy=file:name詷▹=.*.data骋={{done.dir}}痩={{poll.delay}}") .id("FileConsumer") .log("Processing file ${file:name}")...
View ArticleDouble quoted json data in CSV returns EOF
I've set up an HTTP request element that pulls data from a CSV file and I've run into a frustrating problem. Each line of data in the CSV file represents the data for a user request, separated by a...
View ArticleWebClient issues with SSL
Here's the code snippet: import org.apache.cxf.jaxrs.client.WebClient; public class ProtoClient { public ProtoClient(String baseAddress) { client = WebClient.create(baseAddress); public WebClient...
View ArticleData Loading and Entity Modification
Hello, I have a question about the entity engine in OFBiz, mainly pertaining to how changes to "entitymodel.xml" and seed data are handled when there is already data in the entity. I've done some...
View ArticleWebClient with SSL not reusing the connections
(Sorry for the earlier accidental post) Hello, I'm having some issues with the WebClient provided with CXF 2.7.8. We're using the below code to connect to a web service through SSL and non-SSL but my...
View Articlejaxrs cxf deployment issues on weblogic 12c
If I exclude the javax.ws.rs-api-2.0 then the WebApplicationException class I am using is from that package. I have followed the direction on...
View Articlefailover://tcp with updateClusterClients vs failover://(discovery)
== Short version == If we use failover with updateClusterClients, do all clients failover to the *same* secondary broker? server: <networkConnectors> <networkConnector...
View Article