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...
Type: Posts; User: brendanh; Keyword(s):
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...
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...
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...
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.
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...
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...
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...
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...
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...
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...