Hi, I'm using maven bnd plugin for generating my local obr repository.
I'm using the following command on my top level parent pom.xml : mvn install -DremoteOBR org.apache.felix:maven-bundle-plugin:1.4.0:deploy Everything is deployed using scp to my obr, but when I try to use it I got the following error : -> obr add-url http://192.168.0.200/repo/repository.xml -> obr list everything look ok here.. then when I try to deploy : -> obr deploy "Archean Technologies Redundancy" Unable to execute command: java.lang.NullPointerException java.lang.NullPointerException at org.apache.felix.bundlerepository.ResourceImpl.hashCode(ResourceImpl.java:80) at java.util.HashMap.getEntry(HashMap.java:344) at java.util.HashMap.containsKey(HashMap.java:335) at java.util.HashSet.contains(HashSet.java:184) at org.apache.felix.bundlerepository.ResolverImpl.resolve(ResolverImpl.java:159) at org.apache.felix.bundlerepository.ResolverImpl.resolve(ResolverImpl.java:196) at org.apache.felix.bundlerepository.ResolverImpl.resolve(ResolverImpl.java:134) at org.apache.felix.bundlerepository.ObrCommandImpl._deploy(ObrCommandImpl.java:327) at org.apache.felix.bundlerepository.ObrCommandImpl.deploy(ObrCommandImpl.java:301) at org.apache.felix.bundlerepository.ObrCommandImpl.execute(ObrCommandImpl.java:111) at org.apache.felix.shell.impl.Activator$ShellServiceImpl.executeCommand(Activator.java:276) at org.apache.felix.shell.tui.Activator$ShellTuiRunnable.run(Activator.java:167) at java.lang.Thread.run(Thread.java:619) I'm using felix last trunk. Would you like to see my repository.xml too ? Julien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

