A common cause of that is if you override the capability class' initialize () method but don't call super.initialize(). Is this the case?
Dan vpl <[EMAIL PROTECTED]> wrote on 10/01/2007 08:28:51 AM: > > Hi, > > facing a problem. Did not find any clue in the distribution list. So I post > it.,... > > I'm extending the wsn-producer (sample) and would like to anayse the content > of the Filter value set by the Client > when it sends its SubscribeRequest > > MyCapabilityImpl extends AbstractWsResourceCapability. So I've tried a > getResource().getEnvironment().getAddressingContext() in my code and get a > null pointer, where getResource().getEnvironment() is not null. I'm > wondering: > - Is it normal as it seems to be the right way to get the messageHeader > values from the received message > - What is the good way to get this filter value set in the Subscriberequest > ? > > Thanks for your support > > Cheers > > > > -- > View this message in context: http://www.nabble.com/getResource%28% > 29.getEnvironment%28%29.getAddressingContext%28%29-null-tf4548030. > html#a12978303 > Sent from the Muse User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
