DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Table of Contents | ||||
|---|---|---|---|---|
|
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 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