When you try to access the web service portal in JBoss (http://localhost:8080/services/) using LiveCycle 7.2.2, you receive the following error:
Web Service DirectoryServicesDirectory Exceptionjavax.servlet.jsp.JspException:
An error occurred while evaluating custom action attribute "items" with value "${directoryBean.deployedServices}":
An error occurred while getting property "deployedServices" from an instance of
class com.adobe.workflow.service.WorkflowServiceDirectoryBean (java.lang.NullPointerException)
Add the following lines to the service XML file: [appserver root]/server/all/conf/jboss-service.xml:
<-- Isolate all ears in their own classloader space --> <attribute name="Isolated">true</attribute> <-- Enforce call by value to all remote interfaces --> <attribute name="CallByValue">true</attribute>
Keywords:
cpsid_50944

