Symptom:
In JBoss application server, after deploying the AFM, State Manager, and sample application-specific WAR files, the WAR files are not extracted based on how the applications are deployed. This might cause risk evaluation from State Manager to fail due to class loading issues.
Solution:
Follow these steps:
where,
App_Exploded_Location is the location where JBoss has extracted the application
App_Name is the name of the application, for example, arcotafm or arcotsm..
<jboss-web>
<class-loading java2ClassLoadingCompliance="false">
<loader-repository>
com.arcot:loader=<UniquenameforClassLoader>
<loader-repository-config>
java2ParentDelegation=false
</loader-repository-config>
</loader-repository>
</class-loading>
</jboss-web>
UniquenameforClassloader must be unique for each application. For example, you can use ArcotAFMClassloader for AFM, ArcotSMClassloader for State Manager, and so on.
Repeat this procedure for the AFM, State Manager, and SAML sample applications.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|