[JBoss JIRA] (JBIDE-18745) Separate Eclipse Marketplace entry for Hybrid Mobile
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18745?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-18745:
------------------------------------
All the existing current marketplace entries are created by me (older ones by Max) but there's no need to have me own the maintenance for Gorkem's connector since he'll likely be the one updating it as new versions are rolled out.
Oh, and just for info, you can't create a marketplace entry and not make it live commas help to make sentences legible and more easy to understand.
> Separate Eclipse Marketplace entry for Hybrid Mobile
> ----------------------------------------------------
>
> Key: JBIDE-18745
> URL: https://issues.jboss.org/browse/JBIDE-18745
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: build
> Affects Versions: 4.2.0.Final
> Reporter: Gorkem Ercan
> Assignee: Gorkem Ercan
> Priority: Blocker
>
> Create a new marketplace entry for JBoss tools Hybrid Mobile which should include the following features.
> - org.jboss.tools.aerogear.thym.feature
> - org.jboss.tools.vpe.cordovasim.feature
> - org.jboss.tools.jst.angularjs.feature
> - org.jboss.tools.livereload.feature
> And central
> - org.jboss.tools.community.central.feature
> - org.jboss.tools.community.project.examples.feature
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (JBIDE-18745) Separate Eclipse Marketplace entry for Hybrid Mobile
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18745?page=com.atlassian.jira.plugi... ]
Gorkem Ercan updated JBIDE-18745:
---------------------------------
Description:
Create a new marketplace entry for JBoss tools Hybrid Mobile which should include the following features.
- org.jboss.tools.aerogear.thym.feature
- org.jboss.tools.vpe.cordovasim.feature
- org.jboss.tools.jst.angularjs.feature
- org.jboss.tools.livereload.feature
And central
- org.jboss.tools.community.central.feature
- org.jboss.tools.community.project.examples.feature
was:
Create a new marketplace entry for JBoss tools Hybrid Mobile which should include the following features.
- org.jboss.tools.aerogear.thym.feature
- org.jboss.tools.vpe.cordovasim.feature
- org.jboss.tools.jst.angularjs.feature
- org.jboss.tools.livereload.feature
> Separate Eclipse Marketplace entry for Hybrid Mobile
> ----------------------------------------------------
>
> Key: JBIDE-18745
> URL: https://issues.jboss.org/browse/JBIDE-18745
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: build
> Affects Versions: 4.2.0.Final
> Reporter: Gorkem Ercan
> Assignee: Gorkem Ercan
> Priority: Blocker
>
> Create a new marketplace entry for JBoss tools Hybrid Mobile which should include the following features.
> - org.jboss.tools.aerogear.thym.feature
> - org.jboss.tools.vpe.cordovasim.feature
> - org.jboss.tools.jst.angularjs.feature
> - org.jboss.tools.livereload.feature
> And central
> - org.jboss.tools.community.central.feature
> - org.jboss.tools.community.project.examples.feature
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (JBIDE-18747) NPE in CDI (probably) Validation
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18747?page=com.atlassian.jira.plugi... ]
Victor Rubezhny updated JBIDE-18747:
------------------------------------
Assignee: Alexey Kazakov
> NPE in CDI (probably) Validation
> --------------------------------
>
> Key: JBIDE-18747
> URL: https://issues.jboss.org/browse/JBIDE-18747
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi, jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Final
> Reporter: Victor Rubezhny
> Assignee: Alexey Kazakov
>
> In some cases, when you're editing HTML Validation Preferences and agree to perform a build on pressing 'Apply' and then immediately do the same on pressing 'OK' button, an NPE occurs in Validation:
> {code}
> !ENTRY org.jboss.tools.common 4 0 2014-11-13 02:17:31.326
> !MESSAGE
> !STACK 0
> org.jboss.tools.common.validation.JBTValidationException
> at org.jboss.tools.common.validation.ValidatorManager.validate(ValidatorManager.java:123)
> at org.jboss.tools.common.validation.ValidatorManager.validateInJob(ValidatorManager.java:81)
> at org.eclipse.wst.validation.internal.core.ValidatorLauncher.start(ValidatorLauncher.java:77)
> at org.eclipse.wst.validation.Validator$V1.validate(Validator.java:768)
> at org.eclipse.wst.validation.Validator.validate(Validator.java:405)
> at org.eclipse.wst.validation.internal.ValManager.validate(ValManager.java:704)
> at org.eclipse.wst.validation.internal.ValManager$1.visit(ValManager.java:665)
> at org.eclipse.wst.validation.internal.ValManager.accept(ValManager.java:783)
> at org.eclipse.wst.validation.internal.ValManager.validate(ValManager.java:669)
> at org.eclipse.wst.validation.internal.ValidationRunner.execute(ValidationRunner.java:134)
> at org.eclipse.wst.validation.internal.ValidationRunner.run(ValidationRunner.java:148)
> at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
> at org.eclipse.wst.validation.internal.ValidationRunner.validate(ValidationRunner.java:67)
> at org.eclipse.wst.validation.ValidationFramework.validate(ValidationFramework.java:661)
> at org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractValidationSettingsPage$ValidateJob.run(AbstractValidationSettingsPage.java:411)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> Caused by: java.lang.NullPointerException
> at org.jboss.tools.common.validation.ValidatorManager.validate(ValidatorManager.java:116)
> ... 15 more
> {code}
> Some debugging shows that NPE happens when validator is CDICoreValidator object: the following expression:
> {code}validationHelper.getValidationContextManager().getValidatingProjectTree(validator){code}, and that value is used with no any checks for that.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (JBIDE-18747) NPE in CDI (probably) Validation
by Victor Rubezhny (JIRA)
Victor Rubezhny created JBIDE-18747:
---------------------------------------
Summary: NPE in CDI (probably) Validation
Key: JBIDE-18747
URL: https://issues.jboss.org/browse/JBIDE-18747
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi, jsp/jsf/xml/html source editing
Affects Versions: 4.2.0.Final
Reporter: Victor Rubezhny
In some cases, when you're editing HTML Validation Preferences and agree to perform a build on pressing 'Apply' and then immediately do the same on pressing 'OK' button, an NPE occurs in Validation:
{code}
!ENTRY org.jboss.tools.common 4 0 2014-11-13 02:17:31.326
!MESSAGE
!STACK 0
org.jboss.tools.common.validation.JBTValidationException
at org.jboss.tools.common.validation.ValidatorManager.validate(ValidatorManager.java:123)
at org.jboss.tools.common.validation.ValidatorManager.validateInJob(ValidatorManager.java:81)
at org.eclipse.wst.validation.internal.core.ValidatorLauncher.start(ValidatorLauncher.java:77)
at org.eclipse.wst.validation.Validator$V1.validate(Validator.java:768)
at org.eclipse.wst.validation.Validator.validate(Validator.java:405)
at org.eclipse.wst.validation.internal.ValManager.validate(ValManager.java:704)
at org.eclipse.wst.validation.internal.ValManager$1.visit(ValManager.java:665)
at org.eclipse.wst.validation.internal.ValManager.accept(ValManager.java:783)
at org.eclipse.wst.validation.internal.ValManager.validate(ValManager.java:669)
at org.eclipse.wst.validation.internal.ValidationRunner.execute(ValidationRunner.java:134)
at org.eclipse.wst.validation.internal.ValidationRunner.run(ValidationRunner.java:148)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
at org.eclipse.wst.validation.internal.ValidationRunner.validate(ValidationRunner.java:67)
at org.eclipse.wst.validation.ValidationFramework.validate(ValidationFramework.java:661)
at org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractValidationSettingsPage$ValidateJob.run(AbstractValidationSettingsPage.java:411)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: java.lang.NullPointerException
at org.jboss.tools.common.validation.ValidatorManager.validate(ValidatorManager.java:116)
... 15 more
{code}
Some debugging shows that NPE happens when validator is CDICoreValidator object: the following expression:
{code}validationHelper.getValidationContextManager().getValidatingProjectTree(validator){code}, and that value is used with no any checks for that.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (JBIDE-18745) Separate Eclipse Marketplace entry for Hybrid Mobile
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18745?page=com.atlassian.jira.plugi... ]
Gorkem Ercan updated JBIDE-18745:
---------------------------------
Description:
Create a new marketplace entry for JBoss tools Hybrid Mobile which should include the following features.
- org.jboss.tools.aerogear.thym.feature
- org.jboss.tools.vpe.cordovasim.feature
- org.jboss.tools.jst.angularjs.feature
- org.jboss.tools.livereload.feature
was:
Create a new marketplace entry for JBoss tools Hybrid Mobile which should include the following features.
- org.jboss.tools.aerogear.thym.feature
- org.jboss.tools.vpe.cordovasim.feature
- org.jboss.tools.jst.angularjs.feature
> Separate Eclipse Marketplace entry for Hybrid Mobile
> ----------------------------------------------------
>
> Key: JBIDE-18745
> URL: https://issues.jboss.org/browse/JBIDE-18745
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: build
> Affects Versions: 4.2.0.Final
> Reporter: Gorkem Ercan
> Assignee: Gorkem Ercan
> Priority: Blocker
>
> Create a new marketplace entry for JBoss tools Hybrid Mobile which should include the following features.
> - org.jboss.tools.aerogear.thym.feature
> - org.jboss.tools.vpe.cordovasim.feature
> - org.jboss.tools.jst.angularjs.feature
> - org.jboss.tools.livereload.feature
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (JBIDE-18745) Separate Eclipse Marketplace entry for Hybrid Mobile
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18745?page=com.atlassian.jira.plugi... ]
Gorkem Ercan updated JBIDE-18745:
---------------------------------
Description:
Create a new marketplace entry for JBoss tools Hybrid Mobile which should include the following features.
- org.jboss.tools.aerogear.thym.feature
- org.jboss.tools.vpe.cordovasim.feature
- org.jboss.tools.jst.angularjs.feature
was:
Create a new marketplace entry for JBoss tools Hybrid Mobile which should include the following features.
- org.jboss.tools.aerogear.thym.feature
- org.jboss.tools.vpe.cordovasim.feature
> Separate Eclipse Marketplace entry for Hybrid Mobile
> ----------------------------------------------------
>
> Key: JBIDE-18745
> URL: https://issues.jboss.org/browse/JBIDE-18745
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: build
> Affects Versions: 4.2.0.Final
> Reporter: Gorkem Ercan
> Assignee: Gorkem Ercan
> Priority: Blocker
>
> Create a new marketplace entry for JBoss tools Hybrid Mobile which should include the following features.
> - org.jboss.tools.aerogear.thym.feature
> - org.jboss.tools.vpe.cordovasim.feature
> - org.jboss.tools.jst.angularjs.feature
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (JBIDE-18745) Separate Eclipse Marketplace entry for Hybrid Mobile
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18745?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-18745:
---------------------------------------------
just for info, this bug was created to get the list of features defined and then the entry should be created by the same jbosstools users as the other marketplace entries and before we actually go create it need to actually test the install.
> Separate Eclipse Marketplace entry for Hybrid Mobile
> ----------------------------------------------------
>
> Key: JBIDE-18745
> URL: https://issues.jboss.org/browse/JBIDE-18745
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: build
> Affects Versions: 4.2.0.Final
> Reporter: Gorkem Ercan
> Assignee: Gorkem Ercan
> Priority: Blocker
>
> Create a new marketplace entry for JBoss tools Hybrid Mobile which should include the following features.
> - org.jboss.tools.aerogear.thym.feature
> - org.jboss.tools.vpe.cordovasim.feature
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (JBIDE-18745) Separate Eclipse Marketplace entry for Hybrid Mobile
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18745?page=com.atlassian.jira.plugi... ]
Gorkem Ercan updated JBIDE-18745:
---------------------------------
Description:
Create a new marketplace entry for JBoss tools Hybrid Mobile which should include the following features.
- org.jboss.tools.aerogear.thym.feature
- org.jboss.tools.vpe.cordovasim.feature
was:
Create a new marketplace entry for JBoss tools Hybrid Mobile which should include the following features.
- org.jboss.tools.aerogear.thym.feature
- org.jboss.tools.aerogear.thym.feature
> Separate Eclipse Marketplace entry for Hybrid Mobile
> ----------------------------------------------------
>
> Key: JBIDE-18745
> URL: https://issues.jboss.org/browse/JBIDE-18745
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: build
> Affects Versions: 4.2.0.Final
> Reporter: Gorkem Ercan
> Assignee: Gorkem Ercan
> Priority: Blocker
>
> Create a new marketplace entry for JBoss tools Hybrid Mobile which should include the following features.
> - org.jboss.tools.aerogear.thym.feature
> - org.jboss.tools.vpe.cordovasim.feature
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months