[JBoss JIRA] (JBDS-3256) JBoss specific Docker Tooling (Basic Integration)
by Rodney Russ (JIRA)
[ https://issues.jboss.org/browse/JBDS-3256?page=com.atlassian.jira.plugin.... ]
Rodney Russ commented on JBDS-3256:
-----------------------------------
@maxandersen check out http://docker-registry.usersys.redhat.com:8080/#q=cloud_enablement/opensh...
> JBoss specific Docker Tooling (Basic Integration)
> -------------------------------------------------
>
> Key: JBDS-3256
> URL: https://issues.jboss.org/browse/JBDS-3256
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: openshift, requirements
> Reporter: Burr Sutter
> Assignee: Xavier Coulon
> Attachments: multiview_properties_docker_idea.bmml, multiview_properties_docker_idea.png
>
>
> Goal: to allow the Eclipse user to easily discover, pull, run, deploy my .war or .ear to it, stop, commit, push for docker images/containers.
> Expected end-user flow 1:
> 0) Installation - assumes boot2docker pre-installed on the end-user's machine
> 1) I, the Java developer, need to browse a docker registry (either DockerHub or private registry), identify the image that I wish to have local and download (docker pull) for that image+tag.
> 2) Assumption: the docker image includes not only the operating system + JVM but also the EAP, Wildfly or Tomcat installed in a 'known' location.
> 3) I start (docker run) the image which auto-starts the embedded app server
> 4) I can then deploy my .war or .ear to the running app server
> 5) I can restart the running app server in debug mode and run the debugger
> 6) I can undeploy and redeploy my .war or .ear
> 7) I can stop/restart the running, embedded app server
> 8) I can then commit (docker commit)
> 9) then I can publish my changes (docker push)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 9 months
[JBoss JIRA] (JBIDE-19385) Create ELResolver for Batch job xml
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19385?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-19385:
-----------------------------------
Description:
Resolver is designed to provide content assist, validation and open-on:
Attribute properties/property/@value may include EL-like text #{jobProperties['%propertyName%']} where %propertyName% - property names in the current scope (excluding the current property).
was:
Resolver is designed to provide content assist and open-on:
Attribute properties/property/@value may include EL-like text #{jobProperties['%propertyName%']} where %propertyName% - property names in the current scope (excluding the current property).
> Create ELResolver for Batch job xml
> -----------------------------------
>
> Key: JBIDE-19385
> URL: https://issues.jboss.org/browse/JBIDE-19385
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: batch
> Affects Versions: 4.3.0.Alpha1
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Fix For: 4.3.0.Alpha2
>
>
> Resolver is designed to provide content assist, validation and open-on:
> Attribute properties/property/@value may include EL-like text #{jobProperties['%propertyName%']} where %propertyName% - property names in the current scope (excluding the current property).
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 9 months
[JBoss JIRA] (JBIDE-19268) Content assist for Job XML file.
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19268?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-19268:
-----------------------------------------------
JBIDE-19385 will address one more content assist case
5. Attribute properties/property/@value - suggest \#\{jobProperties\['%propertyName%'\]\} where %propertyName% - property names in the current scope (excluding the current property).
It is not provided by this issue.
> Content assist for Job XML file.
> --------------------------------
>
> Key: JBIDE-19268
> URL: https://issues.jboss.org/browse/JBIDE-19268
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: batch
> Affects Versions: 4.3.0.Alpha1
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Labels: new_and_noteworthy
> Fix For: 4.3.0.Alpha2
>
>
> 1. Attribute \@ref - names of appropriate artifacts.
> 2. Attributes \@next and \@to - ids of execution elements of the current level.
> 3. Attribute @restart - ids of execution elements of the job level.
> 4. Attribute properties/property/\@name - names of batch properties in the referenced batch artifact; plus property names in the current scope (to be overridden).
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 9 months
[JBoss JIRA] (JBIDE-19268) Content assist for Job XML file.
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19268?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich updated JBIDE-19268:
------------------------------------------
Description:
1. Attribute \@ref - names of appropriate artifacts.
2. Attributes \@next and \@to - ids of execution elements of the current level.
3. Attribute @restart - ids of execution elements of the job level.
4. Attribute properties/property/\@name - names of batch properties in the referenced batch artifact; plus property names in the current scope (to be overridden).
was:
1. Attribute \@ref - names of appropriate artifacts.
2. Attributes \@next and \@to - ids of execution elements of the current level.
3. Attribute @restart - ids of execution elements of the job level.
4. Attribute properties/property/\@name - names of batch properties in the referenced batch artifact; plus property names in the current scope (to be overridden).
5. Attribute properties/property/@value - suggest \#\{jobProperties\['%propertyName%'\]\} where %propertyName% - property names in the current scope (excluding the current property).
> Content assist for Job XML file.
> --------------------------------
>
> Key: JBIDE-19268
> URL: https://issues.jboss.org/browse/JBIDE-19268
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: batch
> Affects Versions: 4.3.0.Alpha1
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Labels: new_and_noteworthy
> Fix For: 4.3.0.Alpha2
>
>
> 1. Attribute \@ref - names of appropriate artifacts.
> 2. Attributes \@next and \@to - ids of execution elements of the current level.
> 3. Attribute @restart - ids of execution elements of the job level.
> 4. Attribute properties/property/\@name - names of batch properties in the referenced batch artifact; plus property names in the current scope (to be overridden).
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 9 months