Tried to deploy the joda-time jar in an OSGI environment (Spring Framework
DM Server) ‹ seeing that it had appropriate entries in the Manifest.MF file.

Received the error:
Caused by: org.osgi.framework.BundleException: The "Bundle-SymbolicName"
header must be specified
    at 
org.eclipse.osgi.internal.resolver.StateBuilder.validateHeaders(StateBuilder
.java:200)
    at 
org.eclipse.osgi.internal.resolver.StateBuilder.createBundleDescription(Stat
eBuilder.java:50)
    at 
org.eclipse.osgi.internal.resolver.StateObjectFactoryImpl.createBundleDescri
ption(StateObjectFactoryImpl.java:32)


Noticed in your MANIFEST.MF file, you have a typo:

Bundle-Symbolicname: joda-time

Lowercase vs. Capital N.

Ken Chambers
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Joda-interest mailing list
Joda-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/joda-interest

Reply via email to