I was trying to run my application over dm 2.0.0M4 which was running successfully over 1.0.2
But this time strangely i am getting ClassNotFound Exceptions for the classes which are already there in the deployed bundle itself
My assumption is ,Before the bundle get deployed succesfully (classes getting loaded),The activator was called .Hence the exception
What is the exact issue ?? I am still not sure


