Re: Java Request Sampler: java.lang.IllegalAccessException

2005-10-26 Thread Peter Lin
looks like it couldn't initialize one of your classes. is the constructor or method private/procted? it's hard to tell without seeing the code.. peter On 10/26/05, Michael Riedling <[EMAIL PROTECTED]> wrote: > > hello, > > I want to use the Java Request Sampler from JMeter to test a Java Client

Java Request Sampler: java.lang.IllegalAccessException

2005-10-26 Thread Michael Riedling
hello, I want to use the Java Request Sampler from JMeter to test a Java Client which access a Webservice. I implemented the interface and the required methods in my testclass (CodeSamples.CityMapService). The testclass itself is in the /lib/ext library and it appears in the Java Request Sampl