0 Replies Latest reply on Aug 14, 2013 11:03 AM by suva

    Can't update bundle

    suva

      Hello,

       

      I can't update bundle on JBoss EAP6.1

      I packed my application in EAR and trying to update the small bundle: org.apache.felix.shell.remote. But it causes stopping all bundles in EAR though

      no one depends on it.

       

      I made an expirement: put in deployments one bundle: org.apache.felix.shell and updated it using 'Felix Web Console':

       

      17:51:55,011 INFO  [org.jboss.osgi.framework] (Background Update org.apache.felix.shell (22)) JBOSGI011003: Bundle stopped: org.apache.felix.shell:1.4.2                                
      17:52:05,027 INFO  [org.jboss.as.controller] (MSC service thread 1-7) JBAS014774: Service status report
      JBAS014775:    New missing/unsatisfied dependencies:
            service jbosgi.bundle."org.apache.felix.shell"."1.4.2".bid22.RESOLVED (missing) dependents: [service jboss.deployment.unit."org.apache.felix.shell-1.4.2.jar".FIRST_MODULE_USE] 
      
      
      

       

      What happened with bundles updating? It is working on jboss-as-7.2.0.Alpha1 SNAPSHOT.1304 which we are still using.