[JBoss JIRA] (JBIDE-16429) OpenShift Server Adapter: Missing icon for Restart application
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16429?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-16429:
------------------------------------------
There was never such an icon in the context menu of the OpenShift server adapter. This is corrected now:
!restart-icon.png!
> OpenShift Server Adapter: Missing icon for Restart application
> --------------------------------------------------------------
>
> Key: JBIDE-16429
> URL: https://issues.jboss.org/browse/JBIDE-16429
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Alpha1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Minor
> Attachments: restart-icon.png, restart_icon.png
>
>
> There is missing icon for restart application in OpenShift context menu of server adapter. Problem seems to be similar to JBIDE-15270, but not at all (this is OpenShift related).
> See attached image.
--
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
12 years, 5 months
[JBoss JIRA] (JBIDE-16427) Set Wildfly 8 java web services runtime to JBossWS/CXF from JAXWS RI
by Brian Fitzpatrick (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16427?page=com.atlassian.jira.plugi... ]
Brian Fitzpatrick commented on JBIDE-16427:
-------------------------------------------
Joseph, can I have you explain what exactly the problem is here? Is it simply that configuring a Wildfly runtime for WS/CXF isn't reflected in the tooling?
I'm just curious how to reproduce this in the tooling at this point so I can take a look.
> Set Wildfly 8 java web services runtime to JBossWS/CXF from JAXWS RI
> --------------------------------------------------------------------
>
> Key: JBIDE-16427
> URL: https://issues.jboss.org/browse/JBIDE-16427
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.1.1.Final
> Reporter: Joseph Hwang
> Assignee: Brian Fitzpatrick
> Fix For: 4.1.x, 4.2.x
>
>
> I implement Java Web Services with wildfly 8 and eclipse kepler jboss tools with the reference site https://docs.jboss.org/author/display/JBWS/WS-Security .
> The deployment and generated client codes works well. But the the problem is web services runtime is JAXWS RI, not JBossWS/CXF. The eclipse console show the following message,
>
> INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default taskextensions/wssecurity}HelloWorldService from WSDL: http://localhost:8080/WSSHelloWorld/HelloWorld?wsdl
>
> org.apache.cxf.service.factory.ReflectionServiceFactoryBean class is involved in <WILDFLY_HOME>\modules\system\layers\base\org\apache\cxf\impl\main\cxf-rt-core-2.7.7.jar file of JAXWS RI.
> So the configuration of web services mentioned in above reference site are useless, does not work at all.
> But the same project works well with JBoss EAP 6.1.1 and eclipse kepler jboss tools.
--
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
12 years, 5 months
[JBoss JIRA] (JBIDE-16427) Set Wildfly 8 java web services runtime to JBossWS/CXF from JAXWS RI
by Brian Fitzpatrick (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16427?page=com.atlassian.jira.plugi... ]
Brian Fitzpatrick updated JBIDE-16427:
--------------------------------------
Fix Version/s: 4.2.x
> Set Wildfly 8 java web services runtime to JBossWS/CXF from JAXWS RI
> --------------------------------------------------------------------
>
> Key: JBIDE-16427
> URL: https://issues.jboss.org/browse/JBIDE-16427
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.1.1.Final
> Reporter: Joseph Hwang
> Fix For: 4.1.x, 4.2.x
>
>
> I implement Java Web Services with wildfly 8 and eclipse kepler jboss tools with the reference site https://docs.jboss.org/author/display/JBWS/WS-Security .
> The deployment and generated client codes works well. But the the problem is web services runtime is JAXWS RI, not JBossWS/CXF. The eclipse console show the following message,
>
> INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default taskextensions/wssecurity}HelloWorldService from WSDL: http://localhost:8080/WSSHelloWorld/HelloWorld?wsdl
>
> org.apache.cxf.service.factory.ReflectionServiceFactoryBean class is involved in <WILDFLY_HOME>\modules\system\layers\base\org\apache\cxf\impl\main\cxf-rt-core-2.7.7.jar file of JAXWS RI.
> So the configuration of web services mentioned in above reference site are useless, does not work at all.
> But the same project works well with JBoss EAP 6.1.1 and eclipse kepler jboss tools.
--
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
12 years, 5 months
[JBoss JIRA] (JBIDE-16427) Set Wildfly 8 java web services runtime to JBossWS/CXF from JAXWS RI
by Brian Fitzpatrick (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16427?page=com.atlassian.jira.plugi... ]
Brian Fitzpatrick reassigned JBIDE-16427:
-----------------------------------------
Assignee: Brian Fitzpatrick
> Set Wildfly 8 java web services runtime to JBossWS/CXF from JAXWS RI
> --------------------------------------------------------------------
>
> Key: JBIDE-16427
> URL: https://issues.jboss.org/browse/JBIDE-16427
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.1.1.Final
> Reporter: Joseph Hwang
> Assignee: Brian Fitzpatrick
> Fix For: 4.1.x, 4.2.x
>
>
> I implement Java Web Services with wildfly 8 and eclipse kepler jboss tools with the reference site https://docs.jboss.org/author/display/JBWS/WS-Security .
> The deployment and generated client codes works well. But the the problem is web services runtime is JAXWS RI, not JBossWS/CXF. The eclipse console show the following message,
>
> INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default taskextensions/wssecurity}HelloWorldService from WSDL: http://localhost:8080/WSSHelloWorld/HelloWorld?wsdl
>
> org.apache.cxf.service.factory.ReflectionServiceFactoryBean class is involved in <WILDFLY_HOME>\modules\system\layers\base\org\apache\cxf\impl\main\cxf-rt-core-2.7.7.jar file of JAXWS RI.
> So the configuration of web services mentioned in above reference site are useless, does not work at all.
> But the same project works well with JBoss EAP 6.1.1 and eclipse kepler jboss tools.
--
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
12 years, 5 months
[JBoss JIRA] (JBIDE-16427) Set Wildfly 8 java web services runtime to JBossWS/CXF from JAXWS RI
by Brian Fitzpatrick (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16427?page=com.atlassian.jira.plugi... ]
Brian Fitzpatrick updated JBIDE-16427:
--------------------------------------
Component/s: webservices
> Set Wildfly 8 java web services runtime to JBossWS/CXF from JAXWS RI
> --------------------------------------------------------------------
>
> Key: JBIDE-16427
> URL: https://issues.jboss.org/browse/JBIDE-16427
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.1.1.Final
> Reporter: Joseph Hwang
> Fix For: 4.1.x
>
>
> I implement Java Web Services with wildfly 8 and eclipse kepler jboss tools with the reference site https://docs.jboss.org/author/display/JBWS/WS-Security .
> The deployment and generated client codes works well. But the the problem is web services runtime is JAXWS RI, not JBossWS/CXF. The eclipse console show the following message,
>
> INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default taskextensions/wssecurity}HelloWorldService from WSDL: http://localhost:8080/WSSHelloWorld/HelloWorld?wsdl
>
> org.apache.cxf.service.factory.ReflectionServiceFactoryBean class is involved in <WILDFLY_HOME>\modules\system\layers\base\org\apache\cxf\impl\main\cxf-rt-core-2.7.7.jar file of JAXWS RI.
> So the configuration of web services mentioned in above reference site are useless, does not work at all.
> But the same project works well with JBoss EAP 6.1.1 and eclipse kepler jboss tools.
--
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
12 years, 5 months