[JBoss JIRA] (JBIDE-19687) Web Service wizard buttons act strangely if an error occurs creating CXF service
by Brian Fitzpatrick (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19687?page=com.atlassian.jira.plugi... ]
Brian Fitzpatrick commented on JBIDE-19687:
-------------------------------------------
The Web Tools folks pointed out that we can use a workaround to get past this by adding "targetNamespace" as an element in the WebService annotation:
{code}
package org.jboss.samples.webservices;
import javax.jws.WebMethod;
import javax.jws.WebService;
@WebService(targetNamespace = "http://jboss.org/wsdl")
public class HelloWorld {
@WebMethod()
public String sayHello(String name) {
System.out.println("Hello: " + name);
return "Hello " + name + "!";
}
}
{code}
> Web Service wizard buttons act strangely if an error occurs creating CXF service
> --------------------------------------------------------------------------------
>
> Key: JBIDE-19687
> URL: https://issues.jboss.org/browse/JBIDE-19687
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.3.0.Alpha2
> Environment: Fedora 20 x64, openjdk 1.7.0_75
> Reporter: Jan Richter
> Assignee: Brian Fitzpatrick
> Labels: upstream
> Attachments: errorMessage
>
>
> Trying to create a bottom up Apache CXF web service. If after the "Apache CXF Wbe Service Java2WS Configuration" step an error occurs, the "back" and "next" buttons stop behaving in the expected fashion.
> So far I've found these cases:
> - The back button will loop through the last 3 pages of the wizard, while pressing "next" on any of these pages will return you to the first page.
> - You can return with the back button, but pressing next will open an error dialog with the same message as the original error.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-19776) Create and use Mars M7 target-platform
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19776?page=com.atlassian.jira.plugi... ]
Gorkem Ercan commented on JBIDE-19776:
--------------------------------------
I have pulled in the latest Thym
> Create and use Mars M7 target-platform
> --------------------------------------
>
> Key: JBIDE-19776
> URL: https://issues.jboss.org/browse/JBIDE-19776
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: target-platform
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Priority: Blocker
> Fix For: 4.3.0.Beta1
>
> Attachments: jbdevstudio.p2diff.txt, jbdevstudio.p2diff.v3.txt, jbosstools.p2diff.txt, jbosstools.p2diff.v3.txt
>
>
> Mars M7 was released and contains interesting changes.
> We need to start using it ASAP to leverage new functionalities and adapt to the most important changes.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-19776) Create and use Mars M7 target-platform
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19776?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-19776 at 5/7/15 4:53 PM:
------------------------------------------------------------
PR updated to include these:
{code}
> org.eclipse.tm.terminal.source [3.2.300.201406060905]
> org.eclipse.tm.terminal.feature.feature.group [4.0.0.201505051502]
> org.eclipse.tm.terminal.feature.feature.jar [4.0.0.201505051502]
> org.eclipse.tm.terminal [3.2.300.201406060905]
{code}
was (Author: nickboldt):
PR updated to include these:
{code}
> org.eclipse.tm.terminal.connector.local [4.0.0.201505040823]
> org.eclipse.tm.terminal.connector.process [4.0.0.201505040823]
> org.eclipse.tm.terminal.source [3.2.300.201406060905]
> org.eclipse.tm.terminal.connector.local.feature.feature.group [4.0.0.201505051512]
> org.eclipse.tm.terminal.feature.feature.group [4.0.0.201505051502]
> org.eclipse.tm.terminal.connector.local.feature.feature.jar [4.0.0.201505051512]
> org.eclipse.tm.terminal.feature.feature.jar [4.0.0.201505051502]
> org.eclipse.tm.terminal [3.2.300.201406060905]
{code}
> Create and use Mars M7 target-platform
> --------------------------------------
>
> Key: JBIDE-19776
> URL: https://issues.jboss.org/browse/JBIDE-19776
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: target-platform
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Priority: Blocker
> Fix For: 4.3.0.Beta1
>
> Attachments: jbdevstudio.p2diff.txt, jbdevstudio.p2diff.v3.txt, jbosstools.p2diff.txt, jbosstools.p2diff.v3.txt
>
>
> Mars M7 was released and contains interesting changes.
> We need to start using it ASAP to leverage new functionalities and adapt to the most important changes.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-19776) Create and use Mars M7 target-platform
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19776?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-19776:
-------------------------------
Attachment: jbosstools.p2diff.v3.txt
jbdevstudio.p2diff.v3.txt
PR updated to include these:
{code}
> org.eclipse.tm.terminal.connector.local [4.0.0.201505040823]
> org.eclipse.tm.terminal.connector.process [4.0.0.201505040823]
> org.eclipse.tm.terminal.source [3.2.300.201406060905]
> org.eclipse.tm.terminal.connector.local.feature.feature.group [4.0.0.201505051512]
> org.eclipse.tm.terminal.feature.feature.group [4.0.0.201505051502]
> org.eclipse.tm.terminal.connector.local.feature.feature.jar [4.0.0.201505051512]
> org.eclipse.tm.terminal.feature.feature.jar [4.0.0.201505051502]
> org.eclipse.tm.terminal [3.2.300.201406060905]
{code}
> Create and use Mars M7 target-platform
> --------------------------------------
>
> Key: JBIDE-19776
> URL: https://issues.jboss.org/browse/JBIDE-19776
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: target-platform
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Priority: Blocker
> Fix For: 4.3.0.Beta1
>
> Attachments: jbdevstudio.p2diff.txt, jbdevstudio.p2diff.v3.txt, jbosstools.p2diff.txt, jbosstools.p2diff.v3.txt
>
>
> Mars M7 was released and contains interesting changes.
> We need to start using it ASAP to leverage new functionalities and adapt to the most important changes.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-19776) Create and use Mars M7 target-platform
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19776?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-19776:
----------------------------------------
There is one more problem:
jbosstools-server/as/plugins/*org.jboss.ide.eclipse.as.rse.ui* depends on *org.eclipse.tm.terminal* which is missing in the new TP. [~rob.stryker]?
> Create and use Mars M7 target-platform
> --------------------------------------
>
> Key: JBIDE-19776
> URL: https://issues.jboss.org/browse/JBIDE-19776
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: target-platform
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Priority: Blocker
> Fix For: 4.3.0.Beta1
>
> Attachments: jbdevstudio.p2diff.txt, jbosstools.p2diff.txt
>
>
> Mars M7 was released and contains interesting changes.
> We need to start using it ASAP to leverage new functionalities and adapt to the most important changes.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-19776) Create and use Mars M7 target-platform
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19776?page=com.atlassian.jira.plugi... ]
Gorkem Ercan commented on JBIDE-19776:
--------------------------------------
[~nickboldt] already done on Eclipse repo. We just need to pull in the new Thym version
> Create and use Mars M7 target-platform
> --------------------------------------
>
> Key: JBIDE-19776
> URL: https://issues.jboss.org/browse/JBIDE-19776
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: target-platform
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Priority: Blocker
> Fix For: 4.3.0.Beta1
>
> Attachments: jbdevstudio.p2diff.txt, jbosstools.p2diff.txt
>
>
> Mars M7 was released and contains interesting changes.
> We need to start using it ASAP to leverage new functionalities and adapt to the most important changes.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-19776) Create and use Mars M7 target-platform
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19776?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-19776:
----------------------------------------
I detected this issue a couple of week ago when Thym broke Eclipse simultaneous release. Gorkem fixed that since then, and just pulling a newer Thym should work.
> Create and use Mars M7 target-platform
> --------------------------------------
>
> Key: JBIDE-19776
> URL: https://issues.jboss.org/browse/JBIDE-19776
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: target-platform
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Priority: Blocker
> Fix For: 4.3.0.Beta1
>
> Attachments: jbdevstudio.p2diff.txt, jbosstools.p2diff.txt
>
>
> Mars M7 was released and contains interesting changes.
> We need to start using it ASAP to leverage new functionalities and adapt to the most important changes.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-13414) No Error reported when WS Client code generation fails
by Brian Fitzpatrick (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13414?page=com.atlassian.jira.plugi... ]
Brian Fitzpatrick commented on JBIDE-13414:
-------------------------------------------
Here's a screen shot:
!new-error.png!
> No Error reported when WS Client code generation fails
> ------------------------------------------------------
>
> Key: JBIDE-13414
> URL: https://issues.jboss.org/browse/JBIDE-13414
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Reporter: Mustafa Musaji
> Assignee: Brian Fitzpatrick
> Labels: jax-ws, web_service_client
> Fix For: LATER
>
> Attachments: echoService.wsdl, new-error.png, screenshot-1.png
>
>
> If you have a WSDL which would normally fail because of JAXB collision. From command line you would get an error like this:
> Failed to invoke WSDLToJava
> org.apache.cxf.tools.common.ToolException: Thrown by JAXB:
> Thrown by JAXB:
> Two declarations cause a collision in the ObjectFactory class.
> ...
> However, in JBDS you don't get any error. It just doesn't create any sources and there is no indication of what the issue is.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-19776) Create and use Mars M7 target-platform
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19776?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-19776:
------------------------------------
One important change since M6:
{code}
- jbosstools/multiple/target/jbosstools-multiple.target.repo/plugins/org.eclipse.ui.navigator_3.5.500.v20150315-1254.jar
+ jbosstools/multiple/target/jbosstools-multiple.target.repo/plugins/org.eclipse.ui.navigator_3.6.0.v20150422-0725.jar
{code}
Result:
{code}
[ERROR] Missing requirement: org.eclipse.thym.ui 0.3.0.201504151706 requires 'bundle org.eclipse.ui.navigator [3.5.0,3.6.0)' but it could not be found
{code}
So... [~gercan] can you change org.eclipse.thym.ui to work with org.eclipse.ui.navigator 3.6?
> Create and use Mars M7 target-platform
> --------------------------------------
>
> Key: JBIDE-19776
> URL: https://issues.jboss.org/browse/JBIDE-19776
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: target-platform
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Priority: Blocker
> Fix For: 4.3.0.Beta1
>
> Attachments: jbdevstudio.p2diff.txt, jbosstools.p2diff.txt
>
>
> Mars M7 was released and contains interesting changes.
> We need to start using it ASAP to leverage new functionalities and adapt to the most important changes.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months