Rick Litton <[EMAIL PROTECTED]> writes: > java.lang.NullPointerException > at > org.apache.felix.bundlerepository.ResourceImpl.hashCode(ResourceImpl.jav > a:79)
,----[ ResourceImpl.hashCode source ] | public int hashCode() | { | return getSymbolicName().hashCode() ^ getVersion().hashCode(); | } `---- It looks like either the symbolic name or the version are nil. I haven't been able to track down all the ways this could be so. Do you know if the ResourceImpl here is a LocalResourceImpl, or one created by RepositoryImpl's parsing of an XML file? -- Steven E. Harris