[JBoss JIRA] (JBIDE-11073) OpenShift Express Tool: Create a way to invoke rhc-port-forward functionality which enables users to debug their cloud environments with their local tools
by Nam Duong (JIRA)
Nam Duong created JBIDE-11073:
---------------------------------
Summary: OpenShift Express Tool: Create a way to invoke rhc-port-forward functionality which enables users to debug their cloud environments with their local tools
Key: JBIDE-11073
URL: https://issues.jboss.org/browse/JBIDE-11073
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Environment: OpenShift Express Tools (on Eclipse)
Reporter: Nam Duong
Assignee: Andre Dietisheim
If an OpenShift node that's hosting the user's app is running mysql on port 3306 on 126.0.2.17, you can't access that externally. You need to ssh into the node to run mysql or you need to embed phpmyadmin. rhc-port-forward allows you to access that port and other available ports.
Usage: /usr/bin/rhc-port-forward
Forward remote ports to the workstation
-l|--rhlogin rhlogin Red Hat login (RHN or OpenShift login with OpenShift Express access) (Default: nduong+mac(a)redhat.com)
-a|--app Target application (required)
-p|--password password RHLogin password (optional, will prompt)
-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, 10 months
[JBoss JIRA] (JBIDE-10783) [ESB Dependency Tool] Link to ESB editor
by Brian Fitzpatrick (JIRA)
Brian Fitzpatrick created JBIDE-10783:
-----------------------------------------
Summary: [ESB Dependency Tool] Link to ESB editor
Key: JBIDE-10783
URL: https://issues.jboss.org/browse/JBIDE-10783
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: esb
Affects Versions: 3.3.0.Beta1
Reporter: Brian Fitzpatrick
Assignee: Brian Fitzpatrick
Fix For: 3.3.0.Final
Though the ability to browse a diagram is helpful, it would also be nice if you could double-click (or some action) to open the ESB editor with the part you clicked on in the graphical view automatically selected in the editor.
(From Len: One thing that comes to mind quickly - if the user selects/double clicks on an element in the graphical display, it's likely that users will expect that the editor will open for that element.)
--
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, 11 months
[JBoss JIRA] Created: (JBIDE-9824) When in zip mode, changing a web project's servlet file inside an ear project does not initiate a proper zipped publish
by Rob Stryker (JIRA)
When in zip mode, changing a web project's servlet file inside an ear project does not initiate a proper zipped publish
-----------------------------------------------------------------------------------------------------------------------
Key: JBIDE-9824
URL: https://issues.jboss.org/browse/JBIDE-9824
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 3.3.0.M3
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 3.3.0.M4
Given:
1) Create a server, set to not publish automatically, and publish zip style
2) An EAR project
3) A child WAR project
4) A servlet inside the child .war project
5) Add the ear to the server, full publish
6) Change the war's servlet
7) Perform an incremental publish manually
8) Verify zip has been recreated (FAIL)
Problem seems to stem in the following location:
AltMethodZippedJSTPublisher.java, line 93:
} else if( publishType != IJBossServerPublisher.NO_PUBLISH ) {
This line does not take into account that the CHILD modules might have changed, and thus also need updating.
This jira will require a unit test.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] (JBIDE-10704) Add Server XPath Error when adding a server
by Martin Malina (JIRA)
Martin Malina created JBIDE-10704:
-------------------------------------
Summary: Add Server XPath Error when adding a server
Key: JBIDE-10704
URL: https://issues.jboss.org/browse/JBIDE-10704
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 3.3.0.M5
Environment: jbdevstudio-product-universal-5.0.0.v201112150534M-H62-M5.jar
Mac OS X 10.7 Lion
Reporter: Martin Malina
Assignee: Rob Stryker
Fix For: 3.3.0.Beta1
When adding a server runtime for the first time in a workspace there is an error that appears for a second and then disappears again and everything seems ok.
See the screencast here: http://screencast.com/t/3kIRPSUs
The error says:
'Add Server XPath Details' has encountered a problem.
An internal error occurred during: "Add Server XPath Details"
Note that this happens on the M5 build with both EAP 6.0 DR11 and JBoss AS 7.1 CR1b
This is in the log:
!ENTRY org.eclipse.core.jobs 4 2 2012-01-25 10:37:32.660
!MESSAGE An internal error occurred during: "Add Server XPath Details".
!STACK 0
java.lang.NullPointerException
at org.jboss.ide.eclipse.as.core.extensions.descriptors.XPathQuery.setEffectiveBaseDir(XPathQuery.java:111)
at org.jboss.ide.eclipse.as.core.extensions.descriptors.XPathQuery.setCategory(XPathQuery.java:254)
at org.jboss.ide.eclipse.as.core.extensions.descriptors.XPathCategory.addQuery(XPathCategory.java:105)
at org.jboss.ide.eclipse.as.core.extensions.descriptors.XPathModel.loadDefaults(XPathModel.java:297)
at org.jboss.ide.eclipse.as.core.extensions.descriptors.XPathModel.handleAddJBoss7XPaths(XPathModel.java:90)
at org.jboss.ide.eclipse.as.core.extensions.descriptors.XPathModel.access$0(XPathModel.java:89)
at org.jboss.ide.eclipse.as.core.extensions.descriptors.XPathModel$1.run(XPathModel.java:81)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
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, 11 months