|
Fixed me too! Tnx Stefan. For those who repeat this fix: 1) Remember to add xerces to start of WL
classpath. 2) Using WL console (rather than editing
config.xml): a)
mydomain/Services/XML
-> Configure a
new XML Registry... Name: Xerces
JAXP DocumentBuilderFactory:
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl SAXParserFactory:
org.apache.xerces.jaxp.SAXParserFactoryImpl Transformer
Factory: weblogic.apache.xalan.processor.TransformerFactoryImpl
[default] When To Cache:
“cache-on-reference” [default] b) mydomain/Servers/myserver -> “Services”
tab / ”XML” tab �������������� Select “Xerces JAPX”
from “XML Registry” pulldown My resulting config.xml entries: <Server ListenPort="7001" �����������
Name="myserver" �����������
NativeIOEnabled="true" �������
����TransactionLogFilePrefix="config/mydomain/logs/"
�����������
XMLRegistry="Xerces JAXP"> <XMLRegistry �������
DocumentBuilderFactory="org.apache.xerces.jaxp.DocumentBuilderFactoryImpl" �������
Name="Xerces JAXP" �������
SAXParserFactory="org.apache.xerces.jaxp.SAXParserFactoryImpl" �������
TransformerFactory="weblogic.apache.xalan.processor.TransformerFactoryImpl"
�������
WhenToCache="cache-on-reference"/> � This works for me …
NT/soap2.2/xerces1.4.0/WL6.1beta Steve -----Original Message----- That fixed it!
Thanks, Stefan!
|
Title: RE: compatibility with weblogic 6.1 beta
- compatibility with weblogic 6.1 beta Ed Keen
- RE: compatibility with weblogic 6.1 beta Steve Livingston
- RE: compatibility with weblogic 6.1 beta Erik Onnen
- RE: compatibility with weblogic 6.1 beta Steve Livingston
- RE: compatibility with weblogic 6.1 beta Steve Livingston
- RE: compatibility with weblogic 6.1 beta Stefan Dube
- RE: compatibility with weblogic 6.1 beta Ed Keen
- RE: compatibility with weblogic 6.1 beta Ed Keen
- RE: compatibility with weblogic 6.1 beta Steve Livingston
- RE: compatibility with weblogic 6.1 beta Matthew J. Duftler
- RE: compatibility with weblogic 6.1 beta Steve Livingston
- RE: compatibility with weblogic 6.1 beta Stefan Dube
