You can add -Dosgi.console=9999 for VM arguments and set a break point
before the bundle.start(). When the thread suspends, open a new window and
type:
telnet localhost 9999
osgi> ss
osgi> diag <id for the bundle>
Thanks,
Raymond
--------------------------------------------------
From: "ant elder" <[email protected]>
Sent: Thursday, March 26, 2009 12:03 PM
To: <[email protected]>
Subject: Re: Ship OSGi RFC119 prototype in M2? was: Re: 2.0 M2 release?
Ok, sent. It looks ok to me, i get the same fail running in eclipse so
could i put a breakpoint somewhere to help debug?
...ant
On Thu, Mar 26, 2009 at 6:35 PM, Raymond Feng <[email protected]> wrote:
Can you send me the jar to my gmail?
Thanks,
Raymond
--------------------------------------------------
From: "ant elder" <[email protected]>
Sent: Thursday, March 26, 2009 10:09 AM
To: <[email protected]>
Subject: Re: Ship OSGi RFC119 prototype in M2? was: Re: 2.0 M2 release?
On Thu, Mar 26, 2009 at 5:06 PM, Raymond Feng <[email protected]>
wrote:
Hi,
I just tried on Windows and Lunix. Both are successful.
Can you check if the target/test-classes/operations-bundle.jar contains
calculator/dosgi/operations/OperationsActivator.class?
It does.
...ant