Issue Details (XML | Word | Printable)

Key: RIO-157
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Dennis Reedy
Reporter: Jerome Bernard
Votes: 2
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Rio

Rio UI & CLI should allow to select an OAR to install & deploy

Created: 16/Feb/09 11:36 PM   Updated: 16/Nov/10 03:41 PM
Component/s: Deployment
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dennis Reedy added a comment - 17/Feb/09 12:19 AM
Does the OAR get installed into a repository somewhere? Or does this only work for OARs that are already installed?

Jerome Bernard added a comment - 17/Feb/09 08:33 AM
What I would like to do is to click on the "Deploy" button and select an OAR on my local FS so that it's deploy as if I had done the copy to the $RIO_HOME/deploy directory manually. It would eventually "force" the deployment and override the setting in the MANIFEST.

The file chooser does not allow to select a .OAR file type.


Dennis Reedy added a comment - 16/Nov/10 03:41 PM
The UI and CLI now allow you to deploy an OAR. This action results in the contained opstring to be loaded from the OAR, and subsequently deployed. There is no copying or provisioning of an OAR done.

Also, as part of this work the deployment of an artifact is enabled. In this was you can enter an artifact (groupId:artifactId:version), the artifact is resolved by the monitor, looking for an artifact location of type 'oar'. If the oar is loadable by the monitor (either from it's local repository or from accessible repositories), the artifact is deployed in the same way the OAR is deployed.