Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Balaji_Gurumurt
Balaji_Gurumurt
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
26

Discussions

Discussions
0

Questions

Questions
0

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Balaji_Gurumurt
Customize the badges you want to showcase on your profile
Re: stalling action-instance: with message: javax.ejb.TransactionRolledbackLocalException: - Adobe LiveCycle 26-02-2010
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...

Views

247

Likes

0

Replies

0
Re: Passing to sub-processes - Adobe LiveCycle 25-02-2010
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

Views

228

Likes

0

Replies

0
Re: Exception Number ALC-RES-001-003 - Adobe LiveCycle 24-02-2010
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...

Views

139

Likes

0

Replies

0
Re: Email for Task Assigned is not sending to the mailbox - Adobe LiveCycle 11-02-2010
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...

Views

656

Likes

0

Replies

1
Re: MySQL error: Got error 139 - Adobe LiveCycle 06-02-2010
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

Views

829

Likes

0

Replies

1
Re: Handling attachments of the form - Adobe LiveCycle 06-02-2010
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...

Views

645

Likes

0

Replies

0
Re: Using process variables in subprocesses - Adobe LiveCycle 06-02-2010
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

Views

242

Likes

0

Replies

2
Re: Passing attachements to sub-processes - Adobe LiveCycle 06-02-2010
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

Views

228

Likes

0

Replies

1
Re: Handling attachments of the form - Adobe LiveCycle 03-02-2010
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...

Views

645

Likes

0

Replies

3
Re: Send With Map of Attachments & Map Variable - Adobe LiveCycle 03-02-2010
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

Views

469

Likes

0

Replies

2