Hi there,
I've got a problem using xmlbeans in debugmode with eclipse ganymede.
The problem is that in the normal run mode everything works fine but
when I am switching to debug mode I got a NullPointerException caused
by Factory.newInstance() and it is thrown by
(this is frim java.io.Reader)
>>>
protected Reader(Object lock) {
if (lock == null) {
throw new NullPointerException();
}
this.lock = lock;
}
<<<
I am doing the Factory.newInstance()-Call in a simple main method to
do some basic tests.
Using google I found this
http://issues.apache.org/jira/browse/XMLBEANS-116 but it seems to me
to be not the solution of my problem.
Do you have any ideas what I can do to get xmlbenas to debug?
Kind regards,
Eike Hinderk Jürrens
--
Eike Hinderk Jürrens
[email protected]
N51°56'28.02'' E7°36'35.72''
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]