Cont: upgrading cxf client to 3.0.1
Please some advice on the following cxf client config: After upgrading to 3.0.1. The security isn't included as it should. To solve this I currently try to use WS-SecurityPolicy auto config such that...
View ArticleAccessing POST payload from cxfrs invocation
I have a configured cxf rsServer, which kicks off a camel route that then passes the request along to another service configured as a cxf rsClient endpoint. Both are POST operations. This mostly works...
View ArticleReferencing DataTable rows within the table column header
Hello All, I am creating a table with a DropDownChoice component in the header of one of the columns. When a selection is made in the drop down in the column header, I want to update all of the rows in...
View ArticleProblem getting data from a 'CharSequenceResource'
Hi, I need some advice to get data from a CharSequenceResource: The Resource: The request is provided by an asynchronous ajax request (from JQuery) to a url like 'http://<domain>/getjson' and...
View ArticleMultiple instances writing to the same file corrupts data
Team, I have a process which receives messages from an websphere MQ and then marshals the data with Camel bindy into pipe delimited text and then appends to an already existing text file. There are two...
View ArticleStopping SFW Video palying
Hi my team have created a video ion SFW format, the SFW has it own video controls, so all is good the question when i close the windows in Flex the video sound keeps playing, i was looking for a .STOP...
View ArticleFluorineFX
If anyone is still using it does it have a console utility just like WebORB? Thanks
View ArticleIs there a java implementation to serialize a large record that does not fit...
I'm pretty new to avro and am trying to evaluate its potential as a "container" for hdfs file contents. I do know about SequenceFiles but would like a language agnostic file format if possible. From...
View ArticleSetting log.default.flush.interval.ms and...
Hi folks, In order to meet latency requirements for a system we are building, we tested with different values of the above two parameters and found that settings as low as 100 work best for us,...
View ArticleFlume, what happen if the batchsize is not enough
Hi, I have a question. I'm using an HBaseSink, If I define a batchSize = 1000 (for example), and it never get 1000, is there a timeout and send the events I got? Which is that time?
View ArticleApache OFBiz 11.04.06 released
The Apache OFBiz community is pleased to announce the new release "Apache OFBiz 11.04.06". Apache OFBizâ„¢ is an open source product for the automation of enterprise processes that includes framework...
View ArticleApache OFBiz 12.04.05 released
The Apache OFBiz community is pleased to announce the new release "Apache OFBiz 12.04.05". Apache OFBizâ„¢ is an open source product for the automation of enterprise processes that includes framework...
View Articlerespond with 404 page while keeping original URL
Hi, we have a page for some resource mounted at /resource/<id> When users enter an invalid ID, we want to render a 404 page. However, we would like the resulting page not have the original url...
View ArticleApp badges in iOS using Air SDK 14
We are using Urban Airship native SDK for consuming push notifications, the problem is when we open up the app it clears all the notifications form the notification center and clears the app bade too,...
View ArticleBuild once, deploy everywhere
Hi All, Does anyone using Maven as Build Once and deploy Everywhere method? Like lets say i don't want to recompile my source code everytime for different environment DEV,SIT,UAT PROD. I want to do my...
View ArticleProducerTemplate.extractFutureBody() Getting "response" before a response is...
Hi, I'm using ProducerTemplate with the InOut ExchangePattern to try to use a request/response with AMQP. I have done this successfully provided my consumer is quick to perform it's task. However, I...
View ArticleEntityManager.find ClassCastException for wrong but existing id
Hello, I have base entity and 2 inheritors e.g. Person and Document. If I try to find Person entity and provide id of the Document entity I get ClassNotFoundException but it should return either null...
View ArticleHow to get a dependency tree view of plugin dependencies used in the build
Similar to dependency:tree for project dependencies how can I get a similar list of plugin dependencies used in the build? -Dave
View ArticleHow to extend the dependencies of a reused plugin ?
Hello, I have two maven plugins A and B. When used separated I can extend the dependencies of A using this: <plugin> <artifactId>org.A</artifactId> <dependencies>...
View ArticleHigh level consumer with separate zk
Is it possible for the high level consumer to use a different zk cluster than the cluster that manages broker leader electivity? The high level consumer adds a lot of value but I don't like the idea...
View Article