If location string is the same => returns the Bundle object of the installed bundle, otherwise throw BundleException.
BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] office: +1 386 848 1781 mobile: +1 386 848 3788 "Steven E. Harris" <[EMAIL PROTECTED]> 2007-04-11 15:13 Please respond to felix-dev@incubator.apache.org To felix-dev@incubator.apache.org cc Subject Re: newbie: installing and starting new bundles from code Niclas Hedhman <[EMAIL PROTECTED]> writes: > R4 spec (not R4.1) section > - 6.1.6.15 > BundleContext.installBundle( String location ) > throws BundleException > > - 6.1.6.16 > BundleContext.installBundle( String location, InputStream input ) > throws BundleException What does installBundle() do if a bundle is already installed with the same symbolic name and version as the new "candidate" bundle? -- Steven E. Harris