Help. how to trim the body using Spring XML
Hi, Please help. Xpath throw exception "Premature end of file" as following when the XML message has extra space or some other character in front. How do I trim on it such as...
View ArticleRegarding AMQ-4181 - JMS queue browser returns only page size number of messages
Hi , I downloaded ActiveMQ 5.8 from http://activemq.apache.org/activemq-580-release.html The https://issues.apache.org/jira/browse/AMQ-4181 says that this issue is fixed in 5.8 version, but, I still...
View ArticleRace condition in dictionary determination?
Hi. Using OpenJPA 2.1.1, I ran into this problem after I switched to custom implementation of the data source. I guess what's happening is that dictionary can no longer be determined from the class...
View ArticleCaptureResultCallback doesnt return anything
I have the code such as this CaptureResultCallback<Boolean> callback = new CaptureResultCallback<Boolean>(); List<Object> eventContext = new ArrayList<Object>(); if (context !=...
View ArticleHP Laser JET Printer
Dear All, Can I use my "HP Laser JET Printer" for POS printing... if yes it is not working for me. We are the changes required to work this printer with POS Thanks in Advance Vikas
View ArticleRemote testing - how do I see num of threads created?
I started doing a remote testing and I want to know the number of threads created. but I don't see it in the summerizer results. basically I was doing a test with 500 users and I set a ramp up time of...
View ArticleError at the end of a distributed test
When my distributed test finishes, I see in the log the following lines: 2013/06/30 16:46:52 INFO - jmeter.engine.StandardJMeterEngine: Notifying test listeners of end of test 2013/06/30 16:46:52 ERROR...
View ArticlePassing Encoded PAYLOAD data on URL during webservice load testing
I am trying to perform a load test and I have my Jmeter TestPlan as follow Test Plan |--Thread Group |-------Authorizaiton Manager |-----------CSV |-------------HTTP Request Sampler |----Listners Under...
View ArticleShare your JMeter test plans
Hello, If you have interesting JMeter test plans that could be templates for JMeter newbies ? You could share them with others thanks to this new feature: -...
View ArticleWicket 6.9.0 released?
Has the development team released or is in process of releasing Wicket 6.9.0? I see it exist in Maven central but there hasn't been any announcement yet:...
View ArticleCannot compile generated classes in Java
Hi! I followed the instructions at [1] but am unable to compile the schemas I defined. The problem is casting from Object to another type and it looks like it's the same as here [2]. For example:...
View ArticleRecommendations for generating an RSS feed
Hi, I need to generate a feed that needs to support RSS and Atom. Are there any options other then "do it yourself" or "use ROME". I'm reluctant to use ROME as the project appears dead and there are...
View Articlejava.lang.ClassCastException: [B cannot be cast to [Ljava.lang.Object
Hi all, I've a class cast exception invoking a REST web method that wants a byte[] as input parameter. I had a SOAP endPoint and I've added all the annotations required to publish it also with REST...
View ArticleTDB shutdown does not release the files
Hi, I am trying to delete the files in the location of a TDB dataset after I used it, within the same process: public static void main(String[] args) throws InterruptedException, IOException { File...
View ArticleRandom access in an avro file
Hello, Is it possible to have random access to a record in an avro file? For instance, if I have an avro file with a schema containing four records: *employee id, name, address *and* phone*. While...
View ArticleTesting a route that set a CamelJmsDestinationName header
Hi, I have the following camel route (in blueprint): where myProcessor is a Camel Processor that set the CamelJmsDestinationName header in the message depending on some content in the message body....
View ArticleAggregator: completionInterval
Hello everyone, I'm trying to use the completion interval property of aggregator. I am successful using it like that: <aggregate strategyRef="myAggregator" completionInterval="1000"> ... ......
View ArticleMocking consumer endpoints
Hi, with CamelTestSupport I can use isMockEndpointsAndSkip method to mock existing endpoints, but for mocking the consumer endpoint I still have to use AdviceWithRouteBuilder. Is there a method in...
View ArticleSend timeouts per producer, not per Connection. Possible ?
Hi I have an application with different Messageproducers which all send JMS messages to the same Broker. I am using failover protocol. I use different producers from different Sessions from different...
View ArticleFetchgroups usage
Hi, I have a question about fetch groups in openJPA. I have two entities: User and Device. User: @Entity public class CmsUser extends CmsObject { @Basic private String name; @Basic private String...
View Article