[JBoss JIRA] (JBIDE-10049) SSH key setup needs to be aligned with openshift as otherwise its very easy to end up with hard to handle auth key errors
by Max Rydahl Andersen (Created) (JIRA)
SSH key setup needs to be aligned with openshift as otherwise its very easy to end up with hard to handle auth key errors
-------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-10049
URL: https://issues.jboss.org/browse/JBIDE-10049
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Reporter: Max Rydahl Andersen
Assignee: Andre Dietisheim
Priority: Blocker
Fix For: 3.3.0.M4
It turns out that openshift command line forces a specific key name in their ssh usage and even hardcodes it into ~/.ssh/config for all communication with *.rhcloud.com. this config git/jscsh listens too and thus no matter what the user does in eclipse he will get auth errors unless he actually used the exact same key.
And to make matters worse jcsh only reads this configuration on startup of eclipse so to align keys you have to restart eclipse after doing changes config.
The problem with all this is that if you are a new user using the tools you will bump into problems as soon as you need to use tail-files or add cartridges because we create the key with a different name that the command line tools expect.
To remedy this problem three changes are to be made:
1) on create domain we will check if <sshhome>/libra_id_rsa.pub exist - if it does we prefill the key name with that.
2) New will only create a key named <sshome>/libra_id_rsa(.pub) - if such file already exist it will say it won't create one
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months
[JBoss JIRA] (JBIDE-9920) New domain wizard: passphrase dialog should offer password text field to enter passphrase (not default text field)
by Andre Dietisheim (Created) (JIRA)
New domain wizard: passphrase dialog should offer password text field to enter passphrase (not default text field)
------------------------------------------------------------------------------------------------------------------
Key: JBIDE-9920
URL: https://issues.jboss.org/browse/JBIDE-9920
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 3.3.0.M4
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.3.0.M4
Attachments: passphrase-dialog.png
When you create a new domain in the openshift wizard, you may create a new domain if you have no domain on openshift so far. The appropriate dialog asks you to provide the domain name and a ssh key. If you have no ssh key so far, you may create a new one. You'd then of course have to provide a pass phrase for your key. The passphrase shall be entered in a text field. This text field currently is a default text field that shows you what you type.
!passphrase-dialog.png!
We should replace this text field by a password text field which shows "*" instead of the real characters you type.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months
[JBoss JIRA] (JBIDE-9831) Unable to select JBossWS CXF as the WS Runtime
by Mustafa Musaji (Created) (JIRA)
Unable to select JBossWS CXF as the WS Runtime
----------------------------------------------
Key: JBIDE-9831
URL: https://issues.jboss.org/browse/JBIDE-9831
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.2.1.Final
Environment: JBoss Developer Studio 4.1
JBoss Enterprise Platform (EAP) 5.1 with JBossWS CXF installed
Reporter: Mustafa Musaji
Assignee: Brian Fitzpatrick
When you want to create a CXF Client there is no way to select JBossWS CXF as the WS Runtime.
I have a CXF Web Service deployed to JBoss. The wsdl is published to a URL.
I go to File->New->Web Services->Web Service Client.
At this dialogue box I get to choose my configuration to create the client stubs. When selecting Web Service Runtime, I cannot select JBossWS CXF that is within JBoss. It only gives me options for Apache Axis, Apache CXF and JbossWS.
So I then think I need to add a CXF runtime from Window->Preferences->Web Services->CXF.2x Preferences. Once again, this doesn't let me choose a JBossWS CXF runtime other than an Apache CXF runtime. How can I select JBossWS CXF as the CXF runtime of choice?
Selecting JBossWS and a JBoss Server With CXF installed does not work either. I choose the CXF JBoss Server Runtime and JBossWS as the Web Service Runtime. The generated classes have the following header.
/**
* This class was generated by the JAX-WS RI.
* JAX-WS RI 2.1.7-09/10/2010 09:17 PM(mockbuild)-
* Generated source version: 2.1
*
*/
Using wsconsume.sh from the same JBoss instance the generated classes have the following header
/**
* This class was generated by Apache CXF 2.2.6-patch-01
* Tue Oct 04 14:16:01 BST 2011
* Generated source version: 2.2.6-patch-01
*
*/
As you can see the JBDS still uses JBossWS Native as the stack to build the client stubs from.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months