Hi,
investigated a bit more, where the ArrayIndexOutOfBoundsException during
initizialization of WSDLManager comes from:
It happens during the the
JAXBExtensionHelper.addExtensions(registry, parentType, elementType);
for the following values:
elementType = org.apache.cxf.ws.addressing.wsdl.UsingAddressing and
parentType = javax.wsdl.Binding
Any idea??
Thanks in advance,
Dirk
Dirk schrieb:
Hi,
I have created a war file which could be deployed successfully on a
BEA Weblogic 9.2. on Windows.
Trying to deploy and start the same war on a Unix environment failes
with a ArrayIndexOutOfBoundsException during initialization of
WSDLManagerImpl like this:/
/
/Context initialization failed //
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'org.apache.cxf.wsdl.WSDLManager' defined in
class path resource [META-INF/cxf/cxf.xml]: Instantiation of bean
failed; nested exception is
org.springframework.beans.BeanInstantiationException: Could not
instantiate bean class [org.apache.cxf.wsdl11.WSDLManagerImpl]:
Constructor threw exception; nested exception is
java.lang.ArrayIndexOutOfBoundsException: 1
Caused by: org.springframework.beans.BeanInstantiationException:
*Could not instantiate bean class
[org.apache.cxf.wsdl11.WSDLManagerImpl]: Constructor threw exception;
nested exception is java.lang.ArrayIndexOutOfBoundsException: 1*/
Any idea?
Cheers,
Dirk