Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Cannot deploy CorrespondenceManagementSolutionTemplate example on OSGI Felix

Avatar

Level 2
Level 2

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/WSc070aef4a1ec5456864ec...

To deploy my custom Correspondence Management Solution I used the following introduction:

http://help.adobe.com/en_US/livecycle/11.0/CorrespondenceManagementDeveloper/WS3ad6fd7a5b41dea4-3be0...

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

1 Accepted Solution

Avatar

Correct answer by
Employee
2 Replies

Avatar

Correct answer by
Employee

Use http://hostname:port/lc/crx/packmgr/index.jsp and upload the file as .zip

--Santosh

Avatar

Level 2
Level 2

Hi Santosh,

thank you very much!!!

Greetings jwe