"Stein M. Hugubakken" wrote:
> Keith Visco wrote:
> >
> >
> > 1. Cache the descriptors!
> >
> > import org.exolab.castor.xml.ClassDescriptorResolver;
> > import org.exolab.castor.xml.Unmarshaller;
> > import org.exolab.castor.xml.util.ClassDescriptorResolverImpl;
> >
> >ClassDescriptor
Keith Visco wrote:
1. Cache the descriptors!
import org.exolab.castor.xml.ClassDescriptorResolver;
import org.exolab.castor.xml.Unmarshaller;
import org.exolab.castor.xml.util.ClassDescriptorResolverImpl;
ClassDescriptorResolver cdr = new ClassDescriptorResovlerImpl();
...
Unmar
John Crossman wrote:
> Hello! I am working with Castor for the first time. Two questions:
>
> 1. My needs are specifically focused on improving performance in the
> unmarshalling of XML. How can I tweak Castor to perform as well as
> possible? Is there a parser that is known to perform best?
Hello! I am working with Castor for the first time. Two questions:
1. My needs are specifically focused on improving performance in the
unmarshalling of XML. How can I tweak Castor to perform as well as
possible? Is there a parser that is known to perform best?
2. Also, any un/official numb
I neglected to append the BindingImpl class - included at the end for completeness.
Thanks..
-Original Message-
From: Brent Picasso [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 22, 2004 9:22 AM
To: [EMAIL PROTECTED]
Subject: [castor-dev] problems with polymorphic mapping-
Hello,
I
Hello,
I am trying to unmarshal the following structure, involving mapping a concrete class
to a field that defined with an interface.
It's failing with an error:
testBindingMapping(com.schemalogic.integrator.BindingMappingTest)java.lang.NoClassDefFoundError:
com/schemalogic/integrator/Bindi