Hi Anderson,It looks like your exports are still incorrect. In the bundle you sent, the tag class is com.cb.Helllo, so it is in the package com.cb. However, this package is not exported. In your pom.xml file you have:<Export-Package>com.gecb.*</Export-Package>Which won't export com.cb.Regards,Justin