2 - If I put this in my component.xml file, in step 1:
<version>1.0</version>
3 - How is the 'import-packages' information saved in the database, and how long?
In fact, on thursday, I used 'import-packages' to make a test. And since them, I can not deploy any of my components.
LiveCycle throws a ClassNotFoundException.
Thank you in advance
Regards.
Hello,
I am developping a ECM Connector for Adobe LiveCycle ES, which is a customized component.
1 - Who should I contact to have some specific support ?
There is no detailed information yet on this on the adobe site (http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/help/wwhelp/wwhimpl/js/html/w whelp.htm?href=000931.html&accessible=true) .
If you think that I should address my problem to another department of Adobe, please tell me which department?
I give you another description of my problem. In fact, I have been investigating on it.
<component-id>com.rsd.adobe.livecycle.RSDFoldersConnector</component-id>
<import-packages><package version="1.0">com.rsd.simpleApiFolders</package> </import-packages>
If I change the version to 1.1 and remove the 'import-packages' (in step 2) , will the new component need the com.rsd.simpleApiFolderspackage. It seems that is still needs it.
ALC-DSC-000-000: com.adobe.idp.dsc.DSCRuntimeException: Internal error.
[java] at com.adobe.idp.dsc.registry.component.impl.ComponentRegistryImpl$6.doInTransaction(Compone ntRegistryImpl.java:338)
... Caused by: java.lang.ClassNotFoundException: http-0.0.0.0-8080-1Class name com.rsd.simpleApiFolders.Contextfrom packagecom.rsd.simpleApiFolders not found.
[java] at com.adobe.idp.dsc.DSContainerSearchPolicy.searchClassUsingParentFirst(DSContainerSearchPo licy.java:234)