Avatar

Level 3

do you mean that i should put sth like:

<import-packages>

<package>com.adobe.idp.taskmanager.dsc.client</package>

<package>com.adobe.livecycle.usermanager.client</package>

</import-packages>

and remove the class-path tag from component.xml or i just need to remove adobe-taskmanager-client.jar and adobe-usermanager-client.jar?

<class-path>lib/adobe-livecycle-client.jar lib/adobe-taskmanager-client.jar lib/adobe-usermanager-client.jar lib/adobe-utilities.jar lib/adobe-workflow-client-sdk.jar lib/commons-codec-1.3.jar lib/jbossall-client.jar</class-path>

and i am not sure about the ejb protocol? do you mean i need to remove the line:

connectionProps.setProperty(ServiceClientFactoryProperties.DSC_TRANSP ORT_PROTOCOL,ServiceClientFactoryProperties.DSC_EJB_PROTOCOL);

or i just use

ServiceClientFactory myFactory = ServiceClientFactory.createInstance();

and no need to set the connection properties?

thanks