• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Oracle 10g release 2 Application Server

 
Ranch Hand
Posts: 71
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,


I have a J2EE apllication which has a xml upload feature and a form filling application which is build on Struts(Not the xml file upload). We have used JDOM for the xml parsing and it is working prefectly with Oracle 10g Application server on which it is currently deployed. Now with the release of 10g Release 2, we would like to deploy it on the latest server. We have deployed the application on the new server, there is no major issue with the rest of the web application but there are XPath related issues with the xml upload module, and all the xml are not getting parsed due to XPath issue.

Is there any changes made in the new version related to the XPath used, or are there any modification to be made at the web application level.

Please Reply!

Regards
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic