0 Replies Latest reply on Jun 24, 2011 6:16 PM by heatlamp

    Bundle hanging in GracePeriod

    heatlamp

      Hi,

       

      Using fuse 4.4 on windows, jdk 1.6, this is the first time I'm trying to deploy a Camel route as a blueprint service.

       

      I have specified no graceperiod in the MF header

       

      <Bundle-SymbolicName>${project.artifactId};

        blueprint.graceperiod:=false

      </Bundle-SymbolicName>

       

      but upon deploying this bundle, the state is indefinitely retained as graceperiod

       

      araf@root> osgi:list | grep -i bulk

        52] Bulk Retrieval - Camel Routes (1.0.0.DEV-SNAPSHOT)

       

      The log shows that the GracePeriod config has been read:

       

      15:07:50,237 | DEBUG | Thread-4         | ContextLoaderListener            | 95 - org.springframework.osgi.extender - 1.2.1 | Creating an application context fo

      r bundle Bulk Retrieval - Camel Routes (bir-camel;blueprint.graceperiod:=false)

       

      "Start" has no effect, and the log shows nothing else that is recognizable as the problem.

       

      Can someone tell me how to find the missing dependencies/problems?

       

      Thanks, Jim