SVG background image in mobile application
Hello All, I'm trying to add background image to my mobile view using following methods http://stackoverflow.com/questions/10429334/how-to-add-a-background-image-to-a-flex-android-app...
View ArticleMarshalling of Strings in JSON
I defined a very simple JAX-RS service with JSON. It works well for complex data types, but when I use simple types, like boolean or String, I get malformed JSON data. ... @POST @Path("/checkString")...
View ArticleUser based recommender
Dear Mahout Team, I am a student new to machine learning and i am trying to build a user based recommender using mahout. My dataset is a csv file as an input but it has many fields as text and i...
View ArticleMojo Appassembler Maven Plugin Version 1.9 Released
Hi, The Mojo team is pleased to announce the release of the Appassembler Maven Plugin version 1.9. The Application Assembler Plugin is a Maven plugin for generating scripts for starting java...
View ArticleAW: User based recommender
Hello Yash, checkout the following project: https://github.com/ManuelB/facebook-recommender-demo /Manuel -- Manuel Blechschmidt Mobil: +49 (0) 173 6322621 <div>-------- Ursprüngliche Nachricht...
View ArticleCamel 2.14.0 Matrix Params are missing
Hi This is my first post in the forum, We are using camel 2.14.0 version and need to proxy the web service. i have posted to configurations below followed from the camel-proxy-example. <cxf:rsServer...
View ArticleKafka 0.8.2 release - before Santa Claus?
Hi, People using SPM to monitor Kafka have been anxiously asking us about the 0.8.2 release and we've been telling them December. Is that still the plan? Thanks, Otis
View ArticleTomcat Unresponsive
Hi All, I've been having some strange behavior on a test system (with little to no volume) AND a live system for a custom OFBiz 12.04.02 application which I've created. It's worth noting that in the...
View ArticleWhat dos it mean: Skipping because it does not denote a directory
My application is working perfectly but I have been facing a lot of Warning in Spring Tool Suite like: [WARNING ] Skipping...
View ArticleAsync processing for
I have a spring-mvc / ext-js application which currently executes as such: 1) User enters data in a form which gets submitted as json to an mvc controller. The mvc controller invokes a web service,...
View ArticleSending a Request to camel rout from rx java observable
How can I call a camel rout from rx java observable, and get a reply? I wish the call to be non blocking, when the component supports asynchronous processing. I tried to use...
View ArticleIssues with beaneditform component
I have one very odd situation here and it regards beaneditform. I have implemented following code: public class ListUsers { @Inject private Logic logic; @InjectPage private PermissionsPage...
View ArticleCan CFX Fediz be configured to validate a JWT token from an ADFS 2.0 IDP/STS
I want to allow .Net applications to call my Apache CFX web service using a bearer token that was obtained from an ADFS token server. I have successfully tested the OAuth2 SSO example that uses the...
View Articlekafka 0.8.1 socket leak? (file descriptor outage)
Hi, We are using kafka 0.8.1 and it's working well for a long time. But there is an issue comes up two days ago: We monitored that kafka is not accepting new messages and get following exception. It's...
View ArticleTDB Error
Hello All, I get this error when i try to reset TDB com.hp.hpl.jena.tdb.transaction.TDBTransactionException: Can't expel: Active transactions for location: location:/ts/data/...
View ArticleCamel
Hi, I want read below file in camel, <?xml version="1.0" encoding="utf-8"?> <xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element...
View ArticleFlex web and mobile project
Hey Guys, There is a new project coming in and the main need is to maintain same code base for both web and an ipad app. It's basically a dashoard with 4 to 5 views(Bar charts\line...
View ArticleHTTP responses time out
Hi, We've got an issue with some responses never being returned back to the HTTP client, making it time out. It seems to depend on the length of the response returned from...
View ArticleLately (2.14) NullPointerExceptions instead of TypeConversionExceptions
Some day ago i switched to camel 2.14 (mainly because of RoutePolicyFactory - a great idea!). But i also noticed on creating new routes with new processors/ aggregators i see many NullPointerExceptions...
View ArticleHow to have seperate url for wsdl and soap address in apache camel proxy?
I am trying to create a proxy service using apache camel through camel configuration file. I have successfully created the proxy service for version webservice of axis 2. The only problem is that , the...
View Article