Re: IllegalAccessException expected all the time, but only occurs sometimes. Why?

2005-12-25 Thread Sean Dockery
I found this on the web that seems to explain why the problem is occurring... http://opensource2.atlassian.com/projects/spring/browse/SPR-1518 "Sean Dockery" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I have a TestCase as follows... > > pa

IllegalAccessException expected all the time, but only occurs sometimes. Why?

2005-12-23 Thread Sean Dockery
I have a TestCase as follows... package example; import java.util.Date; import junit.framework.TestCase; public class JavaBeanTest extends TestCase { public JavaBeanTest(String testName) { super(testName); } public void testThrowawayCopy() throws Exception { // setup final JavaBean b