On a quick look, it seems a recent change made RegularBundleInfo a subclass of BundleInfo ... but BundleInfo has no default constructor, which I think prevents subclassing and hence throws the error.

Adding the following to BundleInfo seems to cure my build:

   protected BundleInfo()
   {
   }

Unless I'm way off base here?

-- Rob


Rob Walker wrote:
Was hoping to update our App to latest Felix, and also take a look at fixing xxx

Getting the following build error after an SVN update:

    
E:\MiscProjs\felix\framework\src\main\java\org\apache\felix\framework\RegularBun
    dleInfo.java:[61,4]
    BundleInfo(org.apache.felix.framework.Logger,org.apache.feli
    x.framework.cache.BundleArchive,org.apache.felix.moduleloader.IModule)
    in org.ap
    ache.felix.framework.BundleInfo cannot be applied to ()

    
E:\MiscProjs\felix\framework\src\main\java\org\apache\felix\framework\SystemBund
    leInfo.java:[26,0]
    BundleInfo(org.apache.felix.framework.Logger,org.apache.felix
    .framework.cache.BundleArchive,org.apache.felix.moduleloader.IModule)
    in org.apa
    che.felix.framework.BundleInfo cannot be applied to ()


Anyone else seeing this?

Probably a silly on my side in terms of not cleaning stuff up properly
-- Rob


Ascert - Taking systems to the Edge
[EMAIL PROTECTED]
+44 (0)20 7488 3470
www.ascert.com

--


Ascert - Taking systems to the Edge
[EMAIL PROTECTED]
+44 (0)20 7488 3470
www.ascert.com

Reply via email to