On Wed, Sep 2, 2009 at 4:18 PM, Samisa Abeysinghe <[email protected]> wrote:
> I wrote a new bundle. > Place it inside repository\components\dropins > > Start the server (WSAS). > > Now my bundle does not get started up automatically. > > When I install it on OSGi console, manually, it starts up without any > problems, and the functionality too works fine. (Which proves that it > started properly) > > How do I get to know why it is not starting up automatically? > Bundles in the dropins directory are automatically started. We had to patch a P2 bundle to get this done. Can you turn debug on and see? It may throws an exception during the initial startup, due unavailability of services , etc. But later when you try to start it, it gets activated without a problem. Sameera > > Thanks, > Samisa... > > -- > Samisa Abeysinghe > Director, Engineering - WSO2 Inc. > > http://www.wso2.com/ - "The Open Source SOA Company" > > _______________________________________________ > Carbon-dev mailing list > [email protected] > https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > >
_______________________________________________ Carbon-dev mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
