[JBoss JIRA] (JBDS-2038) JBDS installer should open JBDS upon completion
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBDS-2038?page=com.atlassian.jira.plugin.... ]
Daniel Azarov commented on JBDS-2038:
-------------------------------------
Fred, you probably right!
I googled "Installation Complete" images, most of such phrases look like "Launch <product>"
I saw few cases with "Run" or "Start <product> now"
I think we should do "Launch JBoss Developer Studio".
> JBDS installer should open JBDS upon completion
> -----------------------------------------------
>
> Key: JBDS-2038
> URL: https://issues.jboss.org/browse/JBDS-2038
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: installer
> Affects Versions: 5.0.0.Beta1
> Environment: jbdevstudio-product-win32-x86_64-5.0.0.v201202250031M-H77-Beta1.jar
> Reporter: Fred Bricon
> Assignee: Denis Golovin
> Fix For: 7.0.x
>
> Attachments: JBDS-2038.patch, RunJBDSAfterInstallation.png
>
>
> As a user, once the JBDS installer completes, I expect it to open the newly installed JBDS.
> On the last page of the installer, there should be a checkbox asking the user if he wants to open JBDS immediately.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (JBIDE-13232) refactor target platforms' GAVs, names, labels (was target platforms has the same name)
by Rob Cernich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13232?page=com.atlassian.jira.plugi... ]
Rob Cernich commented on JBIDE-13232:
-------------------------------------
Hey Mickael,
That makes sense, but I'd also say that's what SNAPSHOTs are for: evolution between releases. Once you release, you go from SNAPSHOT to Final. Also, just because you don't make changes doesn't mean you can't update the version. Think of parent poms that define configuration, dependencies and modules, if none of those change, between versions, you still roll the version on the parent.
Anyway, no biggie, just providing some feedback.
Best,
Rob
> refactor target platforms' GAVs, names, labels (was target platforms has the same name)
> ---------------------------------------------------------------------------------------
>
> Key: JBIDE-13232
> URL: https://issues.jboss.org/browse/JBIDE-13232
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Build/Releng
> Affects Versions: 4.1.0.Alpha1
> Environment:
> Reporter: Max Rydahl Andersen
> Assignee: Nick Boldt
> Fix For: 4.1.0.Alpha1
>
> Attachments: JBIDE13232.parent.pom.tweaks.txt
>
>
> .target files are all called "e42-wtp34-jbds6" even though they are for jbosstools and not specific to jbds6 either.
> Makes it hard to actually see which target platform to choose
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (JBDS-2450) No Error reported when WS Client code generation fails
by Mustafa Musaji (JIRA)
[ https://issues.jboss.org/browse/JBDS-2450?page=com.atlassian.jira.plugin.... ]
Mustafa Musaji updated JBDS-2450:
---------------------------------
Description:
If you have a WSDL which would normally fail because of JAXB collision. From command line you would get an error like this:
bq.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.
was:
If you have a WSDL which would normally fail because of JAXB collision. From command line you would get an error like this:
bq.
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.
> No Error reported when WS Client code generation fails
> ------------------------------------------------------
>
> Key: JBDS-2450
> URL: https://issues.jboss.org/browse/JBDS-2450
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Error Reporting
> Affects Versions: 6.0.0.GA
> Reporter: Mustafa Musaji
> Labels: web_service_client
> Attachments: echoService.wsdl
>
>
> If you have a WSDL which would normally fail because of JAXB collision. From command line you would get an error like this:
> bq.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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (JBDS-2450) No Error reported when WS Client code generation fails
by Mustafa Musaji (JIRA)
[ https://issues.jboss.org/browse/JBDS-2450?page=com.atlassian.jira.plugin.... ]
Mustafa Musaji updated JBDS-2450:
---------------------------------
Description:
If you have a WSDL which would normally fail because of JAXB collision. From command line you would get an error like this:
bq. Failed to invoke WSDLToJava
bq. org.apache.cxf.tools.common.ToolException: Thrown by JAXB:
bq. Thrown by JAXB:
bq. Two declarations cause a collision in the ObjectFactory class.
bq. ...
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.
was:
If you have a WSDL which would normally fail because of JAXB collision. From command line you would get an error like this:
bq.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.
> No Error reported when WS Client code generation fails
> ------------------------------------------------------
>
> Key: JBDS-2450
> URL: https://issues.jboss.org/browse/JBDS-2450
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Error Reporting
> Affects Versions: 6.0.0.GA
> Reporter: Mustafa Musaji
> Labels: web_service_client
> Attachments: echoService.wsdl
>
>
> If you have a WSDL which would normally fail because of JAXB collision. From command line you would get an error like this:
> bq. Failed to invoke WSDLToJava
> bq. org.apache.cxf.tools.common.ToolException: Thrown by JAXB:
> bq. Thrown by JAXB:
> bq. Two declarations cause a collision in the ObjectFactory class.
> bq. ...
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (JBDS-2450) No Error reported when WS Client code generation fails
by Mustafa Musaji (JIRA)
[ https://issues.jboss.org/browse/JBDS-2450?page=com.atlassian.jira.plugin.... ]
Mustafa Musaji updated JBDS-2450:
---------------------------------
Description:
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.
was:
If you have a WSDL which would normally fail because of JAXB collision. From command line you would get an error like this:
bq.Failed to invoke WSDLToJava
bq.org.apache.cxf.tools.common.ToolException: Thrown by JAXB:
bq.Thrown by JAXB:
bq.Two declarations cause a collision in the ObjectFactory class.
bq....
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.
> No Error reported when WS Client code generation fails
> ------------------------------------------------------
>
> Key: JBDS-2450
> URL: https://issues.jboss.org/browse/JBDS-2450
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Error Reporting
> Affects Versions: 6.0.0.GA
> Reporter: Mustafa Musaji
> Labels: web_service_client
> Attachments: echoService.wsdl
>
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (JBDS-2450) No Error reported when WS Client code generation fails
by Mustafa Musaji (JIRA)
[ https://issues.jboss.org/browse/JBDS-2450?page=com.atlassian.jira.plugin.... ]
Mustafa Musaji updated JBDS-2450:
---------------------------------
Description:
If you have a WSDL which would normally fail because of JAXB collision. From command line you would get an error like this:
bq.Failed to invoke WSDLToJava
bq.org.apache.cxf.tools.common.ToolException: Thrown by JAXB:
bq.Thrown by JAXB:
bq.Two declarations cause a collision in the ObjectFactory class.
bq....
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.
was:
If you have a WSDL which would normally fail because of JAXB collision. From command line you would get an error like this:
bq. Failed to invoke WSDLToJava
bq. org.apache.cxf.tools.common.ToolException: Thrown by JAXB:
bq. Thrown by JAXB:
bq. Two declarations cause a collision in the ObjectFactory class.
bq. ...
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.
> No Error reported when WS Client code generation fails
> ------------------------------------------------------
>
> Key: JBDS-2450
> URL: https://issues.jboss.org/browse/JBDS-2450
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Error Reporting
> Affects Versions: 6.0.0.GA
> Reporter: Mustafa Musaji
> Labels: web_service_client
> Attachments: echoService.wsdl
>
>
> If you have a WSDL which would normally fail because of JAXB collision. From command line you would get an error like this:
> bq.Failed to invoke WSDLToJava
> bq.org.apache.cxf.tools.common.ToolException: Thrown by JAXB:
> bq.Thrown by JAXB:
> bq.Two declarations cause a collision in the ObjectFactory class.
> bq....
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (JBDS-2450) No Error reported when WS Client code generation fails
by Mustafa Musaji (JIRA)
[ https://issues.jboss.org/browse/JBDS-2450?page=com.atlassian.jira.plugin.... ]
Mustafa Musaji updated JBDS-2450:
---------------------------------
Description:
If you have a WSDL which would normally fail because of JAXB collision. From command line you would get an error like this:
bq.
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.
was:
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.
> No Error reported when WS Client code generation fails
> ------------------------------------------------------
>
> Key: JBDS-2450
> URL: https://issues.jboss.org/browse/JBDS-2450
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Error Reporting
> Affects Versions: 6.0.0.GA
> Reporter: Mustafa Musaji
> Labels: web_service_client
> Attachments: echoService.wsdl
>
>
> If you have a WSDL which would normally fail because of JAXB collision. From command line you would get an error like this:
> bq.
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months