Hi,
I've written an OSGi bundle to  be shipped with carbon (3.2.2) which
implements a simple governance Life-cycle.
So I need to
extend org.wso2.carbon.registry.extensions.aspects.DefaultLifecycle.

But org.wso2.carbon.registry.extensions_3.2.2 bundle doesn't export
this required package (org.wso2.carbon.registry.extensions.aspects).
Shouldn't we export this API as well?

Currently org.wso2.carbon.registry.extensions_3.2.2 bundle only export the
following packages.
Exported packages
    org.wso2.carbon.registry.extensions.handlers.utils;
version="0.0.0"[exported]
    org.wso2.carbon.registry.extensions.utils; version="0.0.0"[exported]
    org.wso2.carbon.registry.extensions.handlers; version="0.0.0"[exported]


My implementation would be something like this.

import org.wso2.carbon.registry.extensions.aspects.DefaultLifecycle;
public class AutomatedServiceVersioningLifeCycle extends DefaultLifecycle {
  ...
}

-- 
Thanks,
Denis
----------------------------------------------------------
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis <http://goog_277208233/>** [AT] wso2.com* <http://wso2.com/>*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*<https://sites.google.com/site/ddweerasiri/>
*blog: **http://ddweerasiri.blogspot.com* <http://ddweerasiri.blogspot.com/>
*
twitter: **http://twitter.com/ddweerasiri* <http://twitter.com/ddweerasiri>*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to