Hi Mat,
Thank you for the reply
Yes my code is working well.
My objective was to upload a sql server table in to the gae datastore .
So made a xml file out of table and uploaded to datastore. It worked fine.
all xml data was uploaded to datastore successfully.
What I want is to create a gae app with gwt functionality. So i created a
new app and again try to upload the data in the xml file to the datastore.
Thats where I endup in an exception. I already have successfully uploaded
the data in the earlier attempt. So I have two options now.
1. Use the datastore created by my first app and use it in the current app
2. Somehow overcome the exception.
All testing was done in my local app engine.
This is a part of the code
public void onModuleLoad() {
RootPanel rootPanel = RootPanel.get();
...........................
.................
new com.imcProject.client.uploader.CustomXMLParser().doParsing();
}
This xml parser class worked in a non app engine environment as well. So
there is no problem with the xml parsing class.
Earlier my code was working fine . So please someone help me.
Thank You
Aruna
On 29 December 2011 02:42, Matthew Jaggard <[email protected]> wrote:
> Unless you have this working somewhere else, it's not relevant to this
> group.
>
> Where do you have your code reading XML working already? Local app
> engine? Standard Java app?
> Can you post the code that's failing and any other code that's relevant?
>
> If you can't get this working outside of the App Engine, you'll need
> to get help elsewhere.
>
> Thanks,
> Mat.
>
> On 29 December 2011 10:35, deltaaruna <[email protected]> wrote:
> > Hi all,
> >
> > I tried to read a xml file using an gwt+google app engine app. But I
> > am getting following exceptions
> >
> > No source code is available for type
> > org.xml.sax.helpers.DefaultHandler; did you forget to inherit a
> > required module?
> > No source code is available for type javax.jdo.PersistenceManager; did
> > you forget to inherit a required module?
> > No source code is available for type javax.xml.parsers.SAXParser; did
> > you forget to inherit a required module?
> > No source code is available for type
> > javax.xml.parsers.SAXParserFactory; did you forget to inherit a
> > required module?
> > No source code is available for type java.io.File; did you forget to
> > inherit a required module?
> > No source code is available for type
> > javax.xml.parsers.ParserConfigurationException; did you forget to
> > inherit a required module?
> > No source code is available for type org.xml.sax.SAXException; did you
> > forget to inherit a required module?
> > No source code is available for type org.xml.sax.Attributes; did you
> > forget to inherit a required module?
> >
> > Please someone help me.
> >
> > Thank You
> > Aruna
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "Google App Engine for Java" group.
> > To post to this group, send email to
> [email protected].
> > To unsubscribe from this group, send email to
> [email protected].
> > For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.