On Thu, 2009-04-23 at 01:15 -0700, danny0c0 wrote: > > Hi There, > > I tried to compile pyactivemq ( http://xrl.in/22pp ) with the 3.0.0 release > candidate and it's looking for the 'clone' method on CMSException, which it > seems, was removed. Was that intentional ? > > Thanks a lot, > Danny. >
Yes, this was an intentional change in the API. There shouldn't be any reason to clone the CMSException it can be copied if needed as it provides a copy constructor. Regards Tim. -- Tim Bish http://fusesource.com http://timbish.blogspot.com/
