Hi guys,
I'd like to change some colours, styles etc in the Correspondence Management Solution and used the following tutorial:
http://help.adobe.com/en_US/livecycle/11.0/CorrespondenceManagementDeveloper/WSc070aef4a1e c5456864ec66130e17eb83b-7fe8.2.html
To deploy my custom Correspondence Management Solution I used the following introduction:
http://help.adobe.com/en_US/livecycle/11.0/CorrespondenceManagementDeveloper/WS3ad6fd7a5b4 1dea4-3be0a31d1309f787f4e-8000.2.html#WSc070aef4a1ec5456-4b89a078130dd36fe4b-7ff1.2
After changing the required properties in build.properties etc. everything worked fine. I got a file template-correspondencemanagement-pkg.zip and tried to upload it to /lc/system/console.
However, an error message "You cannot select a .zip file. Try again...". appeared. I changed the file extension from .zip to .jar and got a Java Exception:
java.io.IOException: Bundle-SymbolicName header missing, cannot install bundle...
As far as I know, I need some information in META-INF/ indicating it's an osgi bundle, but where can i find these information and how to put them in the bundle?
Thx
jwe