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

Reply via email to