Hi,

it seems that when I try to get Child it also get's SuperChild.. even though I haven't said that it should get superchild. All I want is to get just Child not superCHild.. Perhaps it's not possible to get like this?

How about if I do Child interface

and SuperChild implements Child
and ChildImpl implements Child

could it work then?

- Joose


13.8.2004 kello 16:50, Thomas Dudziak kirjoitti:

Joose Vettenranta wrote:

I did this and it did not work.

I get this:

java.lang.NullPointerException
.......
java.lang.VerifyError: Class net.vettenranta.super.Child overrides final method jdoReplaceFlags.()V
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:256)
at org.apache.ojb.broker.util.ClassHelper.getClass(ClassHelper.java:30)
at org.apache.ojb.broker.util.ClassHelper.getClass(ClassHelper.java:98)
at org.apache.ojb.broker.metadata.RepositoryXmlHandler.startElement(Repos it oryXmlHandler.java:199)
.....


using: 1.0rc6

Hmm, can't help you with the JDO stuff. You should post this error again (with the URL to your doc/tutorial) in a new thread with JDO in the message label (to attract the JDO experts).


Tom


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


--
"Always remember that you are unique, just like everyone else!"
* http://iki.fi/joose/ * [EMAIL PROTECTED] * +358 44 561 0270 *


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to