Search:

Type: Posts; User: brendanh; Keyword(s):

Search: Search took 0.05 seconds.

  1. Replies
    3
    Views
    1,311

    Thanks Glyn, This is just a regular java...

    Thanks Glyn,

    This is just a regular java application split into bundles. In this case, it is a swing application. We had to split them into this many bundles because we need our application more...
  2. Replies
    3
    Views
    1,311

    Slow startup time of DM Server

    Hi all,

    It is taking almost a minute to deploy and start my application. It used to take a second or 2 to start the application before when it was just a regular Java application. Here are some...
  3. Replies
    2
    Views
    1,518

    Deploying in dependency order?

    How do I get my modules to deploy in dependency order?

    Let's say I have a module A that depends on B and a module C that depends on B. If I try to deploy these modules, it seems to choose some...
  4. Replies
    2
    Views
    712

    Awww, who's the newb who didn't RTFM? Thanks...

    Awww, who's the newb who didn't RTFM? Thanks though that helped a lot, I couldn't see the annotations because I was missing an import package for javax.annotation.
  5. Replies
    2
    Views
    712

    Quick Question

    Is there an annotation equivalent for the following?

    <bean id="fooService" class="com.mirth.foo.FooServiceImpl" destroy-method="stop" init-method="start" />

    I need to define a start and stop...
  6. Getting more verbose output about conflicts

    Is there any way to get more verbose output for the errors saying that one of my bundles is exporting the same package as a system bundle. Same with errors about a leaf constraint not being...
  7. Replies
    2
    Views
    1,581

    Oh, I downloaded the swingx library from the...

    Oh, I downloaded the swingx library from the swing labs website. I then used bundlor to generate the manifest. All 30 other libs i put in the bundles/ext folder are showing up except for the swingx...
  8. Thanks for the reply. I tried to do this and got...

    Thanks for the reply. I tried to do this and got the following error, which I somewhat expected...

    [2009-06-04 13:08:46.880] main <SPOF0002E> Unable to start OSGi telnet console. Port 2401 is in...
  9. Replies
    2
    Views
    1,581

    Can't import swingx bundle

    Hi all,

    I am trying to import a bundle to my manifest using the eclipse spring plugin. For some reason, I can import all of my other bundles via the manifest editor, but I can't import the swingx...
  10. Hosting multiple applications from eclipse plugin

    Hi,

    I have a client/server application that I am currently migrating to OSGi using Spring DM. I am using the Spring DM Eclipse plugin, so that I can have Spring Bundle Projects that I can deploy...
Results 1 to 10 of 10