commit | 5355e8c0e179ae79e225c6638666a522b84348e8 | [log] [tgz] |
---|---|---|
author | Guillaume Nodet <gnodet@apache.org> | Fri Apr 30 09:20:02 2010 +0000 |
committer | Guillaume Nodet <gnodet@apache.org> | Fri Apr 30 09:20:02 2010 +0000 |
tree | 59ca7638e59cd8550edd1c7d25f425e2641caec1 | |
parent | 66e70e984d53b21b19ca880a513a99ebe5d7fce2 [diff] |
FELIX-2310: Karaf framework environment is not set correctly git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@939595 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/assembly/src/main/filtered-resources/etc/config.properties b/karaf/assembly/src/main/filtered-resources/etc/config.properties index 623bba3..fd83a3f 100644 --- a/karaf/assembly/src/main/filtered-resources/etc/config.properties +++ b/karaf/assembly/src/main/filtered-resources/etc/config.properties
@@ -47,6 +47,9 @@ # javax.transaction is needed to avoid class loader constraint violation when using javax.sql org.osgi.framework.bootdelegation=sun.*,com.sun.*,javax.transaction,javax.transaction.* +# OSGi Execution Environment +org.osgi.framework.executionenvironment=J2SE-1.5 + # To enable the use of the startup.properties file to control the start level: karaf.auto.start=startup.properties #felix.auto.start=all