• 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

Can not deploy an app to weblogic

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have a problem deploying an application to Weblogic 9.2 M3.
Keep getting an exception (see below).
My Spring version is 2.5.1, claimed to be supported by WL 9.2 M3:
http://edocs.bea.com/platform/suppconfigs/configs92/92_over/overview.html#1131055

I see that the createDocumentBuilderFactory method of the org.springframework.beans.factory.xml.DefaultDocumentLoader class returns Weblogic's Document builder factory.
When an app is deployed to Tomcat, the standard com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl is returned and everything works fine after that.
Wondering if this may be the root of the problem...

Any input is greatly appreciated.

Thanks,
Andrey Shulinskiy


The exception and its stack trace:

reply
    Bookmark Topic Watch Topic
  • New Topic