Chaamini Mangaleswaran | 25 Jun 2012 10:52
Picon

Need some samples of region digraph bundle

Hi all, 
I'm interested in using the region digraph feature of equinox. I tried to use the bundle org.eclipse.equinox.region bundle to try to make two regions and to add bundles to those regions. I tried debug my code with few break points in the region bundle and few in the bundle I created to try this feature. But at the end of the org.eclipse.equinox.region bundle start method activated, it loads org.eclipse.osgi bundle and the debugger's step over and other buttons gone disabled while it reach the loop in run method of EventManager class of org.eclipse.osgi.framework package. 
It would save my time if anyone could help me out with this point and if I can get some working samples which are using the region bundle of equinox. 



Regards,

Chaamini

Keep Smiling !

<div>Hi all,&nbsp;<div>

I'm interested in using the region digraph feature of equinox. I tried to use the bundle org.eclipse.equinox.region bundle to try to make two regions and to add bundles to those regions. I tried debug my code with few break points in the region bundle and few in the bundle I created to try this feature. But at the end of the&nbsp;<span>org.eclipse.equinox.region</span>&nbsp;bundle start method activated, it loads org.eclipse.osgi bundle and the debugger's step over and other buttons gone&nbsp;disabled&nbsp;while it reach the loop in run method of EventManager class of&nbsp;org.eclipse.osgi.framework package.&nbsp;</div>

<div>It would save my time if anyone could help me out with this point and if I can get some working samples which are using the region bundle of equinox.&nbsp;</div>

<span><span><div><span><span><br></span></span></div>
<div><span><span><br></span></span></div>

<div><span><span><br></span></span></div>Regards,</span><br></span><div>

<span>Chaamini<br><div>

<span><span><div>

<span><span><div><span><span><div>

<span><span><br></span></span>
</div></span></span></div>

</span></span>
</div></span></span>
</div>
<div><span><span><div>

<span><span><div><span><span><div>

<span><span>Keep Smiling !</span></span>
</div></span></span></div>
</span></span>
</div>
</span></span></div></span><span></span>
</div>
<br>
</div>
Thomas Watson | 25 Jun 2012 14:40
Picon
Favicon

Re: Need some samples of region digraph bundle

The Virgo project makes use of region digraph (http://eclipse.org/virgo/) you could take a look there to see a real world example of region digraph use.  We also have a number of tests that could help you in understanding how to use region digraph (http://git.eclipse.org/c/equinox/rt.equinox.bundles.git/tree/bundles/org.eclipse.equinox.region.tests).

For you issue in the debugger, I am not sure I am following you.  Are you saying the framework exists after starting the region digraph bundle?


Tom



Chaamini Mangaleswaran ---06/25/2012 03:52:59 AM---Hi all, I'm interested in using the region digraph feature of equinox. I tried to use the bundle org.eclipse.equinox.region bu


    From:

Chaamini Mangaleswaran <chaam222 <at> gmail.com>

    To:

equinox-dev-j9T/66MeVpFAfugRpC6u6w@public.gmane.org,

    Date:

06/25/2012 03:52 AM

    Subject:

[equinox-dev] Need some samples of region digraph bundle



Hi all, 
I'm interested in using the region digraph feature of equinox. I tried to use the bundle org.eclipse.equinox.region bundle to try to make two regions and to add bundles to those regions. I tried debug my code with few break points in the region bundle and few in the bundle I created to try this feature. But at the end of the org.eclipse.equinox.region bundle start method activated, it loads org.eclipse.osgi bundle and the debugger's step over and other buttons gone disabled while it reach the loop in run method of EventManager class of org.eclipse.osgi.framework package. 
It would save my time if anyone could help me out with this point and if I can get some working samples which are using the region bundle of equinox. 



Regards,
Chaamini

Keep Smiling ! 
_______________________________________________
equinox-dev mailing list
equinox-dev-j9T/66MeVpFAfugRpC6u6w@public.gmane.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev


<div>
<p>The Virgo project makes use of region digraph (<a href="http://eclipse.org/virgo/">http://eclipse.org/virgo/</a>) you could take a look there to see a real world example of region digraph use. &nbsp;We also have a number of tests that could help you in understanding how to use region digraph (<a href="http://git.eclipse.org/c/equinox/rt.equinox.bundles.git/tree/bundles/org.eclipse.equinox.region.tests">http://git.eclipse.org/c/equinox/rt.equinox.bundles.git/tree/bundles/org.eclipse.equinox.region.tests</a>).<br><br>For you issue in the debugger, I am not sure I am following you. &nbsp;Are you saying the framework exists after starting the region digraph bundle?<br><br><br>Tom<br><br><br><br>Chaamini Mangaleswaran ---06/25/2012 03:52:59 AM---Hi all, I'm interested in using the region digraph feature of equinox. I tried to use the bundle org.eclipse.equinox.region bu<br><br></p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td width="1%">
<br><ul>From:</ul>
</td>
<td width="100%">
<br>Chaamini Mangaleswaran &lt;chaam222 <at> gmail.com&gt;</td>
</tr>
<tr valign="top">
<td width="1%">
<br><ul>To:</ul>
</td>
<td width="100%">
<br>equinox-dev@..., </td>
</tr>
<tr valign="top">
<td width="1%">
<br><ul>Date:</ul>
</td>
<td width="100%">
<br>06/25/2012 03:52 AM</td>
</tr>
<tr valign="top">
<td width="1%">
<br><ul>Subject:</ul>
</td>
<td width="100%">
<br>[equinox-dev] Need some samples of region digraph bundle</td>
</tr>
</table>
<br><br><br>Hi all,&nbsp;<br>I'm interested in using the region digraph feature of equinox. I tried to use the bundle org.eclipse.equinox.region bundle to try to make two regions and to add bundles to those regions. I tried debug my code with few break points in the region bundle and few in the bundle I created to try this feature. But at the end of the&nbsp;org.eclipse.equinox.region&nbsp;bundle start method activated, it loads org.eclipse.osgi bundle and the debugger's step over and other buttons gone&nbsp;disabled&nbsp;while it reach the loop in run method of EventManager class of&nbsp;org.eclipse.osgi.framework package.&nbsp;<br>It would save my time if anyone could help me out with this point and if I can get some working samples which are using the region bundle of equinox.&nbsp;<br><br><br><br>Regards,<br>Chaamini<br><br>Keep Smiling !&nbsp;<br>_______________________________________________<br>
equinox-dev mailing list<br>
equinox-dev@...<br><a href="https://dev.eclipse.org/mailman/listinfo/equinox-dev">https://dev.eclipse.org/mailman/listinfo/equinox-dev</a><br><br><br>
</div>
Chaamini Mangaleswaran | 26 Jun 2012 06:41
Picon

Re: Need some samples of region digraph bundle


Hi, 
I couldln't find if the framework exists after starting the bundle.
But after the start method is finished execution, its starts org.eclipse.osgi bundle's and when it reach a while loop in event manager class's run method, nothing happens afterwards. and I couldn't' do anything from that point to go to next break points i placed in the balance of the code.

Chaamini





On Mon, Jun 25, 2012 at 6:10 PM, Thomas Watson <tjwatson-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org> wrote:

The Virgo project makes use of region digraph (http://eclipse.org/virgo/) you could take a look there to see a real world example of region digraph use.  We also have a number of tests that could help you in understanding how to use region digraph (http://git.eclipse.org/c/equinox/rt.equinox.bundles.git/tree/bundles/org.eclipse.equinox.region.tests).

For you issue in the debugger, I am not sure I am following you.  Are you saying the framework exists after starting the region digraph bundle?


Tom



Chaamini Mangaleswaran ---06/25/2012 03:52:59 AM---Hi all, I'm interested in using the region digraph feature of equinox. I tried to use the bundle org.eclipse.equinox.region bu


    From:

Chaamini Mangaleswaran <chaam222-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

    To:

equinox-dev-j9T/66MeVpFAfugRpC6u6w@public.gmane.org,

    Date:

06/25/2012 03:52 AM

    Subject:

[equinox-dev] Need some samples of region digraph bundle



Hi all, 
I'm interested in using the region digraph feature of equinox. I tried to use the bundle org.eclipse.equinox.region bundle to try to make two regions and to add bundles to those regions. I tried debug my code with few break points in the region bundle and few in the bundle I created to try this feature. But at the end of the org.eclipse.equinox.region bundle start method activated, it loads org.eclipse.osgi bundle and the debugger's step over and other buttons gone disabled while it reach the loop in run method of EventManager class of org.eclipse.osgi.framework package. 
It would save my time if anyone could help me out with this point and if I can get some working samples which are using the region bundle of equinox. 



Regards,
Chaamini

Keep Smiling ! 
_______________________________________________
equinox-dev mailing list
equinox-dev <at> eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev



_______________________________________________
equinox-dev mailing list
equinox-dev-j9T/66MeVpFAfugRpC6u6w@public.gmane.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev


<div>
<br clear="all"><span><div>
<span>Hi,&nbsp;</span><br><span>I couldln't find if the framework exists after starting the bundle.</span><br><span>But after the start method is finished execution, its starts org.eclipse.osg</span><span>i bundle's and when it reach a while loop in event manager class's run method, nothing happens afterwards. and I couldn't' do anything from that point to go to next break points i placed in the balance of the code.</span>
</div>

<div><span><br></span></div>

<div>Chaamini</div></span><div>
<span><div>

<span><span><div>

<span><span><div><span><span><div>

<span><span><br></span></span>
</div></span></span></div>

</span></span>
</div></span></span>
</div>
<div><br></div></span><span></span>
</div>

<br><br><br><div class="gmail_quote">On Mon, Jun 25, 2012 at 6:10 PM, Thomas Watson <span dir="ltr">&lt;<a href="mailto:tjwatson@..." target="_blank">tjwatson@...</a>&gt;</span> wrote:<br><blockquote class="gmail_quote">

<div>
<p>The Virgo project makes use of region digraph (<a href="http://eclipse.org/virgo/" target="_blank">http://eclipse.org/virgo/</a>) you could take a look there to see a real world example of region digraph use. &nbsp;We also have a number of tests that could help you in understanding how to use region digraph (<a href="http://git.eclipse.org/c/equinox/rt.equinox.bundles.git/tree/bundles/org.eclipse.equinox.region.tests" target="_blank">http://git.eclipse.org/c/equinox/rt.equinox.bundles.git/tree/bundles/org.eclipse.equinox.region.tests</a>).<br><br>For you issue in the debugger, I am not sure I am following you. &nbsp;Are you saying the framework exists after starting the region digraph bundle?<br><br><br>Tom<br><br><br><br>Chaamini Mangaleswaran ---06/25/2012 03:52:59 AM---Hi all, I'm interested in using the region digraph feature of equinox. I tried to use the bundle org.eclipse.equinox.region bu<br><br></p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td width="1%">
<br><ul>From:</ul>
</td>
<td width="100%">
<br>Chaamini Mangaleswaran &lt;<a href="mailto:chaam222@..." target="_blank">chaam222@...</a>&gt;</td>
</tr>
<tr valign="top">
<td width="1%">
<br><ul>To:</ul>
</td>
<td width="100%">
<br><a href="mailto:equinox-dev <at> eclipse.org" target="_blank">equinox-dev@...</a>, </td>
</tr>
<tr valign="top">
<td width="1%">
<br><ul>Date:</ul>
</td>
<td width="100%">
<br>06/25/2012 03:52 AM</td>
</tr>
<tr valign="top">
<td width="1%">
<br><ul>Subject:</ul>
</td>
<td width="100%">
<br>[equinox-dev] Need some samples of region digraph bundle</td>
</tr>
</table>
<div><div class="h5">
<br><br><br>Hi all,&nbsp;<br>I'm interested in using the region digraph feature of equinox. I tried to use the bundle org.eclipse.equinox.region bundle to try to make two regions and to add bundles to those regions. I tried debug my code with few break points in the region bundle and few in the bundle I created to try this feature. But at the end of the&nbsp;org.eclipse.equinox.region&nbsp;bundle start method activated, it loads org.eclipse.osgi bundle and the debugger's step over and other buttons gone&nbsp;disabled&nbsp;while it reach the loop in run method of EventManager class of&nbsp;org.eclipse.osgi.framework package.&nbsp;<br>It would save my time if anyone could help me out with this point and if I can get some working samples which are using the region bundle of equinox.&nbsp;<br><br><br><br>Regards,<br>Chaamini<br><br>Keep Smiling !&nbsp;<br>
</div></div>_______________________________________________<br>
equinox-dev mailing list<br><a href="mailto:equinox-dev@..." target="_blank">equinox-dev <at> eclipse.org</a><br><a href="https://dev.eclipse.org/mailman/listinfo/equinox-dev" target="_blank">https://dev.eclipse.org/mailman/listinfo/equinox-dev</a><br><br><br><p></p>
</div>
<br>_______________________________________________<br>
equinox-dev mailing list<br><a href="mailto:equinox-dev@...">equinox-dev@...</a><br><a href="https://dev.eclipse.org/mailman/listinfo/equinox-dev" target="_blank">https://dev.eclipse.org/mailman/listinfo/equinox-dev</a><br><br>
</blockquote>
</div>
<br>
</div>

Gmane