[JBoss JIRA] (JBIDE-22570) For JBIDE 4.4.1.Alpha1: Prepare for 4.4.1.Alpha1 [Central]
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22570?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-22570:
----------------------------------------
Good point [~nickboldt]. Bumping minor version doesn't look right until we switch to Oxygen. Reopening.
> For JBIDE 4.4.1.Alpha1: Prepare for 4.4.1.Alpha1 [Central]
> ----------------------------------------------------------
>
> Key: JBIDE-22570
> URL: https://issues.jboss.org/browse/JBIDE-22570
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: central, maven, project-examples
> Affects Versions: 4.4.1.Alpha1
> Reporter: Nick Boldt
> Assignee: Fred Bricon
> Priority: Blocker
> Labels: task
> Fix For: 4.4.1.Alpha1
>
>
> For JBIDE 4.4.1.Alpha1 [Central]: Please perform the following tasks:
> 1. Check out your existing *{color:orange}master{color}* branch:
> {code}
> git checkout master
> {code}
> 2. Update your *{color:orange}master{color}* root pom to use the latest parent pom version, *{color:orange}4.4.1.Alpha1-SNAPSHOT{color}*:
> {code}
> <parent>
> <groupId>org.jboss.tools</groupId>
> <artifactId>parent</artifactId>
> <version>4.4.1.Alpha1-SNAPSHOT</version>
> </parent>
> {code}
> Now, your root pom will use parent pom version:
> * *{color:orange}4.4.1.Alpha1-SNAPSHOT{color}* in your *{color:orange}master{color}* branch
> 3. Ensure that component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.0 to 1.0.1.
> {code}
> mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.25.0:set-version -DnewVersion=1.0.1-SNAPSHOT
> {code}
> 4. Ensure you've *built & run tests* using the latest target platform version 4.60.0.Final-SNAPSHOT (4.60 = Eclipse Neon.0)
> {code}
> mvn clean verify -Dtpc.version=4.60.0.Final-SNAPSHOT
> {code}
> 4. Close (do not resolve) this JIRA when done.
> [Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for Central task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22576) NPE in Web Service Tester
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22576?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-22576:
-----------------------------------
Affects Version/s: 4.4.0.Final
> NPE in Web Service Tester
> -------------------------
>
> Key: JBIDE-22576
> URL: https://issues.jboss.org/browse/JBIDE-22576
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.4.0.Final
> Environment: Version: 10.0.0.GA
> Build id: GA-v20160603-1025-B5510
> Reporter: Andrej Podhradsky
>
> NPE in Web Service Tester when calling SOAP WS.
> {code}
> java.lang.NullPointerException
> at org.jboss.tools.ws.ui.views.JAXRSWSTestView2.handleWSTest(JAXRSWSTestView2.java:1909)
> at org.jboss.tools.ws.ui.views.JAXRSWSTestView2.access$34(JAXRSWSTestView2.java:1809)
> at org.jboss.tools.ws.ui.views.JAXRSWSTestView2$21.run(JAXRSWSTestView2.java:1726)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
> Note that this works fine in JBDS 9.1.0.GA
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22576) NPE in Web Service Tester
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22576?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-22576:
--------------------------------------
Assignee: Xavier Coulon
> NPE in Web Service Tester
> -------------------------
>
> Key: JBIDE-22576
> URL: https://issues.jboss.org/browse/JBIDE-22576
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.4.0.Final
> Environment: Version: 10.0.0.GA
> Build id: GA-v20160603-1025-B5510
> Reporter: Andrej Podhradsky
> Assignee: Xavier Coulon
>
> NPE in Web Service Tester when calling SOAP WS.
> {code}
> java.lang.NullPointerException
> at org.jboss.tools.ws.ui.views.JAXRSWSTestView2.handleWSTest(JAXRSWSTestView2.java:1909)
> at org.jboss.tools.ws.ui.views.JAXRSWSTestView2.access$34(JAXRSWSTestView2.java:1809)
> at org.jboss.tools.ws.ui.views.JAXRSWSTestView2$21.run(JAXRSWSTestView2.java:1726)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
> Note that this works fine in JBDS 9.1.0.GA
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22576) NPE in Web Service Tester
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22576?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-22576:
-----------------------------------
Project: Tools (JBoss Tools) (was: Red Hat JBoss Developer Studio (devstudio))
Key: JBIDE-22576 (was: JBDS-3937)
Workflow: GIT Pull Request workflow (was: CDW v1)
Status: Open (was: New)
Docs QE Status: (was: NEW)
Component/s: webservices
(was: webservices)
Affects Version/s: (was: 10.0.0.GA)
> NPE in Web Service Tester
> -------------------------
>
> Key: JBIDE-22576
> URL: https://issues.jboss.org/browse/JBIDE-22576
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Environment: Version: 10.0.0.GA
> Build id: GA-v20160603-1025-B5510
> Reporter: Andrej Podhradsky
>
> NPE in Web Service Tester when calling SOAP WS.
> {code}
> java.lang.NullPointerException
> at org.jboss.tools.ws.ui.views.JAXRSWSTestView2.handleWSTest(JAXRSWSTestView2.java:1909)
> at org.jboss.tools.ws.ui.views.JAXRSWSTestView2.access$34(JAXRSWSTestView2.java:1809)
> at org.jboss.tools.ws.ui.views.JAXRSWSTestView2$21.run(JAXRSWSTestView2.java:1726)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
> Note that this works fine in JBDS 9.1.0.GA
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-20562) WildFly: jsf-impl-2.2.8-jbossorg-1.jar is not in default Runtime list
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20562?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-20562.
---------------------------------
Closing.
> WildFly: jsf-impl-2.2.8-jbossorg-1.jar is not in default Runtime list
> ---------------------------------------------------------------------
>
> Key: JBIDE-20562
> URL: https://issues.jboss.org/browse/JBIDE-20562
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: server
> Affects Versions: 4.3.0.CR1
> Reporter: carl zhang
> Assignee: Rob Stryker
> Priority: Minor
> Fix For: 4.4.0.Alpha1
>
>
> In Eclipse, I chose WildFly 8.2.0 server as my local web server. Then I created Dynamic Web Project. After done, I check the project Libraries-->WildFly 8.x Runtime libraries. I can see jboss-jsf-api_2.2_spec-2.2.8.jar in the list, but cannot see jsf-impl-2.2.8-jbossorg-1.jar
> So my Java codes related to jsf-impl classes cannot pass the compile. And I cannot manually add jsf-impl.jar into the project WEB_INF/lib because it cause deployment conflict.
> Please add the jsf-impl jar file into default Runtime library list. I don't check 9.0.0 and 10.0.0, if it is not in their default list. Please add it in
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months