Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Data Access, Manipulation & Batch Languages > JAVA > unable to parse xml using servlet

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-08-03, 06:51
babloosony babloosony is offline
Registered User
 
Join Date: Mar 2002
Posts: 4
unable to parse xml using servlet

Hi,

I am uploading an xml to database using a servlet and I use sax parser. The uploading task works fine for first request but for sucessive requests, the servlet hangs. Below is the code and please let me
what is the fault here:


saxParserFactory = SAXParserFactory.newInstance();saxParser = saxParserFactory.newSAXParser();saxHandler = new SAXHandler(newProjectTitle);synchronized (saxHandler){ saxParser.parse(filePathObject, saxHandler);}




Thanks & Regards,
Kumar.
Reply With Quote
  #2 (permalink)  
Old 12-08-03, 16:40
amit_kaps amit_kaps is offline
Registered User
 
Join Date: Nov 2003
Location: Pune, India
Posts: 22
Hi,
can you pls share the complete code for the servlet.
__________________
Regards,
Amit.K.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On