Hi Lahiru, WSO2 Carbon is based on OSGi. To extend the framework you need to drop an OSGi bundle. What you are having at the moment is an external jar file. Once you place the jar file in to $CARBON_HOME/repository/components/dropins directory, the platform converts the legacy jar file into an OSGi bundle at run time. Refer this article [1] for more details.
[1] http://wso2.com/library/knowledgebase/add-external-jar-libraries-wso2-carbon-based-products/ Thanks & Regards, On Wed, Oct 29, 2014 at 8:27 PM, Udara Liyanage <[email protected]> wrote: > Hi, > > This post might help you. > > > http://wso2.com/library/tutorials/2014/03/understanding-the-carbon-component-architecture/ > > > > Touched, not typed. Erroneous words are a feature, not a typo. > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Ravindra Ranwala Software Engineer WSO2, Inc: http://wso2.com <http://www.google.com/url?q=http%3A%2F%2Fwso2.com&sa=D&sntz=1&usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg> Mobile: +94714198770
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
