Re: SimpleDataWriter generates invalid XML [FIXED]

2005-10-16 Thread sebb
I've fixed the Xstream crash - and found the cause of the Java 1.5 problem (see other e-mail). Thanks for reporting the problem. S. On 14/10/05, sebb <[EMAIL PROTECTED]> wrote: > Turns out I was using a Java Sampler without any Result Data - this > causes a crash in XStream when saving as 2.1 for

Re: SimpleDataWriter generates invalid XML [FIXED]

2005-10-14 Thread sebb
Turns out I was using a Java Sampler without any Result Data - this causes a crash in XStream when saving as 2.1 format. Obviously a bug, but not related to this. S. On 12/10/05, sebb <[EMAIL PROTECTED]> wrote: > Looks like this needs further investigation - I'm getting some odd > results with Jav

Re: SimpleDataWriter generates invalid XML [FIXED]

2005-10-12 Thread sebb
Looks like this needs further investigation - I'm getting some odd results with Java 1.5 both with and without the jars. S. On 12/10/05, Bogdan Calmac <[EMAIL PROTECTED]> wrote: > Without the 3 jars, the XML results generated by JMeter (from any > listener) under Java 1.5 has > > > > before all

Re: SimpleDataWriter generates invalid XML [FIXED]

2005-10-12 Thread Bogdan Calmac
Without the 3 jars, the XML results generated by JMeter (from any listener) under Java 1.5 has before all tags. Without looking at the code, I would guess there is some issue with the code generating the XML, because this problem only happens when saving test results (saving the jmx project i

Re: SimpleDataWriter generates invalid XML [FIXED]

2005-10-12 Thread sebb
Are you saying that without these jars, JMeter does not work properly on 1.5? The jars are definitely needed for Java 1.3, but I had thought they were optional for Java 1.4 and 1.5... S. On 12/10/05, Bogdan Calmac <[EMAIL PROTECTED]> wrote: > Finally, te reason was that I deleted xalan, xerces an

Re: SimpleDataWriter generates invalid XML [FIXED]

2005-10-12 Thread Bogdan Calmac
Finally, te reason was that I deleted xalan, xerces and xml-apis assuming that they are included in Java 1.5. Are the versions that come with jmeter newer than those in Java 1.5? Or does jmeter strictly depend on the bundled jars? On 10/12/05, Bogdan Calmac <[EMAIL PROTECTED]> wrote: > I ran an so

Re: SimpleDataWriter generates invalid XML [FIXED]

2005-10-12 Thread Bogdan Calmac
I ran an some more tests and the problem is caused by the combination of jars that I use. A fresh download of jmeter does not have this problem. On 10/12/05, Bogdan Calmac <[EMAIL PROTECTED]> wrote: > I have a very simple test plan which looks like this: > > TestPlan > ThreadGroup > HttpRequ