[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XMLContainerMissing



Falko Braeutigam wrote:
> 
> On Wed, 04 Apr 2001, Elisa Bruschi wrote:
> > Hello,
> >       I have a problem while calling
> >
> > MyClass myInstance = (MyClass)(db.objectForName( "my_instance" ));
> > I have this warning in return (and obviously nothing works):
> >
> > Transaction: objectForName()
> >       java.io.InvalidClassException: org.ozoneDB.xml.util.XMLContainerMissing
> > no-arg constructor for class
> 
> Hmmm... org.ozoneDB.xml.util.XMLContainerMissing does not even exists in my
> source tree... ?? What ozone version do you use?
> 
> Falko

IMHO this output is confusing because of missing whitespace.
It should have been:

Transaction: objectForName()
java.io.InvalidClassException: org.ozoneDB.xml.util.XMLContainer
Missing no-arg constructor for class


Michael