[ 
https://issues.apache.org/jira/browse/GERONIMO-5764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13015528#comment-13015528
 ] 

Jarek Gawor commented on GERONIMO-5764:
---------------------------------------

Rex, this patch seems to work but it suffers from the same problems as current 
deployment of regular Java EE applications. Specifically, when you attempt to 
stop the module (from cmd line or Eclipse) the bundle is actually uninstalled 
from the framework. Since the user is deploying bundles, things should behave 
as if the user was interacting with bundles from the console. That is, stop 
means stop and not uninstall.
So, hopefully, the current patch as a temporary solution should be ok but for 
3.0 this should work as expected.
Btw, GEP does not need to use JSR-88 API. It can use whatever we want to: JMX, 
HTTP, file deploy, etc. So it's not always necessary to modify the 
geronimo-deploy-jsr88. 


> Support Bundles Deployment in deployment command line
> -----------------------------------------------------
>
>                 Key: GERONIMO-5764
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5764
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: commands
>    Affects Versions: 3.0-M2, 3.0
>            Reporter: viola.lu
>            Assignee: Rex Wang
>            Priority: Minor
>             Fix For: 3.0-M2, 3.0
>
>         Attachments: GERONIMO-5764.patch
>
>
> Now we have to deploy a regular bundle via karaf shell: osgi:install 
> file:/[bunlde_path], not deployer command line, so open this jira to track 
> this feature enablement.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to