Error executing command on bundle

2017-06-09 Thread Dominik Marciniszyn
Hi, I've added to my pom.xml dependency "org.apache.commons.beanutils". When I build project, everything was ok, but after update module on karaf I've got an error: Unable to resolve my-osgi, missing requirement osgi.wiring.package, osgi.wiring.package=org.apache.commons.beanutils. I've tried

Re: Error executing command on bundle

2017-06-09 Thread Guillaume Nodet
You need to install the commons-beanutils bundle for your bundle to be able to resolve correctly. 2017-06-09 8:01 GMT+02:00 Dominik Marciniszyn : > Hi, > > I've added to my pom.xml dependency "org.apache.commons.beanutils". When I > build project, everything was