users@glassfish.java.net

Re: Debuging an OSGI/JAVA EE hybrid app on glassfish

From: Sahoo <sanjeeb.sahoo_at_oracle.com>
Date: Fri, 07 Oct 2011 07:24:03 +0530

Don't use maven-glassfish-plugin; it is not ofmuch help at this point.
If you want to use maven, glassfish and osgi together, there is an
alternative tool that we are developing as part of osgi-test automation
framework. We can talk about it some other time.

Coming to the debugging issue, if you have an activator, then put a
breakpoint in start(). Now, deploy the bundle and see if it stops there
or not. If not, then you check if the debugger settings are correct or not.

Thanks,
Sahoo

On Thursday 06 October 2011 04:36 PM, forums_at_java.net wrote:
> hello,
>
> sorry for my ignorance, but I still can't debug my bundles on
> glassfish...
> I try to sart glassfish in debug mode, then deploy my bundle in glassfish
> console... but netbeans don't stop in my breakpoints... what am I
> missing?
>
> I also try to use maven-glassfish-plugin without success.
>
>
> --
>
> [Message sent by forum member 'omeuefilipe']
>
> View Post: http://forums.java.net/node/850446
>
>