After importing legacy processes, resources, and event
types into applications, the URL of the item is changed. Update
the references to the items in your forms (if the relative location
has changed) and custom client applications.
Process services
Change custom applications that you created with
the LiveCycle ES SDK if they invoke services that are created for
deployed processes. In LiveCycle ES2.5, the name of these services
in your Java™ code must be in the following
format:
[Application Name]/[Service Name]
Resources
Change
references to resources to use URLs in the following format:
repository:///Applications/[Application Name]/[version]/[legacy path]
-
[Application Name]
is the name of the application
that the resource belongs to.
-
[version]
is the version of the application.
-
[legacy path]
is the path of the resource as it appeared
in the Resources view.
For example, in the Resources
view, the path of a form is Loan/Forms/request.xdp. The form is
imported into version 1.0 of an application named
NewCustomers
.
The new URL is repository:///Applications/NewCustomers/1.0/Loan/Forms/request.xdp.
|
|
|