summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-osgi/src/main/resources
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-05-27 01:23:40 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-05-27 01:23:40 +0000
commit3635a0ee6f59980439ec043f2251d950e4ffb8a4 (patch)
treedf7870b015abf1b4e6559d8045fb81293e7e7b31 /java/sca/modules/implementation-osgi/src/main/resources
parentd8da679db3c406c9c56cc14d047645d0cebb7afd (diff)
Add optional life cycle control for extension points (for example, RMI extension point needs to unexport the registry)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778955 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/implementation-osgi/src/main/resources')
-rw-r--r--java/sca/modules/implementation-osgi/src/main/resources/impl-osgi-validation-messages.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/sca/modules/implementation-osgi/src/main/resources/impl-osgi-validation-messages.properties b/java/sca/modules/implementation-osgi/src/main/resources/impl-osgi-validation-messages.properties
index 2503be0b13..a406ea21c3 100644
--- a/java/sca/modules/implementation-osgi/src/main/resources/impl-osgi-validation-messages.properties
+++ b/java/sca/modules/implementation-osgi/src/main/resources/impl-osgi-validation-messages.properties
@@ -22,4 +22,5 @@ ContributionReadException = ContributionReadException occured due to:
ContributionResolveException = ContributionResolveException occured due to:
PropertyShouldSpecifySR = Properties in implementation.osgi should specify service or reference
CouldNotLocateOSGiBundle = Could not locate OSGi bundle: {0}
-MissingComponentTypeFile = Missing .componentType side file: {0} \ No newline at end of file
+MissingComponentTypeFile = Missing .componentType side file: {0}
+OSGiFrameworkNotStarted = OSGi Framework is not started \ No newline at end of file