Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
shell-1.4.0
-
None
-
felix 2.0.0
Java 1.6.0_15
OSX 10.5.5
Description
find returns level 1 for bundles always which is incorrect
-> ps
....
[ 66] [Active ] [ 5] opencast-search-service-api (0.1.0.SNAPSHOT)
[ 67] [Active ] [ 5] opencast-ingest-service-api (0.1.0.SNAPSHOT)
[ 68] [Active ] [ 5] opencast-workflow-service-impl (0.1.0.SNAPSHOT)
[ 69] [Active ] [ 5] opencast-http (0.1.0.SNAPSHOT)
[ 70] [Active ] [ 5] opencast-inspection-service-api (0.1.0.SNAPSHOT)
[ 71] [Active ] [ 5] opencast-engage-service-impl (0.1.0.SNAPSHOT)
[ 72] [Active ] [ 5] opencast-search-service-impl (0.1.0.SNAPSHOT)
[ 73] [Active ] [ 5] opencast-inspection-service-impl (0.1.0.SNAPSHOT)
[ 74] [Active ] [ 5] opencast-delivery-service-impl (0.1.0.SNAPSHOT)
[ 75] [Active ] [ 5] opencast-util (0.1.0.SNAPSHOT)
[ 76] [Active ] [ 5] opencast-workspace-api (0.1.0.SNAPSHOT)
[ 77] [Active ] [ 5] opencast-media (0.1.0.SNAPSHOT)
[ 78] [Active ] [ 5] opencast-workspace-impl (0.1.0.SNAPSHOT)
[ 79] [Active ] [ 5] opencast-ingest-service-impl (0.1.0.SNAPSHOT)
[ 80] [Active ] [ 5] opencast-notification-service-api (0.1.0.SNAPSHOT)
[ 81] [Active ] [ 5] opencast-runtime-info-ui (0.1.0.SNAPSHOT)
[ 82] [Active ] [ 5] opencast-delivery-service-api (0.1.0.SNAPSHOT)
[ 83] [Active ] [ 5] opencast-distribution-service-api (0.1.0.SNAPSHOT)
[ 84] [Active ] [ 5] opencast-workflow-service-api (0.1.0.SNAPSHOT)
[ 85] [Active ] [ 5] opencast-composer-service-impl (0.1.0.SNAPSHOT)
[ 86] [Active ] [ 5] opencast-distribution-service-local-impl (0.1.0.SNAPSHOT)
[ 87] [Active ] [ 5] opencast-working-file-repository-service-impl (0.1.0.SNAPSHOT)
[ 88] [Active ] [ 5] opencast-engage-service-api (0.1.0.SNAPSHOT)
[ 89] [Active ] [ 5] opencast-working-file-repository-service-api (0.1.0.SNAPSHOT)
[ 90] [Active ] [ 5] /opt/matterhorn/felix/load/opencast-runtime-tools-0.1-SNAPSHOT.jar
[ 91] [Active ] [ 5] opencast-conductor (0.1.0.SNAPSHOT)
[ 92] [Active ] [ 5] opencast-composer-service-api (0.1.0.SNAPSHOT)
-> find opencast
ID State Name
[ 65] [Active ] [ 1] opencast-authentication-api (0.1.0.SNAPSHOT)
[ 66] [Active ] [ 1] opencast-search-service-api (0.1.0.SNAPSHOT)
[ 67] [Active ] [ 1] opencast-ingest-service-api (0.1.0.SNAPSHOT)
[ 68] [Active ] [ 1] opencast-workflow-service-impl (0.1.0.SNAPSHOT)
[ 69] [Active ] [ 1] opencast-http (0.1.0.SNAPSHOT)
[ 70] [Active ] [ 1] opencast-inspection-service-api (0.1.0.SNAPSHOT)
[ 71] [Active ] [ 1] opencast-engage-service-impl (0.1.0.SNAPSHOT)
[ 72] [Active ] [ 1] opencast-search-service-impl (0.1.0.SNAPSHOT)
[ 73] [Active ] [ 1] opencast-inspection-service-impl (0.1.0.SNAPSHOT)
[ 74] [Active ] [ 1] opencast-delivery-service-impl (0.1.0.SNAPSHOT)
[ 75] [Active ] [ 1] opencast-util (0.1.0.SNAPSHOT)
[ 76] [Active ] [ 1] opencast-workspace-api (0.1.0.SNAPSHOT)
[ 77] [Active ] [ 1] opencast-media (0.1.0.SNAPSHOT)
[ 78] [Active ] [ 1] opencast-workspace-impl (0.1.0.SNAPSHOT)
[ 79] [Active ] [ 1] opencast-ingest-service-impl (0.1.0.SNAPSHOT)
[ 80] [Active ] [ 1] opencast-notification-service-api (0.1.0.SNAPSHOT)
[ 81] [Active ] [ 1] opencast-runtime-info-ui (0.1.0.SNAPSHOT)
[ 82] [Active ] [ 1] opencast-delivery-service-api (0.1.0.SNAPSHOT)
[ 83] [Active ] [ 1] opencast-distribution-service-api (0.1.0.SNAPSHOT)
[ 84] [Active ] [ 1] opencast-workflow-service-api (0.1.0.SNAPSHOT)
[ 85] [Active ] [ 1] opencast-composer-service-impl (0.1.0.SNAPSHOT)
[ 86] [Active ] [ 1] opencast-distribution-service-local-impl (0.1.0.SNAPSHOT)
[ 87] [Active ] [ 1] opencast-working-file-repository-service-impl (0.1.0.SNAPSHOT)
[ 88] [Active ] [ 1] opencast-engage-service-api (0.1.0.SNAPSHOT)
[ 89] [Active ] [ 1] opencast-working-file-repository-service-api (0.1.0.SNAPSHOT)
[ 91] [Active ] [ 1] opencast-conductor (0.1.0.SNAPSHOT)
[ 92] [Active ] [ 1] opencast-composer-service-api (0.1.0.SNAPSHOT)
Doing a find . only returns some of the bundles and the levels are incorrect as well.