Ah of course, this is the problem. IMPORT-PACKAGE is not recognised by bnd (or the Maven bundle plugin). Therefore the value "*" just passes straight through.
However OSGi in the runtime doesn't care about capitalisation, so it's equivalent to setting Import-Package, and * is not a legal value in OSGI. So just correct it to Import-Package. On Fri, Jun 21, 2013 at 4:31 PM, Roland <[email protected]> wrote: > I deleted the entire workspace and checked out everything from svn. Now > everything is working again. The error "cannot find symbol..." is solved. > But the original error " Invalid package name: '*'" still there. Let's see > if I can also fix it. > > > > -- > View this message in context: > http://apache-felix.18485.x6.nabble.com/Invalid-package-name-tp5004065p5004076.html > Sent from the Apache Felix - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

