Hi.

I'm using XMLBeans to pass from XSD schemas to Java classes. I then persist
these XMLBeans into the OCM repository, but when I try to get them out, I
get an InstantiationException. My guess is that OCM is trying to instantiate
my classes using a constructor without parameters, but all XMLBean classes
have one parameter constructors like the following:

public XXXImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType);
    } 

How could I solve this problem? It's quite critical in my project. Hope
someone can help.

Best regards.

Sebastian Gomez.

-- 
View this message in context: 
http://www.nabble.com/OCM%3A-InstantiationException%3A-plz-help-tp16145966p16145966.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Reply via email to