Hi Ramesh,
This looks like it might be an expected error.

My guess is that when you call:

TemplateDocument.Factory.parse()

you are passing content that starts with
<xsd:schema ... />
rather than
<Template ... />

Can you confirm this is the case?

-Jacobd
On 3/14/07, Ramesh Ranganathan <[EMAIL PROTECTED]> wrote:
Hi,

I am getting the following exception when I try to run my program.

C:\Projects\SRS\Programs\xmlbeans\EasyPO>java Template
org.apache.xmlbeans.XmlException: Element
[EMAIL PROTECTED]://www.w3.org/2001/XMLSchema is not a valid
[EMAIL PROTECTED] document or a valid substitution.
        at
org.apache.xmlbeans.impl.store.Locale.autoTypeDocument(Locale.java:322)
        at
org.apache.xmlbeans.impl.store.Locale.parseToXmlObject
(Locale.java:1273)
        at
org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1257)
        at
org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(SchemaTypeLoaderBase.java:345)
        at
org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(SchemaTypeLoaderBase.java:252)
        at template.TemplateDocument$Factory.parse(Unknown
Source)
        at Template.main(Template.java:15)
Exception in thread "main" java.lang.NullPointerException
        at Template.main(Template.java:23)

Please help me on this.

Regards,
Ramesh Kumar.R

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

Reply via email to