when to dispose of objects for garbage collection?
Can someone help me identify when I need to dispose of an object, array, etc. in a typical Flex app? For example, suppose I have an app with several states and a TitleWindow. I know that if I declare a...
View ArticleOne possible bug with image showing
Hi. I have following in css file something like following .displayingBackground{ background-image:url('../graphics/SectionForGifs/myImage.gif'); and it's OK, it shows just fine in following segments...
View ArticleRuby & Avro
Does anyone know if the Ruby Avro gem supports code generation.. i.e. will it create instances of classes with all of the attributes of a message set? Thanks
View Articlepackage error
I am quite unfamiliar with compiling with sbt package. What could be my issue here? It seems like the scala library is wrong, but where do I look for the scala jar? thanks, rob "$ ./sbt package [info]...
View ArticleMaintain sort within GROUP BY?
https://gist.github.com/rjurney/5723520 My cosine similarity UDF relies on the sorts being the same at line 10. Can I count on that?
View ArticleHeader and java.util.Date
Hi All, I want to set the value of an header to a java.util.Date with current value. How can I do in XML DSL? <setHeader headerName="messageTime"> <...whichLanguage?>which...
View Articleinherit\extend camel context?
I have some boiler plate code that is needed in several camel context's, is there a way to inherit\extend from a parent camel context? If not, is there any other way to include boiler plate stuff,...
View ArticleArguments for Kafka over RabbitMQ ?
Hi -- I am preparing to make a case for using Kafka instead of Rabbit MQ as a broker-based messaging provider. The context is similar to that of the Kafka papers and user stories: the producers publish...
View Articleusing FQCN for interceptors fails
Hello Everyone, I've been trying to write my own custom interceptor, but ran into a problem when using a FQCN for an interceptor type. The error happens with even the built in interceptor types when...
View ArticleWSDL2Java from java question
Hello I use CXF 2.6.7 with SOAP Web services. CXF is really fun. But I have a problem with WSDL2Java. I have written an Eclipse plugin and I run in it WSDLToJava. When it runs, i have in the Eclipse...
View ArticleDilemma - ZK consumer woes - upgrade to 0.8?
[ Sorry if this mail is duplicated, this is my fourth try sending this message] Hey guys, I sincerely apologize if this has been covered before, I haven't quite found a similar situation. We are using...
View ArticleDetermine at runtime if the application is running on mobile
Hello, I'd like to know at runtime, if the current application is running in web mode (in browser) or as mobile app. Is there some kind of property that I can use? I have looked at Capabilities class,...
View ArticleClient timeout settings ignored when runtime endpoint protocol differs from...
I'm trying to write some code so that the endpoint for my wsdl first soap service can be set at runtime. It mostly works, but the timeouts sometimes aren't honored. I've determined they get ignored...
View ArticleReader / Writer terminology
I'm curious how the "Reader" and "Writer" terminology came about, and, most importantly, whether it's as confusing to the rest of you as it is to me? As I understand it, the principal analogy here is...
View ArticleCan i display a WepPage in a PDF (How to get the rendered markup)?
Hi, i would like to render a WebPage with flying saucer (PDF generator). I've created a resource reference and a ByteArrayResource. But now i need the rendered markup of the page (e.g. HomePage). So my...
View Articleproblems with .gz
I'm using pig 0.11.2. I had been processing ASCII files of json with schema: (key:chararray, columns:bag {column:tuple (timeUUID:chararray, value:chararray, timestamp:long)}) For what it's worth, this...
View ArticleFile Component: Default rename behaviour
We have a scenario where we are consuming a large number of files, using the file component and passing off the processing to seda routes. The component is moving the file (preMove) and moving to a...
View ArticleProducer Template Failure on Glassfish AIX
having problems deploying Camel 2.10.2 on Glassfish 3.1.2.2 (build 4) on AIX with IBM 1.6 JDK - 64 bit - build pap6460sr13fp2-20130424_01(SR13 FP2). The exception, noted at the bottom, happens when it...
View ArticleHow to know what language is on
I am trying to test something by testing in what language is current page with following: public boolean getEnglishVersionOfDescription() { if...
View ArticleFor artifact {org.jvnet.staxex:stax-ex:null:jar}: The version cannot be empty.
All, I am running eclipse:eclipse on a project and getting the [ERROR] Failed to execute goal org.apache.maven.plugins:maven-eclipse-plugin:2.9:eclipse (default-cli) on project installer: Execution...
View Article