Quantcast
Channel: Adobe Community : Popular Discussions - LiveCycle Workbench
Viewing all 69588 articles
Browse latest View live

how to read data/fields of the pdf form

$
0
0

Hi,

 

i want to orchestrate a process where input is interactive forma and output is xml data.

 

i mean i want to read data/fields of the pdf form.

Which activity do i use on workbench.

 

 

Regards

Sunil


Error - upload XDP into LC Workbench

$
0
0

Hi,

 

 

I am getting the error below , whenever i am uploading the XDP file into workbench. Anyone know how to fix this issue??

 

Currently my oracle database is located in  drive E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\.

 

how can i set the access for the file "UNDOTBS01.DBF" from drive 'D' to Drive 'E'.

 

Pls Assist.

 

 

 

Caused by: com.adobe.repository.bindings.dsc.client.ResourceRepositoryClientException: ALC-REP-106-000: Caught DSCException: ALC-DSC-005-000: com.adobe.idp.dsc.DSCNotSerializableException: Not Serializable
Caused by: java.io.IOException: EJB Exception: ; nested exception is: java.io.IOException: ORA-00376: file 2 cannot be read at this time
ORA-01110: data file 2: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DBF'

Can we have more than one attachement to the "Email with Attachment" activity

$
0
0

Guys,

I have a requirement in which the process has n number of approvers in the flow, and each approver can add attachments to the form in the list<document> variable which carries the attahced documents.

At the end of the process i am supposed to send a email with all the attached files to a help desk team.

I know that the Email with attachment activity supports one attachment. is there any posibility or other activity that i can use to send an email with any number of attachments?

After installing workbench 9.5, the workbench 9.0's original workflow doesn't work.

$
0
0

Hi

 

I updated from ES2 to ES2.5 and installed workbench 9.5.

 

I followed the tutorial "Creating Your First LiveCycle Application" to create a same workflow which I've done by workbench 9.0.

 

Every setting of the application is the same of workbench 9.0.

 

I created a new task, and clicked the "done" button under the page, but the application does not run to the approver called "John Jacobs".

 

The same workflow can run properly on ES2's workspace. I don't know why this happened.

 

I checked the log that it seems that when I press the button, the whole workflow will be over.  But I can not shoot the trouble only by this.

 

2010-11-24 18:10:57,778 INFO  [com.adobe.livecycle.reviewandcommenting.dsc.impl.ReviewAndCommenting ServiceImpl] ALC-CSV-001-000-ON ASYNC EVENT : Asynchronous : TaskCreated

2010-11-24 18:11:17,981 INFO  [com.adobe.livecycle.reviewandcommenting.dsc.impl.ReviewAndCommenting ServiceImpl] ALC-CSV-001-000-ON ASYNC EVENT : Asynchronous : TaskCompleted

 

 

I really need some help.

 

En Shoku

Problem starting service created from DSC component

$
0
0

Hi,

I downloaded the DSC component tool for use in eclipse and created a very simple component to append messages to a log file.  I then created the component, created a jar file and installed the component in workbench as described in http://www.adobe.com/devnet/livecycle/articles/dsc_development.html.

 

Now I can incorporate the component in my process.  So far so good.  Unfortunately when I go to run my process, I get an indication that the service is not running, and sure enough, when I go to the LiveCycle Admin UI I see that the service is stopped.  Unfortunately, when I try to start the service I get the following message:

 

MessageLogger Service failed to start

 

ALC-AAC-0017-000: Service(s) failed to start. It could be configuration problem.

 

which is fine as far as it goes, but doesn't really tell me what I can do to address the problem.  Can anyone suggest next steps to troubleshoot the problem?

 

Thanks!

 

Error when Creating a ServiceClientFactory instance JAVA API

$
0
0

When invoking Assembling a PDF document  quick start I'm having a compilation error when creating a ServiceClientFactory instance:

 

//Create a ServiceClientFactory instance

ServiceClientFactory myFactory = ServiceClientFactory.createInstance(connectionProps);

 

The error is: The type com.adobe.idp.Context cannot be resolved. It is indirectly referenced from required .class files

 

All the required jars are a path.

What esle can be a problem ?

 

Thanks, Yan

 

 

Error when closing Workbench

$
0
0

We're getting an error when closing workbench -- below is information from the log:

!MESSAGE Bundle update@plugins/org.eclipse.emf.compare.diff_0.8.0.v200806180301.jar was not resolved.

!MESSAGE Missing required bundle org.eclipse.emf.compare.match_0.0.0.

Does anyone know why we would be getting this error?

Thanks,

Janis

Share Technical Interview Questions need

$
0
0

Hi All,

 

I am preparing for interview on adobe livecycle designer and developer first time.

 

Can you send or tell me the interview questions please?

 

Regards,

Srujan


Prepopulate dropdown lists with xml file

$
0
0

Hi everyone,

 

I'm trying to prepopulate a dropdown list using an xml file. There are many tutorials on the internet that allows me to do that from the preview tab of the designer. However, when I did that it worked well, but i'm not able to "embed" the xml file so that the values will appear in the workspace when the user start a process.

 

I tried to load the xml file with read resource content in the action profile of the first task, and put the result in the "xmlPrepareData" but the problem is that I can't set any values of the xmlPrepareData after because the xml template isn't exactly the one used by LiveCycle.

 

Any thought ? Is anyone already succeded in prepopulate a dropdown list with an xml file inside the process ?

 

Regards,

 

Thomas

Configuring ConvertPdfService: 1.2

$
0
0

Hi,

 

I am getting following error while configuring ConvertPdfService: 1.2 as a watch folder:

 

location ---- Reason of failure is-----Cannot coerce object: *.tif of type: java.lang.String to type: class com.adobe.livecycle.convertpdfservice.client.ToImageOptionsSpec

Cannot coerce object: *.tif of type: java.lang.String to type: class com.adobe.livecycle.convertpdfservice.client.ToImageOptionsSpec

 

 

I want to convert PDF to TIFF  but not sure what should be the values of below configurations for achiving the same.

pdfconvert.JPG

 

Please help to advise on the same.

createPDF throws IllegalStateException and NoClassDefFoundError for SOAPConstants

$
0
0

The method call "createPDF" is failing with IllegalStateException as shown in the log below. I've included the list of jars mentioned in thread http://forums.adobe.com/thread/797685. Do you have any suggestions for resolving this or getting a verbose error message that help resolve the issue? Thanks.

 

Also - I'm doing this as a SOAP call.

This is the program call..

DistillerServiceClient dsc = new DistillerServiceClient(myFactory);

result = dsc.createPDF(inDoc, inputFileName, adobePDFSettings, securitySettings, optDoc, null);

 

 

 

These jars are in the class path..

Classes.png

 

 

This is what I see in the logs..

 

LiveCycle Server request failed:

java.lang.IllegalStateException
at com.adobe.idp.dsc.clientsdk.ServiceClientFactory$1.handleThrowable(ServiceClientFactory.j ava:67)
at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:220)
at com.adobe.livecycle.distiller.client.DistillerServiceClient.createPDF(DistillerServiceCli ent.java:149)
at com.principal.corp.watcher.LiveCycleFunctions.callLiveCycle(LiveCycleFunctions.java:77)
at com.principal.corp.watcher.FolderListner.run(FolderListner.java:268)
at java.lang.Thread.run(Thread.java:811)
Caused by:
java.lang.NoClassDefFoundError: org.apache.axis.soap.SOAPConstants
at java.lang.J9VMInternals.verifyImpl(Native Method)
at java.lang.J9VMInternals.verify(J9VMInternals.java:69)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:131)
at java.lang.Class.forNameImpl(Native Method)
at java.lang.Class.forName(Class.java:130)
at com.adobe.idp.dsc.clientsdk.ServiceClientFactory.createMessageDispatcher(ServiceClientFac tory.java:593)
at com.adobe.idp.dsc.clientsdk.ServiceClientFactory.getMessageDispatcher(ServiceClientFactor y.java:550)
at com.adobe.idp.dsc.clientsdk.ServiceClient.getMessageDispatcher(ServiceClient.java:239)
at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:205)
... 4 more
Caused by:
java.lang.ClassNotFoundException: org.apache.axis.soap.SOAPConstants
at java.net.URLClassLoader.findClass(URLClassLoader.java:497)
at com.ibm.ws.bootstrap.ExtClassLoader.findClass(ExtClassLoader.java:132)
at java.lang.ClassLoader.loadClass(ClassLoader.java:650)
at com.ibm.ws.bootstrap.ExtClassLoader.loadClass(ExtClassLoader.java:87)
at java.lang.ClassLoader.loadClass(ClassLoader.java:616)
... 13 more

 

 

pdf generator fails to use MSWord

$
0
0

Hello,

I want to assemble some native documents to PDF.  Landscape is Windows 7 pro, JBoss turnkey, MS Office 2010 and OpenOffice 3.4. 

 

The server logs shows that PDF generator fails when trying to use MSWord...and then switches to fallback OpenOffice.  I did verify that could use Acrobat menu in Word to create PDF. The error from server log seems to be centered around:  calling funciton to  clean registry resiliency entry - ALC-PDG-001-000 Access is denied.  Thank you for any insight.  See server log snippet, below, for detail info.  (thank you for any insight):

 

// server log fragment

 

0278e-f90869-96d63c\pdfg Standard 6670048395604951908.joboptions

2012-07-31 10:59:10,251 INFO  [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-3) ALC-PDG-001-001-Begin processing job : C:\Windows\Temp\pdfg-MICROSAGE_3_\88\dd81-5a7669-cabfbd-b0278e-f90869-96d63c\notes-testin g.docx

2012-07-31 10:59:11,478 WARN  [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-3) ALC-PDG-001-000-PDFMaker launch/openDoc failed 1 times for job=notes-testing.docx931f42-bb5d4a-e0be48-9bad87-90b0e6-d04592

2012-07-31 10:59:11,479 INFO  [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-3) ALC-PDG-001-000-Calling function to clean registrys Resiliency entry

2012-07-31 10:59:11,479 INFO  [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-3) ALC-PDG-001-000-Access is denied.

2012-07-31 10:59:13,304 INFO  [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-3) ALC-PDG-001-000-Calling function to clean registrys Resiliency entry

2012-07-31 10:59:13,305 INFO  [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-3) ALC-PDG-001-000-Access is denied.

2012-07-31 10:59:13,384 INFO  [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-3) ALC-PDG-001-000-Calling function to clean registrys Resiliency entry

2012-07-31 10:59:13,385 INFO  [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-3) ALC-PDG-001-000-Access is denied.

2012-07-31 10:59:14,929 INFO  [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-3) ALC-PDG-001-001-Begin processing job : C:\Windows\Temp\pdfg-MICROSAGE_3_\88\dd81-5a7669-cabfbd-b0278e-f90869-96d63c\notes-testin g.docx

2012-07-31 10:59:16,071 WARN  [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-4) ALC-PDG-001-000-PDFMaker launch/openDoc failed 1 times for job=notes-testing.docx931f42-bb5d4a-e0be48-9bad87-90b0e6-d04592

2012-07-31 10:59:16,095 INFO  [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-4) ALC-PDG-001-000-Calling function to clean registrys Resiliency entry

2012-07-31 10:59:16,098 INFO  [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-4) ALC-PDG-001-000-Access is denied.

2012-07-31 10:59:17,901 INFO  [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-4) ALC-PDG-001-000-Calling function to clean registrys Resiliency entry

2012-07-31 10:59:17,902 INFO  [com.adobe.native2pdf.bmc.WordToPDFConverter] (RequestProcessor-4) ALC-PDG-001-000-Access is denied.

2012-07-31 10:59:17,966 INFO  [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-028-notes-testing.docx: Job Completion Status: Failed

2012-07-31 10:59:17,966 INFO  [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-025-notes-testing.docx: Time Job Completed: 7/31/12 10:59 AM for job = notes-testing.docx931f42-bb5d4a-e0be48-9bad87-90b0e6-d04592

2012-07-31 10:59:17,966 INFO  [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-030-notes-testing.docx: Waiting time in queue: 0 ms for job = notes-testing.docx931f42-bb5d4a-e0be48-9bad87-90b0e6-d04592

2012-07-31 10:59:17,967 INFO  [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-026-notes-testing.docx: Time of Job Execution: 7,819 ms for job = notes-testing.docx931f42-bb5d4a-e0be48-9bad87-90b0e6-d04592

2012-07-31 10:59:17,967 ERROR [com.adobe.pdfg.GeneratePDFImpl] (http-0.0.0.0-8080-1) ALC-PDG-001-000-ALC-PDG-016-004-An error was encountered while processing the Microsoft Word file for PDF generation.

2012-07-31 10:59:17,967 INFO  [com.adobe.pdfg.GeneratePDFImpl] (http-0.0.0.0-8080-1) ALC-PDG-001-000-Conversion failed : ALC-PDG-016-004-An error was encountered while processing the Microsoft Word file for PDF generation.

2012-07-31 10:59:17,968 INFO  [com.adobe.pdfg.GeneratePDFImpl] (http-0.0.0.0-8080-1) ALC-PDG-001-000-Trying to find a fallback route if available

2012-07-31 10:59:17,969 INFO  [com.adobe.pdfg.GeneratePDFImpl] (http-0.0.0.0-8080-1) ALC-PDG-001-000-fallback appconfig found :com.adobe.native2pdf.xml.impl.FiletypeSettingsTypeImpl$SettingsTypeImpl$OpenOfficeTypeIm pl

2012-07-31 10:59:17,969 INFO  [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-001-Begin processing job : notes-testing.docx

2012-07-31 10:59:17,969 INFO  [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-024-notes-testing.docx: Time Job Submitted: 7/31/12 10:59 AM for job = notes-testing.docx931f42-bb5d4a-e0be48-9bad87-90b0e6-d04592

2012-07-31 10:59:17,969 INFO  [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-017-notes-testing.docx: Job Submitted by User: administrator

2012-07-31 10:59:17,969 INFO  [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-016-notes-testing.docx: Job Type: OpenOffice to PDF

2012-07-31 10:59:17,980 INFO  [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-022-notes-testing.docx: Security Settings Used: No Security

2012-07-31 10:59:17,981 INFO  [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-023-notes-testing.docx: FileType Settings Used: Standard

2012-07-31 10:59:20,315 INFO  [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-027-notes-testing.docx: Job Completion Status: Succeeded

2012-07-31 10:59:20,316 INFO  [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-025-notes-testing.docx: Time Job Completed: 7/31/12 10:59 AM for job = notes-testing.docx931f42-bb5d4a-e0be48-9bad87-90b0e6-d04592

2012-07-31 10:59:20,316 INFO  [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-030-notes-testing.docx: Waiting time in queue: 0 ms for job = notes-testing.docx931f42-bb5d4a-e0be48-9bad87-90b0e6-d04592

2012-07-31 10:59:20,316 INFO  [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-1) ALC-PDG-001-026-notes-testing.docx: Time of Job Execution: 2,346 ms for job = notes-testing.docx931f42-bb5d4a-e0be48-9bad87-90b0e6-d04592

 

//

Insert date into database by using JDBC Service/Execute SQL statement in workbench

$
0
0

Hello,

 

Can any one please advise on the formatting the date so it can be inserted into the database without getting error.

 

insert into tableA(fieldA, fieldB, dateC)

values (?, ?, ?)

 

or

 

insert into tableA(fieldA, fieldB, dateC)

values ('?', '?', '?')

 

I tried either insert statements above for SQL server but keep getting the below error:

 

[4/22/13 13:39:43:444 CDT] 0000002e ExceptionUtil E   CNTR0020E: EJB threw an unexpected (non-declared) exception during invocation of method "doBMT" on bean "BeanId(LiveCycle8#adobe-dscf.jar#EjbTransactionBMTAdapter, null)". Exception data: java.lang.RuntimeException: Conversion failed when converting date and/or time from character string.

 

 

But if I manually place the value like the below then it works fine.

insert into tableA(fieldA, fieldB, dateC)

values ('test', 'description', '4/22/2013')

 

Thanks,

HD

LC4: how start Acrobat action wizard script or trigger preflight correction?

$
0
0

Hi!

I need to work with layers (OCG) in a single site PDF.

  1. seperate the different element types into different layers (done by preflight correction script)
  2. hide the text layer
  3. export the pdf without the hidden text-layer as img
  4. import the new img as background layer.
  5. save pdf

 

I was able to do all steps in 4 different action wizard scripts in Acrobat XI. How can I access them in a LiveCycle process?

If this is not possible, how can I access preflight corrections into a LiveCycle process to achieve the same?

 

Thanks a lot!

Andreas

(ES3) Adding Invisible Signature field?

$
0
0

I understand that Signature Service can't Add Invisible Signature Field to a Dynamic XFA PDF, so I'm trying the following:

 

  1. Forms Service's renderPDFForm operation to Merge Form and Data; and then
  2. Output Service's transformPDF operation to Flatten PDF.

 

However I still get the error: ALC-DSS-300-007 Addition of Signature Fields is not supported for Dynamic XFA PDFs

 

This seems to indicate that previous steps I took do not in fact transform a Dynamic XFA PDF to Static PDF.

 

Is there are way to transform a Dynamic XFA PDF to a Static PDF so that I can add an invisible signature field that can be used by the Signature Service's Certify PDF operation?

 

(I feel like I must be overlooking something simple, and my google-fu is failing me.)


Need to embed an image in email with document operation!!

$
0
0

Hi All,

 

I want to send an acknowledgement an email by placing/embeding an image in the body of the email using EMAIL WITH DOUCMENT activity picker.

 

I am able to send an email using "email with document" but i am not able to add/embed an image in body of the email.

 

Please help me .

 

Thanks ,

Bharathi.

OSGI and Karaf dependencies

$
0
0

Hi all,

 

I am migrating our backend application to an OSGi arquitecture (with karaf as OSGi container).

 

So I need to call ALC services from our application OSGi bundles and we are facing bundles dependencies issues at runtime.

 

I added the following ALC OSGifyed jars as a feature in karaf:

 

usermanager-client

livecycle-client

contentservices-client

utilities

 

To do OSGIyed jar, I used bnd tool.

But we cannot  make it work, this is what I see in the logs..


java.lang.IllegalStateException

                at com.adobe.idp.dsc.clientsdk.ServiceClientFactory$1.handleThrowable(ServiceClientFactory.j ava:72)

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

                at com.citi.edelng.engine.logic.alc.FraudAffidavitServiceImpl.submitAffidavitToAdobe(FraudAf fidavitServiceImpl.java:37)

                at com.citi.edelng.engine.logic.alc.MilitaryDocumentsServiceImpl.submit(MilitaryDocumentsSer viceImpl.java:64)

                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

                at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

.....

 

at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:218)

                at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:51)

                at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:586)

                at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:44)

                at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598)

                at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533)

                at java.lang.Thread.run(Thread.java:722)

Caused by: java.lang.NoClassDefFoundError: org/apache/axis/soap/SOAPConstants

                at java.lang.Class.forName0(Native Method)

                at java.lang.Class.forName(Class.java:188)

                at com.adobe.idp.dsc.clientsdk.ServiceClientFactory.createMessageDispatcher(ServiceClientFac tory.java:624)

                at com.adobe.idp.dsc.clientsdk.ServiceClientFactory.getMessageDispatcher(ServiceClientFactor y.java:580)

                at com.adobe.idp.dsc.clientsdk.ServiceClient.getMessageDispatcher(ServiceClient.java:239)

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

                ... 112 more

Caused by: java.lang.ClassNotFoundException: org.apache.axis.soap.SOAPConstants

                at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506)

                at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)

                at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)

                at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:107)

                at java.lang.ClassLoader.loadClass(ClassLoader.java:356)

 

I added axis.jar but It didn't work.

I execute in karaf console, osgi:headers mybundleId, under the Import-Package I see the package name listed in a red color..

Import-Package =

                com.adobe.edc.server.spi.storage.pof;resolution:=optional,

                com.adobe.framework;resolution:=optional,

                com.adobe.idp.dsc.boi;resolution:=optional,

                com.adobe.idp.dsc.engine;resolution:=optional,

                com.adobe.idp.dsc.engine.impl;resolution:=optional,

                com.adobe.idp.dsc.registry.component.impl;resolution:=optional,

                com.adobe.idp.dsc.registry.connector.impl;resolution:=optional,

                com.adobe.idp.dsc.registry.datatype.impl;resolution:=optional,

                com.adobe.idp.dsc.registry.impl;resolution:=optional,

                com.adobe.idp.dsc.registry.service.impl;resolution:=optional,

                com.adobe.idp.um.api;resolution:=optional,

                com.adobe.idp.um.api.infomodel;resolution:=optional,

                com.adobe.jmx;resolution:=optional,

                com.adobe.livecycle.cache;resolution:=optional,

                com.adobe.livecycle.cache.adapter;resolution:=optional,

                com.adobe.livecycle.cache.admin;resolution:=optional,

                com.adobe.pof;resolution:=optional,

                com.adobe.pof.odapi;resolution:=optional,

                com.adobe.pof.omapi;resolution:=optional,

                com.adobe.pof.schema;resolution:=optional,

                com.jamonapi;resolution:=optional,

                com.thoughtworks.xstream;resolution:=optional,

                com.thoughtworks.xstream.io;resolution:=optional,

                com.thoughtworks.xstream.io.xml;resolution:=optional,

                javax.ejb;resolution:=optional,

                org.apache.axis.attachments;resolution:=optional,

                org.apache.axis.client;resolution:=optional,

                org.apache.axis.constants;resolution:=optional,

                org.apache.axis.description;resolution:=optional,

                org.apache.axis.soap;resolution:=optional,

......

 

any clue?

 

Thanks in advance!

Exception while merging data with XDP using FormDataIntegration

$
0
0
Hi All,
I am trying to merge the XML data into and XDP to create a PDF using FormDataIntegration.
But i got the following error:
com.adobe.livecycle.formdataintegration.client.ImportFormDataException: Operation aborted: malformed PDF or data.
at com.adobe.livecycle.formdataintegration.server.FormData.importData(FormData.java:89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:181)
at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:134)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)
at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterBean.doRequiresNew (EjbTransactionBMTAdapterBean.java:218)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapter_jmbvky_ELOImpl.do RequiresNew(EjbTransactionBMTAdapter_jmbvky_ELOImpl.java:63
at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:133)
at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)
at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)
at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:80)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)
at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:113)
at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:102)
at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.invoke(AbstractMessageReceiv er.java:298)
at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invokeCall(SoapSdkEndpoint. java:125)
at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invoke(SoapSdkEndpoint.java :77)
at sun.reflect.GeneratedMethodAccessor292.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
at javax.servlet.http.HttpServlet.service(HttpServl

global var in a process and changing xdp in an activity

$
0
0
Hello,

I would like to create a process that would have a global variable to that process. The global variable should contain a xdp form.

In each step/activity of my process I would like to get the xdp file from the global variable, change the xdp file (for instance: insert some objects), and then make that changes persistnet in the global variable, so that a next step would bet the changed xdp.

So my questions are:

Is it possible to have a global variable like this?
How it is defined? Any example?

Is it posible to define an activity to change a xdp template? Is it possible to associate code/script to a process or I would need to create a new type of activity and import it to workbench? Any example?

Thank you

Adding a node through XPath

$
0
0
I need to add an item into my XML.


user1


to


user1
user2


I thought I read where I could just set a value to the new index: Approvers/Approver[2]/ApproverID="user2"

That is not working though.
Viewing all 69588 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>