Hey, i installed a deployment package with your deployment admin service implementation in my apache felix instance. That's no problem, but now i want to update the properties by installing a fix package. But when i do it on the same way, the deployment admin service tries to reinstall the old package and throws this Exception:
/IllegalArgumentException: Trying to begin new deployment session while already in one./ I read the osgi compendium again, but i believe my fix package is correct. Maybe you can find a mistake or help me on a other way... Here are my Manifests: *Initial Deployment Package:* Manifest-Version: 1.0 DeploymentPackage-SymbolicName: hw DeploymentPackage-Version: 1.0.0 Name: bundles/largo-prototype7-deployBundle-1.0.0.jar Bundle-SymbolicName: DeployBundle Bundle-Version: 1.0.0 Name: resources/DeployProperties.xml Resource-Processor: org.osgi.deployment.rp.autoconf *Fix-Package:* Manifest-Version: 1.0 DeploymentPackage-SymbolicName: hw DeploymentPackage-Version: 2.0.0 DeploymentPackage-FixPack: [1,2) Name: bundles/largo-prototype7-deployBundle-1.0.0.jar Bundle-SymbolicName: DeployBundle Bundle-Version: 1.0.0 DeploymentPackage-Missing: true Name: resources/DeployProperties.xml Resource-Processor: org.osgi.deployment.rp.autoconf -- Sent from: http://apache-felix.18485.x6.nabble.com/Apache-Felix-Users-f4833200.html --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org