Sounds good to me Stephan! Jens
-----Original Message----- From: Klevenz, Stephan [mailto:[email protected]] Sent: Freitag, 15. Juli 2011 08:47 To: [email protected] Subject: RE: OSGi Bundles for InMemroy Server In principle I agree. Unfortunately this is not straight forward. The problem is that the WAR is a build by <packaging>par</packaging> while OSGi enabled JAR results from another build with <packaging>jar</packaging>. So, it is not easy to get both in one POM. I would like to finalize the OSGi enablement first and then I will try to eliminate the secondary WAR build. Stephan -----Original Message----- From: Jens Hübel [mailto:[email protected]] Sent: Donnerstag, 14. Juli 2011 23:45 To: [email protected] Subject: RE: OSGi Bundles for InMemroy Server Maybe naive, but do we really need a separate project for this? Isn't there a way to generate both versions out of one pom.xml? -----Original Message----- From: Klevenz, Stephan [mailto:[email protected]] Sent: Donnerstag, 14. Juli 2011 10:36 To: [email protected] Subject: OSGi Bundles for InMemroy Server Hi Chemistries, I have started to work on OSGi bundelization of the OpenCmis server parts and in special I would like to run the InMemory server as bundle in Eclipse target runtime. In detail I would like to separate code from InMemory server WAR packaging and create a OSGi bundle for the code part. If there are no objections then I will start development in a separate branch and open a JIRA feature issue for that. Regards, Stephan
