Re: Implementation of WS-Notifications (QPID-1582)

2009-02-11 Thread Aidan Skinner
On Wed, Feb 11, 2009 at 4:00 PM, Andrea Gazzarini wrote: > Sorry the tests were failing because I forgot to change a little thing > on a class. > I immediately made another submit for that. > That's the reason why now should be ok Ah, awesome. Thanks dude. - Aidan -- Apache Qpid - World Domina

Re: Implementation of WS-Notifications (QPID-1582)

2009-02-11 Thread Andrea Gazzarini
Sorry the tests were failing because I forgot to change a little thing on a class. I immediately made another submit for that. That's the reason why now should be ok Regards Andrea On 2/11/09, Aidan Skinner wrote: > On Wed, Feb 11, 2009 at 3:40 PM, Robbie Gemmell > wrote: > >> Oddness, works he

Re: Implementation of WS-Notifications (QPID-1582)

2009-02-11 Thread Aidan Skinner
On Wed, Feb 11, 2009 at 3:40 PM, Robbie Gemmell wrote: > Oddness, works here: > >[junit] Running org.apache.qpid.management.wsdm.WsDmAdapterTest >[junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 8.445 sec It just passed for me, although it had been failing consistently before

RE: Implementation of WS-Notifications (QPID-1582)

2009-02-11 Thread Robbie Gemmell
February 2009 15:16 To: dev@qpid.apache.org Subject: Re: Implementation of WS-Notifications (QPID-1582)[MESSAGE NOT SCANNED] On Wed, Feb 11, 2009 at 2:34 PM, Andrea Gazzarini wrote: > the last step (at the moment) of QMan is here : I just submitted code for > QPID-1582 (implementation on QMan

Re: Implementation of WS-Notifications (QPID-1582)

2009-02-11 Thread Aidan Skinner
On Wed, Feb 11, 2009 at 2:34 PM, Andrea Gazzarini wrote: > the last step (at the moment) of QMan is here : I just submitted code for > QPID-1582 (implementation on QMan of WS-Notification). I just updated and 12 tests in WsDmAdapterTest now fail for me with the following stack: java.lang.NullP

Re: Implementation of WS-Notifications (QPID-1582)

2009-02-11 Thread Andrea Gazzarini
If you're interested on QMan development progress here it is : https://issues.apache.org/jira/browse/QPID-1574 As usual any comment would be appreciated. Regards, Andrea 2009/2/11 Andrea Gazzarini > Hi all, > the last step (at the moment) of QMan is here : I just submitted code for > QPID-1582

Implementation of WS-Notifications (QPID-1582)

2009-02-11 Thread Andrea Gazzarini
Hi all, the last step (at the moment) of QMan is here : I just submitted code for QPID-1582 (implementation on QMan of WS-Notification). As first version there are only two topics : one for lifecycle events of object instances (create & remove) and one for lifecycle events (only create) of events.