hi experts, Am using Store Content -
EMCDocumentumContentRepositoryConnector service in LC ES2 process. It
gets stalled saying with the
message:"javax.ejb.TransactionRolledbackLocalException at
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:262)
at
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
at
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
at
org.jboss.ejb.plugins.SecurityInterceptor.invoke(Se...
hii have the subprocess service inside the main process at the end of
the workflow process.i have reached the point where subprocess should
start. In adminUI when i checked it shows the subprocess is in running
state - but it is not actually running (the subprocess tab is empty)Can
u help me to solve this problem.?thanxBalaji G
hii tried using "Store Content" service in LC ES2 but am getting the
following error :ALC-REP-103-000: Caught Exception: {0}:
com.adobe.repository.RepositoryException: ALC-REP-103-000: Caught
Exception: {0} at
com.adobe.livecycle.documentumservice.impl.util.DocumentumTranslator.translateDfExceptionToRepositoryException(DocumentumTranslator.java:1616)
at
com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.EMCDocumentumContentRepositoryConnectorDelegate.storeContent(EMCDocumentumContentRep...
hi, I use an email service in my ES2 workflow. I have still configured
the credentials but still am facing the below error :ALC-DSC-003-000:
com.adobe.idp.dsc.DSCInvocationException: Invocation error. at
com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.java:152)
at
com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor.java:140)
at
com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainI...
Is there any other workaround to increase the size of the table row of
the My SQL ..?Since am facing the same error, since my process variable
count is only 9 (4 list variables, 1 map variable and 4 xml
variable).Suggest me on this ..Balaji
No the above code did not work out ..I made it work using Iterator -
very small code below .. jus for ur referenceimport java.util.List;
import java.util.HashMap; import java.util.Map; import
java.util.Iterator; import com.adobe.idp.Document;List attachmentListDoc
=
patExecContext.getProcessDataListValue("/process_data/inputattachments");Map
attachmentMapDoc = new HashMap();Iterator it =
attachmentListDoc.iterator();while (it.hasNext()) { Document attDoc =
(Document) it.next(); String name = (St...
hi, I have created two processes - main process and a subprocess.Now i
have added the subprocess to the end of my main process. Tell me how to
use the form data values of Main process in the subprocess ..?Is ther
anyone to help me ...?thanxBalaji
hi, You have mentioned that it is possible to access main process form
variable to the subprocess.I have a main process called M and a
subprocess named S. At the end of the workflow of M i have added S using
the Subprocess service.How can i pass form avariables and process
variables of M to S...?pls help me on this ..thanxBalaji
hi all. I have tried more than a couple of times the below, i could
execute the code with no error but unable to see any attachments ..Can u
pls go thru and update ..//import the classes that the script
referencesimport java.util.List; import java.lang.String; import
java.util.Map; import java.util.HashMap;import java.io.*;import
java.lang.*;import java.util.*;import
com.sun.xml.internal.txw2.Document;try{ List attachmentListDoc =
patExecContext.getProcessDataListValue("/process_data/inputattach...
hi, Am facing a problem in ES2. The attachments in the workspace are
been recieved on the List variable provided in the ES2 Workbench. But
when u consider "Send With Map of Attachments" email service - only Map
variables can be specified.How to overcome this situation ..?Should we
convert List to Map ..? if yes can u pls provide me how to do this
....Help me on this issue ..thanxBalaji