Hi Gayan, I have added the sendMemberActivatedEvent accidently two times in the code. Now I have fixed it. Sorry for the inconvenience caused.
Thanks On 12 Oct 2015 21:29, "Gayan Gunarathne" <[email protected]> wrote: > Hi All, > > Why we are sending two member activated events in "handleMemberActivated" > in topology builder. > > // Publish member activated event > > TopologyEventPublisher.sendMemberActivatedEvent(memberActivatedEvent); > //member activated time > Long timestamp = System.currentTimeMillis(); > // Publish member activated event > > TopologyEventPublisher.sendMemberActivatedEvent(memberActivatedEvent); > > > Once we remove the second memberActivatedEvent,seems integration test > getting success. But still there is runtimeexceptions logs can be seen in > the console.This may be due to the change we have done to throw the > run-time exception instead of just logging the exception. We may need to > further check why we are getting null objects when un-deploying the > application. > > Thanks, > Gayan > > -- > > Gayan Gunarathne > Technical Lead, WSO2 Inc. (http://wso2.com) > Committer & PMC Member, Apache Stratos > email : [email protected] | mobile : +94 775030545 <%2B94%20766819985> > > >
