[JBoss JIRA] (JBIDE-21070) Missing requirement bundle org.eclipse.jetty.websocket.api [9.3.2, 9.3.3)' - JBT and eclipse NEON M2
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21070?page=com.atlassian.jira.plugi... ]
Pavol Srna commented on JBIDE-21070:
------------------------------------
[~kmarmaliykov], I'm using a fresh eclipse neon M2 and http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-bui...
Can you retry please with my configuration?
> Missing requirement bundle org.eclipse.jetty.websocket.api [9.3.2,9.3.3)' - JBT and eclipse NEON M2
> ---------------------------------------------------------------------------------------------------
>
> Key: JBIDE-21070
> URL: https://issues.jboss.org/browse/JBIDE-21070
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim, build
> Affects Versions: 4.4.0.Alpha1
> Reporter: Pavol Srna
> Assignee: Konstantin Marmalyukov
> Priority: Blocker
> Fix For: 4.4.0.Alpha1
>
>
> Tried on eclipse neon m2 and JBT nightly (master) from 2015-11-08
> {code}
> Cannot complete the install because one or more required items could not be found.
> Software being installed: JBoss Tools FeedHenry Integration 1.2.0.Alpha1-v20151108-0714-B540 (org.jboss.tools.feedhenry.feature.group 1.2.0.Alpha1-v20151108-0714-B540)
> Missing requirement: BrowserSim 3.8.0.Alpha1-v20151108-0708-B257 (org.jboss.tools.browsersim.ui 3.8.0.Alpha1-v20151108-0708-B257) requires 'bundle org.eclipse.jetty.websocket.api [9.3.2,9.3.3)' but it could not be found
> Cannot satisfy dependency:
> From: Eclipse integrations of BrowserSim 3.8.0.Alpha1-v20151108-0714-B540 (org.jboss.tools.cordovasim.eclipse 3.8.0.Alpha1-v20151108-0714-B540)
> To: bundle org.jboss.tools.browsersim.ui 3.7.0
> Cannot satisfy dependency:
> From: JBoss Tools FeedHenry Integration 1.2.0.Alpha1-v20151108-0714-B540 (org.jboss.tools.feedhenry.feature.group 1.2.0.Alpha1-v20151108-0714-B540)
> To: org.jboss.tools.feedhenry.ui [1.2.0.Alpha1-v20151108-0714-B540]
> Cannot satisfy dependency:
> From: org.jboss.tools.feedhenry.ui 1.2.0.Alpha1-v20151108-0714-B540
> To: bundle org.jboss.tools.cordovasim.eclipse 3.7.0
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21092) Application wizard: Warn when a template points Source URL to a parameter with empty value
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21092?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21092:
------------------------------------------
[~jrichter1] Not sure how we could do that. Most likely Source_URL always is required but we'd need to make sure this is the case across all templates that we currently have and for the ones in the future.
> Application wizard: Warn when a template points Source URL to a parameter with empty value
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-21092
> URL: https://issues.jboss.org/browse/JBIDE-21092
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Jan Richter
> Labels: application_wizard, openshift_v3
>
> If a template defines a parameter for Source URL {noformat}(i.e. Source_URL = ${GIT_URI}){noformat} but leaves it empty, the application wizard can be finished, but in the end the application creation fails because of the missing URL.
> It might be better to validate if the actual value passed is not empty.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-20845) Unable to install breakpoint even if line number set to be generated
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20845?page=com.atlassian.jira.plugi... ]
Martin Malina edited comment on JBIDE-20845 at 11/13/15 7:29 AM:
-----------------------------------------------------------------
{quote}
Eclipse sets that by default.
{quote}
I understand that by default the warning is shown, but only if Eclipse thinks it cannot see the line number attributes. And I have that enabled. So that's what I meant to ask: Why is Eclipse showing this warning even if everything should work and seems to work - it seems that showing the warning is simply wrong in this case.
{quote}
I have set a breakpoint to MemberService.listAllMembers() (line 72).
I don't have to click the "List Members" button no matter whether the "Warn when unable to install breakpoint..." checkbox is checked or not.
Could you try again in a new workspace?
{quote}
I saw your screencast and I believed you even without it :) But still, in my case the breakpoint is only hit if I click the button on the web page. And now I can see why. For some reason I always get the mobile version of the page, so the list of members isn't shown and the breakpoint isn't triggered.
!html5-page.png!
was (Author: mmalina):
{quote}
Eclipse sets that by default.
{quote}
I understand that by default the warning is shown, but only if Eclipse thinks it cannot see the line number attributes. And I have that enabled. So that's what I meant to ask: Why is Eclipse showing this warning even if everything should work and seems to work - it seems that showing the warning is simply wrong in this case.
{quote}
I have set a breakpoint to MemberService.listAllMembers() (line 72).
I don't have to click the "List Members" button no matter whether the "Warn when unable to install breakpoint..." checkbox is checked or not.
Could you try again in a new workspace?
{quote}
I saw your screencast and I believed you even without it :) But still, in my case the breakpoint is only hit if I click the button on the web page. And now I can see why. For some reason I always get the mobile version of the page, so the list of members isn't shown and the breakpoint isn't triggered.
> Unable to install breakpoint even if line number set to be generated
> --------------------------------------------------------------------
>
> Key: JBIDE-20845
> URL: https://issues.jboss.org/browse/JBIDE-20845
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 4.3.0.CR2
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.3.x, 4.4.0.Alpha1
>
> Attachments: breakpoint-error.png, compiler-settings.png, html5-page.png, lineNumber.png
>
>
> I am unable to get breakpoints to work for a html5 project running on WildFly.
> I tried to verify JBIDE-20804 so I created the html5 project from central, set a breakpoint in MemberService.listAllMembers() (line 72) and then selected Debug on server -> WildFly. The server was started in debugging mode and the project started deploying, but then I got an error:
> Unable to install breakpoint in org.jboss.tools.example.html5.rest.MemberService$$$view3 due to missing line number attributes. Modify compiler options to generate line number attributes.
> Reason: Absent Line Number Information
> !breakpoint-error.png!
> I checked and this option was checked in Preferences -> Java -> Compiler. Also, I even checked the project settings (.settings/org.eclipse.jdt.core.prefs) and it has:
> org.eclipse.jdt.core.compiler.debug.lineNumber=generate
> This happened to me on Mac with WildFly 8, 9 and 10. And psrna checked this for me on Linux and the result was the same.
> I'm not really sure which component this should belong to, it looks like an upstream issue.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-20845) Unable to install breakpoint even if line number set to be generated
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20845?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-20845:
---------------------------------------
{quote}
Eclipse sets that by default.
{quote}
I understand that by default the warning is shown, but only if Eclipse thinks it cannot see the line number attributes. And I have that enabled. So that's what I meant to ask: Why is Eclipse showing this warning even if everything should work and seems to work - it seems that showing the warning is simply wrong in this case.
{quote}
I have set a breakpoint to MemberService.listAllMembers() (line 72).
I don't have to click the "List Members" button no matter whether the "Warn when unable to install breakpoint..." checkbox is checked or not.
Could you try again in a new workspace?
{quote}
I saw your screencast and I believed you even without it :) But still, in my case the breakpoint is only hit if I click the button on the web page. And now I can see why. For some reason I always get the mobile version of the page, so the list of members isn't shown and the breakpoint isn't triggered.
> Unable to install breakpoint even if line number set to be generated
> --------------------------------------------------------------------
>
> Key: JBIDE-20845
> URL: https://issues.jboss.org/browse/JBIDE-20845
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 4.3.0.CR2
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.3.x, 4.4.0.Alpha1
>
> Attachments: breakpoint-error.png, compiler-settings.png, html5-page.png, lineNumber.png
>
>
> I am unable to get breakpoints to work for a html5 project running on WildFly.
> I tried to verify JBIDE-20804 so I created the html5 project from central, set a breakpoint in MemberService.listAllMembers() (line 72) and then selected Debug on server -> WildFly. The server was started in debugging mode and the project started deploying, but then I got an error:
> Unable to install breakpoint in org.jboss.tools.example.html5.rest.MemberService$$$view3 due to missing line number attributes. Modify compiler options to generate line number attributes.
> Reason: Absent Line Number Information
> !breakpoint-error.png!
> I checked and this option was checked in Preferences -> Java -> Compiler. Also, I even checked the project settings (.settings/org.eclipse.jdt.core.prefs) and it has:
> org.eclipse.jdt.core.compiler.debug.lineNumber=generate
> This happened to me on Mac with WildFly 8, 9 and 10. And psrna checked this for me on Linux and the result was the same.
> I'm not really sure which component this should belong to, it looks like an upstream issue.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-20845) Unable to install breakpoint even if line number set to be generated
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20845?page=com.atlassian.jira.plugi... ]
Martin Malina updated JBIDE-20845:
----------------------------------
Attachment: html5-page.png
> Unable to install breakpoint even if line number set to be generated
> --------------------------------------------------------------------
>
> Key: JBIDE-20845
> URL: https://issues.jboss.org/browse/JBIDE-20845
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 4.3.0.CR2
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.3.x, 4.4.0.Alpha1
>
> Attachments: breakpoint-error.png, compiler-settings.png, html5-page.png, lineNumber.png
>
>
> I am unable to get breakpoints to work for a html5 project running on WildFly.
> I tried to verify JBIDE-20804 so I created the html5 project from central, set a breakpoint in MemberService.listAllMembers() (line 72) and then selected Debug on server -> WildFly. The server was started in debugging mode and the project started deploying, but then I got an error:
> Unable to install breakpoint in org.jboss.tools.example.html5.rest.MemberService$$$view3 due to missing line number attributes. Modify compiler options to generate line number attributes.
> Reason: Absent Line Number Information
> !breakpoint-error.png!
> I checked and this option was checked in Preferences -> Java -> Compiler. Also, I even checked the project settings (.settings/org.eclipse.jdt.core.prefs) and it has:
> org.eclipse.jdt.core.compiler.debug.lineNumber=generate
> This happened to me on Mac with WildFly 8, 9 and 10. And psrna checked this for me on Linux and the result was the same.
> I'm not really sure which component this should belong to, it looks like an upstream issue.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21092) Application wizard: Warn when a template points Source URL to a parameter with empty value
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21092?page=com.atlassian.jira.plugi... ]
Jan Richter commented on JBIDE-21092:
-------------------------------------
It's a template issue. Could the tooling recognize such an issue and tell the user?
> Application wizard: Warn when a template points Source URL to a parameter with empty value
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-21092
> URL: https://issues.jboss.org/browse/JBIDE-21092
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Jan Richter
> Labels: application_wizard, openshift_v3
>
> If a template defines a parameter for Source URL {noformat}(i.e. Source_URL = ${GIT_URI}){noformat} but leaves it empty, the application wizard can be finished, but in the end the application creation fails because of the missing URL.
> It might be better to validate if the actual value passed is not empty.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21092) Application wizard: Warn when a template points Source URL to a parameter with empty value
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21092?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21092:
------------------------------------------
[~jrichter1] Is the parameter that you're talking of a required parameter? JBIDE-20095 added validation of required parameters. If the parameter is marked as required in the template then we have a bug in the tooling, otherwise an issue in the template.
> Application wizard: Warn when a template points Source URL to a parameter with empty value
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-21092
> URL: https://issues.jboss.org/browse/JBIDE-21092
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Jan Richter
> Labels: application_wizard, openshift_v3
>
> If a template defines a parameter for Source URL {noformat}(i.e. Source_URL = ${GIT_URI}){noformat} but leaves it empty, the application wizard can be finished, but in the end the application creation fails because of the missing URL.
> It might be better to validate if the actual value passed is not empty.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21092) Application wizard: Warn when a template points Source URL to a parameter with empty value
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21092?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21092:
-------------------------------------
Summary: Application wizard: Warn when a template points Source URL to a parameter with empty value (was: Warn when a template points Source URL to a parameter with empty value)
> Application wizard: Warn when a template points Source URL to a parameter with empty value
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-21092
> URL: https://issues.jboss.org/browse/JBIDE-21092
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Jan Richter
> Labels: application_wizard, openshift_v3
>
> If a template defines a parameter for Source URL {noformat}(i.e. Source_URL = ${GIT_URI}){noformat} but leaves it empty, the application wizard can be finished, but in the end the application creation fails because of the missing URL.
> It might be better to validate if the actual value passed is not empty.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months