[JBoss JIRA] (JBTIS-361) JBDS IS 8 Beta1 features not showing up in EA view
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-361?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky closed JBTIS-361.
-----------------------------------
Verified with JBDS-IS 8.0.0.Beta2
> JBDS IS 8 Beta1 features not showing up in EA view
> --------------------------------------------------
>
> Key: JBTIS-361
> URL: https://issues.jboss.org/browse/JBTIS-361
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution, Fuse IDE
> Affects Versions: 8.0.0.Beta1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 8.0.0.Beta1
>
> Attachments: JBDS800-marketplace+JBDSIS800Beta1_EA-empty.png, JBDS800-marketplace+JBDSIS800Beta1_EA-found.png, JBT420-marketplace+JBTIS420Beta1_EA-empty.png, JBT420-marketplace+JBTIS420Beta1_EA-found.png
>
>
> 0. Install JBDS 8 from Marketplace. Restart.
> 1. Open Central > Software Update tab > [x] Enable Early Access > Yes
> 2. Install the JBDS IS connectors, including:
> * JBoss Business Process and Rules Development
> * JBoss Data Virtualization Development
> * JBoss Integration and SOA Development
> * JBoss SOA 5.x Development
> 3. Restart. Open Central and uncheck the [ ] Enable Early Access box - note the 4 connectors listed as being EA are:
> * JBoss Business Process and Rules Development
> * JBoss Data Virtualization Development
> * JBoss Integration and SOA Development
> * JBoss SOA 5.x Development
> Hit OK.
> 4. Open Help > About and verify the Fuse, Teiid, Modeshape and SwitchYard icons are shown, among others.
> 5. Click Installation Details > Installed Software and verify Fuse, BPMN2, BPEL, Drools, Guvnor, etc. are all installed.
> 6. Select the JBoss Central tab. Note that the list of EA features installed is empty.
> !JBDS800-marketplace+JBDSIS800Beta1_EA-empty.png!
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 3 months
[JBoss JIRA] (JBDS-3256) JBoss specific Docker Tooling (Basic Integration)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBDS-3256?page=com.atlassian.jira.plugin.... ]
Andre Dietisheim reassigned JBDS-3256:
--------------------------------------
Assignee: Xavier Coulon (was: Andre Dietisheim)
> 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
> Reporter: Burr Sutter
> Assignee: Xavier Coulon
>
> 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)
11 years, 3 months
[JBoss JIRA] (JBDS-3258) Docker Tooling (Advanced Integration)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBDS-3258?page=com.atlassian.jira.plugin.... ]
Andre Dietisheim reassigned JBDS-3258:
--------------------------------------
Assignee: Xavier Coulon (was: Max Rydahl Andersen)
> Docker Tooling (Advanced Integration)
> -------------------------------------
>
> Key: JBDS-3258
> URL: https://issues.jboss.org/browse/JBDS-3258
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: openshift
> Reporter: Burr Sutter
> Assignee: Xavier Coulon
>
> Once significant delta between the "basic" and advanced scenarios is that here I wish to custom craft my own docker images instead of using an existing one - where my custom crafted image includes my .war or .ear.
> In addition to the basic integrations of pull, run, stop, commit and push
> boot2docker init
> boot2docker up
> boot2docker down
> boot2docker ip
> docker run -d
> docker ps
> docker rm
> docker rmi
> docker build
> End-user steps:
> 0) assumes boot2docker has been dowloaded and installed
> 1) boot2docker init : required to to insure boot2docker-vm is properly initialized
> 2) boot2docker up : starts the VirtualBox boot2docker-vm
> 3) boot2docker ip : returns the IP address - this will be vital when it comes to testing - it would need to be integrated with our Run - As on Docker capability.
> 4) docker run -i -t -p 80:8080 jboss/wildfly -d : the -d means detached, I may need to run N containers simultaneously
> 5) docker ps : allows me to see all my currently running containers
> 6) docker rm : allows me to kill a currently running container
> 7) docker rmi : allows me to remove a local image
> 8) docker build : assumes that I have crafted a Dockerfile - this will create the local image - with my .war or .ear embedded
> 9) docker run : this new created image
> The docker build scenario can be triggered via a Maven plugin
> The docker build scenario can also be triggered via an Eclipse menu option (like a Maven install)
> We need to figure out the file-system layout so that the Dockerfile and the maven project are all nicely checked into git/svn. So that Jenkins can pick up this repository and perform an automated "docker build" (post Maven install) and then run all the appropriate unit, integration and functional tests.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 3 months