Wrox Home  
Search P2P Archive for: Go

  Return to Index  

enterprise_java_beans thread: SAx exception XML registry


Message #1 by sugandha shah <drsugandha@y...> on Fri, 27 Apr 2001 06:23:56 -0700 (PDT)
Hello,
I 'm facing problem, when i'm using jaxp parser.
This is my code
  SAXParserFactory spf = SAXParserFactory.newInstance
();
  SAXParser parser     = spf.newSAXParser ();
 
I have created xml registry in Administartion
console.In the left pane of Admin console i can see
this newly added registry.But when i startweblogic i
see 
 
 27, 2001 11:31:07 AM GMT+05:30> 
<Info> <Management> <Java system property:
javax.xml.parsers.DocumentBuilderFactory 
weblogic.xml.jaxp.RegistryDocumentBuilderFactory>
 
Still it is taking default as
weblogic.xml.jaxp.RegistryDocumentBuilderFactory which
i don't want.
 
If u could throw some light, it will be of great help.
 
Thanx & Regards
-Sugandha


  Return to Index