Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Accessing content service API from Web application

Avatar

Former Community Member

Hi All,

I am tying to invoke content service operation(retrieveContent) from a web application.

I followed the steps mentioned @ http://http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.html (Under API Quick Starts (Code Examples) - > Document Management Service API Quick Starts - > Quick Start (EJB mode): List Content Services ES2 content using the Java API )

and I am able to retrieve all the documents from the content server.

When i tried the same thing in a WEB application deployed into JBoss i am getting following exception

ALC-CSV-30000-000: com.adobe.livecycle.contentservices.client.exceptions.CSInvocationException: ALC-CSV-030-000-[{0}]

TRACE

Caused by: java.lang.NoSuchFieldError: TRACE

        at com.adobe.idp.dsc.provider.impl.ejb.EjbMessageDispatcher.doSend(EjbMessageDispatcher.java:178)

        at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispatcher.java:66)

        at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)

        at com.adobe.livecycle.contentservices.client.impl.DocumentManagementServiceClientImpl.getSpaceContents(Unknown Source)

Please help me in solving this.

Regards

Rao

0 Replies