Results 1 to 3 of 3

Thread: Can the Spring App Server start a bundle for me?

  1. #1
    Join Date
    Oct 2008
    Posts
    0

    Default Can the Spring App Server start a bundle for me?

    Hi

    Is there a way to tell the server to start a bundle for me. I like it to start a small bundle that start a HSQL DB.
    I've tried to see if this was possible in OSGI with some listener (for the INSTALLED event) but I a little bit lost.

    Best Regards
    Thomas

  2. #2
    Join Date
    Oct 2008
    Posts
    493

    Default Can the Spring App Server start a bundle for me?

    Hi Thomas,

    The easiest way to do this at the moment is to deploy your bundle that creates the database. You can do this either by copying it to pickup or by using the admin console. Any bundles that are deployed to the Platform are automatically started. In this case this would mean that your database would be started as part of the deployment processing.

    Regards,
    Andy

  3. #3
    Join Date
    Oct 2008
    Posts
    0

    Default Can the Spring App Server start a bundle for me?

    Thanks Andy for the fast reply.
    That solution will due for now

    Best Regards
    Thomas

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •