Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
indent20px
styledisc

JBoss

If you package the war in the ear, you might need to add the jboss specific file (jboss-app.xml) to config the classloader.

Code Block
xml
xml

<?xml version="1.0" encoding="UTF-8"?>
<jboss-app>
	<loader-repository>
		apache.cxf:loader=spring_http.ear
		<loader-repository-config>
			java2ParentDelegation=false
		</loader-repository-config>
	</loader-repository>
</jboss-app>

WebLogic

There are two ways to deploy a CXF WAR archive in WebLogic. (Note: This has been validated on WebLogic9.2.)

...

Deploy XFire in WebLogic
Understanding WebLogic ClassLoader
JBoss Class Configuration