Re: Trying register an application via the registerJar command

2016-09-16 Thread Susan Cline
Thanks Dale. It did not work however, the results are the same after removing the 3 lines before provider.start(). When I submit the SpeedJarApp I can see this in the pi terminal (this is the full output from when I started the registerJarExample application to when I submitted the command): p

[jira] [Commented] (EDGENT-248) [console] no hover popup for source oplet

2016-09-16 Thread Queenie Ma (JIRA)
[ https://issues.apache.org/jira/browse/EDGENT-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15497454#comment-15497454 ] Queenie Ma commented on EDGENT-248: --- I followed those steps (but had to modify the CLASS

[jira] [Commented] (EDGENT-248) [console] no hover popup for source oplet

2016-09-16 Thread Dale LaBossiere (JIRA)
[ https://issues.apache.org/jira/browse/EDGENT-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15497131#comment-15497131 ] Dale LaBossiere commented on EDGENT-248: Hmm... I just pulled down the current rep

[jira] [Commented] (EDGENT-248) [console] no hover popup for source oplet

2016-09-16 Thread Queenie Ma (JIRA)
[ https://issues.apache.org/jira/browse/EDGENT-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15497054#comment-15497054 ] Queenie Ma commented on EDGENT-248: --- I am not able to reproduce this bug using the file

[jira] [Updated] (EDGENT-178) console: stream hover should report "alias" in addition to tags; maybe oplet hover too

2016-09-16 Thread Queenie Ma (JIRA)
[ https://issues.apache.org/jira/browse/EDGENT-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Queenie Ma updated EDGENT-178: -- Attachment: alias_stream_hover.png > console: stream hover should report "alias" in addition to tags; ma

[jira] [Updated] (EDGENT-178) console: stream hover should report "alias" in addition to tags; maybe oplet hover too

2016-09-16 Thread Queenie Ma (JIRA)
[ https://issues.apache.org/jira/browse/EDGENT-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Queenie Ma updated EDGENT-178: -- Attachment: (was: alias_stream_hover.png) > console: stream hover should report "alias" in addition

Re: Trying register an application via the registerJar command

2016-09-16 Thread Susan Cline
Okay, thanks. I don’t have connectivity to the raspberry pi this is running on right now, but will later today and will try it. I think the problem lies with my accept method still, but I don’t understand how to fix it. Thanks, Susan > On Sep 16, 2016, at 10:32 AM, Dale LaBossiere wrote: >

[GitHub] incubator-edgent pull request #192: [EDGENT-245] Console: Update Apache Edge...

2016-09-16 Thread queeniema
GitHub user queeniema opened a pull request: https://github.com/apache/incubator-edgent/pull/192 [EDGENT-245] Console: Update Apache Edgent logo and favicon You can merge this pull request into a Git repository by running: $ git pull https://github.com/queeniema/incubator-edge

[jira] [Commented] (EDGENT-245) replace the favicon.png for the console with a new one that uses E instead of Q

2016-09-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EDGENT-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15496889#comment-15496889 ] ASF GitHub Bot commented on EDGENT-245: --- GitHub user queeniema opened a pull request

Re: Trying register an application via the registerJar command

2016-09-16 Thread Dale LaBossiere
I haven’t digested the complete email message yet, but try removing those three lines before provider.start() and try again. IotProvider already create/registers those services (described in its javadoc). I guess I wouldn’t be surprised if these extra additions might much things up. — Dale > O

[GitHub] incubator-edgent pull request #189: Fixed few minor formatting issues in dev...

2016-09-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-edgent/pull/189 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

Re: Trying register an application via the registerJar command

2016-09-16 Thread Susan Cline
HI, I’ve gotten a step further, but I am still having problems. My jar file that I start up first, called registerJarExample.jar now contains the correct service entries in the jar file. This application looks like this: package pi; ... public class RegisterJarExample { private static

[jira] [Updated] (EDGENT-178) console: stream hover should report "alias" in addition to tags; maybe oplet hover too

2016-09-16 Thread Queenie Ma (JIRA)
[ https://issues.apache.org/jira/browse/EDGENT-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Queenie Ma updated EDGENT-178: -- Attachment: alias_stream_hover.png > console: stream hover should report "alias" in addition to tags; ma

[jira] [Commented] (EDGENT-178) console: stream hover should report "alias" in addition to tags; maybe oplet hover too

2016-09-16 Thread Queenie Ma (JIRA)
[ https://issues.apache.org/jira/browse/EDGENT-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15496843#comment-15496843 ] Queenie Ma commented on EDGENT-178: --- What should be displayed for oplet hovers? Aliases

[GitHub] incubator-edgent pull request #190: Edgent-240 [gradle] [WIP] Overhaul depen...

2016-09-16 Thread dlaboss
GitHub user dlaboss reopened a pull request: https://github.com/apache/incubator-edgent/pull/190 Edgent-240 [gradle] [WIP] Overhaul dependency specification and handling The upshot is to do like the ant-based scripts and specify inter-project, core-ext, and project-private-ext

[GitHub] incubator-edgent pull request #190: Edgent-240 [gradle] [WIP] Overhaul depen...

2016-09-16 Thread dlaboss
Github user dlaboss closed the pull request at: https://github.com/apache/incubator-edgent/pull/190 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feat

[jira] [Closed] (EDGENT-168) Console Splitter properties hover output tags wrong

2016-09-16 Thread Queenie Ma (JIRA)
[ https://issues.apache.org/jira/browse/EDGENT-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Queenie Ma closed EDGENT-168. - > Console Splitter properties hover output tags wrong > --- >

[jira] [Resolved] (EDGENT-168) Console Splitter properties hover output tags wrong

2016-09-16 Thread Queenie Ma (JIRA)
[ https://issues.apache.org/jira/browse/EDGENT-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Queenie Ma resolved EDGENT-168. --- Resolution: Fixed > Console Splitter properties hover output tags wrong >

[jira] [Commented] (EDGENT-168) Console Splitter properties hover output tags wrong

2016-09-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EDGENT-168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15496434#comment-15496434 ] ASF GitHub Bot commented on EDGENT-168: --- Github user asfgit closed the pull request

[GitHub] incubator-edgent pull request #191: [EDGENT-168] Console: Fix missing source...

2016-09-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-edgent/pull/191 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu