[JBoss JIRA] (JBIDE-11072) OpenShift Express Tool: Create a way to invoke rhc-sshkey functionality which posts a newly created key-pair's public key to the user's domain.
by Nam Duong (JIRA)
Nam Duong created JBIDE-11072:
---------------------------------
Summary: OpenShift Express Tool: Create a way to invoke rhc-sshkey functionality which posts a newly created key-pair's public key to the user's domain.
Key: JBIDE-11072
URL: https://issues.jboss.org/browse/JBIDE-11072
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Environment: JBoss OpenShift Express Tools (on Eclipse)
Reporter: Nam Duong
Assignee: Andre Dietisheim
Since the RHC tools leverages GIT, we enable the user to create/generate ssh keys on the fly via the OpenShift Express Tool. But that newly created ssh key's public key needs to be associated to the user before it can be used. rhc-sshkey is used for that purpose on the commandline, but we don't have similar functionality in the OpenShift Express tools today. Here is what the Console should include:
Usage: rhc sshkey (<command> | --help) [<args>]
Manage multiple keys for the registered rhcloud user.
List of commands
list Display all the SSH keys for the user account
add Add SSH key to the user account
update Update SSH key for the user account
remove Remove SSH key from the user account
List of arguments
-l|--rhlogin rhlogin Red Hat login (RHN or OpenShift login with OpenShift Express access) (Default: nduong+mac(a)redhat.com)
-p|--password password RHLogin password (optional, will prompt)
-i|--identifier key-name User-specified identifier for the key
-k|--ssh key-filepath SSH public key filepath
-d|--debug Print Debug info
-h|--help Show Usage info
--config path Path of alternate config file
--timeout # Timeout, in seconds, for connection
--
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
13 years, 7 months
[JBoss JIRA] (JBIDE-10155) JavaScript content assist issue with jQuery, but likely more
by Jay Balunas (Created) (JIRA)
JavaScript content assist issue with jQuery, but likely more
------------------------------------------------------------
Key: JBIDE-10155
URL: https://issues.jboss.org/browse/JBIDE-10155
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.3.0.M4
Reporter: Jay Balunas
Content assist with JavaScript with jQuery not working, or respecting namespaces. Most JavaScript content assist was fine.
{code:JavaScript}
<script type="text/javascript">
$(document).ready(function() {
//Fetches the initial member table
updateMemberTable();
//Register a event listener on the sumbit action
$('#reg').submit(function(event) {
event.preventDefault();
var formValues = $(this).serialize();
registerMember(formValues);
});
});
</script>
{code}
Any call to "$('foo')." does not show any content assist. Using "jquery('foo'." instead of $ partially worked, but still not 100%. Not all the expected values are there. This makes me think there is two issues.
To see the problem import the project I attached and try out desktop.html, or app.js.
--
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
13 years, 7 months
[JBoss JIRA] Created: (JBIDE-7316) Use hibernate 3.6.x in hibernate plugins.
by Dmitry Geraskov (JIRA)
Use hibernate 3.6.x in hibernate plugins.
-----------------------------------------
Key: JBIDE-7316
URL: https://jira.jboss.org/browse/JBIDE-7316
Project: Tools (JBoss Tools)
Issue Type: Task
Components: Hibernate
Affects Versions: 3.2.0.Beta2
Reporter: Dmitry Geraskov
Assignee: Dmitry Geraskov
Fix For: LATER
We are going to make our plugins to use hibernate 3.6, but there are some changes required:
1. Type/NullableType hierarchy was changed, we should not use NullableType any more ( it is deprecated ), but should use AbstractSingleColumnStandardBasicType. The changes are in quiery parameters area
2. To all constructors of values classes ( SimpleValue/Array/OneToMany/... ) added Mapping parameter. We use the classes in internal creation of Configuration object before passing it to exporters ( for example when we generate hbm files based on java files )
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] Created: (JBIDE-8849) JPA project revalidation after export to db
by Jiri Peterka (JIRA)
JPA project revalidation after export to db
-------------------------------------------
Key: JBIDE-8849
URL: https://issues.jboss.org/browse/JBIDE-8849
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: 3.2.1.M1
Environment: JBDS 4.1.0 m1 H359
Reporter: Jiri Peterka
Let's have JPA Project
Create entity M, you'll get Table "Z" cannot be resolved
Project -> JPA Tools -> Generate Tables from Entities
Check Export to database
Finish
After doing this project entity is not yet valid
It would be nice, if connection could be refreshed and code revalidated automatically after export to db (it could be also configurable if desired)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months