On Thu, Mar 19, 2009 at 9:14 PM, Simon Laws <[email protected]> wrote: >> >> The test itest\distribution\webapp-helloworld-jsp is failing for me >> now with an NPE in CompositeActivatorImpl2.addReferenceWire, is it >> working for any one else? >> >> ...ant >> > > hmm, let me take a look. > > Simon >
The reason for the NPE is that neither the component reference or component type reference for the webapp component have an interface contract set. Looking at the code I'm guessing that no webapp introspection has been plugged in yet. Is that true? I expect this is a point in time thing. However I must have knocked a piece of logic out that made this work before I committed the endpoint changes. I have a fix that adds the interface contract to the reference based on the service to which the reference is connected. So I can make this work for now but I'd like to understand the implementation.web introspection story. Simon
