I developed application in Spring & OSGi. I have used SpringSource dm Server to deploy.
I am able to download org.hibernate.ejb;version="[3.3.2.GA,3.3.2.GA]" library from the SpringSource repository. It is downloaded successfully and available in ..\libraries\usr, FILE:org.hibernate.ejb-library-3.3.2.GA.libd
But when I am trying to save the manifest.mf file it gives me the error:
Import-Library: org.hibernate.ejb [3.3.2.GA, 3.3.2.GA] could not be resolved.
This kind of problem happens with any library I download.
(Note: I am successfully able to run the application at work place & now I configured the same at my home. At work space using XP & at home using vista)


