[JBoss JIRA] (JBIDE-19850) As a user I want to easily set up port forwarding for my application
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19850?page=com.atlassian.jira.plugi... ]
Jeff Cantrill updated JBIDE-19850:
----------------------------------
Description:
As a user I want to be able to easily set up port forwarding to my application
Test by:
# Start OpenShift
# Create app from attached template
# Right Click on "Hello-world Pod" > Forward Ports
# Check find open ports
# Start Port forwarding
# In a terminal "curl localhost:<assigned local port>"
# Expect "Hello OpenShift"
was:As a user I want to be able to easily set up port forwarding to my application
> As a user I want to easily set up port forwarding for my application
> --------------------------------------------------------------------
>
> Key: JBIDE-19850
> URL: https://issues.jboss.org/browse/JBIDE-19850
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Jeff Cantrill
> Priority: Blocker
> Labels: openshift_v3, port_forwarding_wizard
> Fix For: 4.3.0.Beta2
>
> Attachments: hello_world_template.json
>
>
> As a user I want to be able to easily set up port forwarding to my application
> Test by:
> # Start OpenShift
> # Create app from attached template
> # Right Click on "Hello-world Pod" > Forward Ports
> # Check find open ports
> # Start Port forwarding
> # In a terminal "curl localhost:<assigned local port>"
> # Expect "Hello OpenShift"
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-19850) As a user I want to easily set up port forwarding for my application
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19850?page=com.atlassian.jira.plugi... ]
Jeff Cantrill commented on JBIDE-19850:
---------------------------------------
Tested on windows and linux
> As a user I want to easily set up port forwarding for my application
> --------------------------------------------------------------------
>
> Key: JBIDE-19850
> URL: https://issues.jboss.org/browse/JBIDE-19850
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Jeff Cantrill
> Priority: Blocker
> Labels: openshift_v3, port_forwarding_wizard
> Fix For: 4.3.0.Beta2
>
> Attachments: hello_world_template.json
>
>
> As a user I want to be able to easily set up port forwarding to my application
> Test by:
> # Start OpenShift
> # Create app from attached template
> # Right Click on "Hello-world Pod" > Forward Ports
> # Check find open ports
> # Start Port forwarding
> # In a terminal "curl localhost:<assigned local port>"
> # Expect "Hello OpenShift"
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20223) "Create Deployment Method" generate compile error when 'dependent' class is a inner type
by Aslak Knutsen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20223?page=com.atlassian.jira.plugi... ]
Aslak Knutsen updated JBIDE-20223:
----------------------------------
Description:
When using the "Create Deployment Method" wizard then;
* Add a single Class that refers to a Inner Type of some other Class.
* Press "Add dependent classes"
The suggested/added Inner Type has the fully qualified class name(Parent$Child):
!create_deployment_dependent_inner_type.png!
And the generated source has compilation errors:
!generated_source_with_inner_type.png!
Suggestion would be to _only_ include the Parent class and ignore the Inner type from Archive.
was:
When using the "Create Deployment Method" wizard then;
* Add a single Class that refers to a Inner Type of some other Class.
* Press "Add dependent classes"
The suggested/added Inner Type has the fully qualified class name:
!create_deployment_dependent_inner_type.png!
And the generated source has compilation errors:
!generated_source_with_inner_type.png!
Suggestion would be to _only_ include the Parent class and ignore the Inner type from Archive.
> "Create Deployment Method" generate compile error when 'dependent' class is a inner type
> ----------------------------------------------------------------------------------------
>
> Key: JBIDE-20223
> URL: https://issues.jboss.org/browse/JBIDE-20223
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: arquillian
> Reporter: Aslak Knutsen
> Attachments: create_deployment_dependent_inner_type.png, generated_source_with_inner_type.png
>
>
> When using the "Create Deployment Method" wizard then;
> * Add a single Class that refers to a Inner Type of some other Class.
> * Press "Add dependent classes"
> The suggested/added Inner Type has the fully qualified class name(Parent$Child):
> !create_deployment_dependent_inner_type.png!
> And the generated source has compilation errors:
> !generated_source_with_inner_type.png!
> Suggestion would be to _only_ include the Parent class and ignore the Inner type from Archive.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20223) "Create Deployment Method" generate compile error when 'dependent' class is a inner type
by Aslak Knutsen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20223?page=com.atlassian.jira.plugi... ]
Aslak Knutsen updated JBIDE-20223:
----------------------------------
Description:
When using the "Create Deployment Method" wizard then;
* Add a single Class that refers to a Inner Type of some other Class.
* Press "Add dependent classes"
The suggested/added Inner Type has the fully qualified class name:
!create_deployment_dependent_inner_type.png!
And the generated source has compilation errors:
!generated_source_with_inner_type.png!
Suggestion would be to _only_ include the Parent class and ignore the Inner type from Archive.
was:
When using the "Create Deployment Method" wizard then;
* Add a single Class that refers to a Inner Type of some other Class.
* Press "Add dependent classes"
The suggested/added Inner Type has the fully qualified class name:
And the generated source has compilation errors:
Suggestion would be to _only_ include the Parent class and ignore the Inner type from Archive.
> "Create Deployment Method" generate compile error when 'dependent' class is a inner type
> ----------------------------------------------------------------------------------------
>
> Key: JBIDE-20223
> URL: https://issues.jboss.org/browse/JBIDE-20223
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: arquillian
> Reporter: Aslak Knutsen
> Attachments: create_deployment_dependent_inner_type.png, generated_source_with_inner_type.png
>
>
> When using the "Create Deployment Method" wizard then;
> * Add a single Class that refers to a Inner Type of some other Class.
> * Press "Add dependent classes"
> The suggested/added Inner Type has the fully qualified class name:
> !create_deployment_dependent_inner_type.png!
> And the generated source has compilation errors:
> !generated_source_with_inner_type.png!
> Suggestion would be to _only_ include the Parent class and ignore the Inner type from Archive.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20223) "Create Deployment Method" generate compile error when 'dependent' class is a inner type
by Aslak Knutsen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20223?page=com.atlassian.jira.plugi... ]
Aslak Knutsen updated JBIDE-20223:
----------------------------------
Attachment: create_deployment_dependent_inner_type.png
> "Create Deployment Method" generate compile error when 'dependent' class is a inner type
> ----------------------------------------------------------------------------------------
>
> Key: JBIDE-20223
> URL: https://issues.jboss.org/browse/JBIDE-20223
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: arquillian
> Reporter: Aslak Knutsen
> Attachments: create_deployment_dependent_inner_type.png, generated_source_with_inner_type.png
>
>
> When using the "Create Deployment Method" wizard then;
> * Add a single Class that refers to a Inner Type of some other Class.
> * Press "Add dependent classes"
> The suggested/added Inner Type has the fully qualified class name:
> And the generated source has compilation errors:
> Suggestion would be to _only_ include the Parent class and ignore the Inner type from Archive.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20223) "Create Deployment Method" generate compile error when 'dependent' class is a inner type
by Aslak Knutsen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20223?page=com.atlassian.jira.plugi... ]
Aslak Knutsen updated JBIDE-20223:
----------------------------------
Attachment: generated_source_with_inner_type.png
> "Create Deployment Method" generate compile error when 'dependent' class is a inner type
> ----------------------------------------------------------------------------------------
>
> Key: JBIDE-20223
> URL: https://issues.jboss.org/browse/JBIDE-20223
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: arquillian
> Reporter: Aslak Knutsen
> Attachments: create_deployment_dependent_inner_type.png, generated_source_with_inner_type.png
>
>
> When using the "Create Deployment Method" wizard then;
> * Add a single Class that refers to a Inner Type of some other Class.
> * Press "Add dependent classes"
> The suggested/added Inner Type has the fully qualified class name:
> And the generated source has compilation errors:
> Suggestion would be to _only_ include the Parent class and ignore the Inner type from Archive.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20223) "Create Deployment Method" generate compile error when 'dependent' class is a inner type
by Aslak Knutsen (JIRA)
Aslak Knutsen created JBIDE-20223:
-------------------------------------
Summary: "Create Deployment Method" generate compile error when 'dependent' class is a inner type
Key: JBIDE-20223
URL: https://issues.jboss.org/browse/JBIDE-20223
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: arquillian
Reporter: Aslak Knutsen
Attachments: create_deployment_dependent_inner_type.png, generated_source_with_inner_type.png
When using the "Create Deployment Method" wizard then;
* Add a single Class that refers to a Inner Type of some other Class.
* Press "Add dependent classes"
The suggested/added Inner Type has the fully qualified class name:
And the generated source has compilation errors:
Suggestion would be to _only_ include the Parent class and ignore the Inner type from Archive.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months