2008-03-14 19:43:14 +0100 (Fri, 14 Mar 2008), revision 2281, ekolin Use bcel version 5.2 to get ridd of some warnings when building the axis2-oasgi bundle. U knopflerfish.org/trunk/ant/bundletasks.xml 2008-03-14 19:34:45 +0100 (Fri, 14 Mar 2008), revision 2280, ekolin Post 2.0.5 release update. U knopflerfish.org/trunk/build.xml U knopflerfish.org/trunk/release_notes.in 2008-03-14 19:30:27 +0100 (Fri, 14 Mar 2008), revision 2278, ekolin Update changelog for 2.0.5 release. U knopflerfish.org/trunk/changelog.txt 2008-03-14 19:20:10 +0100 (Fri, 14 Mar 2008), revision 2277, ekolin U knopflerfish.org/trunk/osgi/init-osgi-test-target.xargs 2008-03-14 19:08:03 +0100 (Fri, 14 Mar 2008), revision 2276, ekolin The system bundle must not export anything but java.* packages when running as OSGi test target. U knopflerfish.org/trunk/osgi/init-osgi-test-target.xargs 2008-03-14 19:06:26 +0100 (Fri, 14 Mar 2008), revision 2275, ekolin Fix xargs parsing in Main so that it is possible to redefine a system property in a xargs file after inclusion of another xargs file that defines the same system property. U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/Main.java 2008-03-14 16:41:36 +0100 (Fri, 14 Mar 2008), revision 2274, ekolin Added note about axis2-osgi limitations U knopflerfish.org/trunk/release_notes.in 2008-03-14 16:38:50 +0100 (Fri, 14 Mar 2008), revision 2273, ekolin ASM-3.0 have been relaced by ASM-3.1 U knopflerfish.org/trunk/osgi/framework/readme.txt 2008-03-14 16:37:22 +0100 (Fri, 14 Mar 2008), revision 2272, ekolin More export/import adjustments U knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/bundle.manifest 2008-03-14 16:36:39 +0100 (Fri, 14 Mar 2008), revision 2271, ekolin ASM 3.0 have been replaced by ASM-3.1 U knopflerfish.org/trunk/osgi/build.xml 2008-03-14 16:36:01 +0100 (Fri, 14 Mar 2008), revision 2270, ekolin Added TestSuite to the axis2_soapclient_adb bundle. U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/build.xml U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/bundle.manifest U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/gen.xml A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/soapcline_adb_test.xargs A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/src/org/knopflerfish/bundle/axis2_soapclient_adb/Axis2TestSuite.java U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/src/org/knopflerfish/bundle/axis2_soapclient_adb/BundleActivator.java _U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/src/org/knopflerfish/client/axis2_soapobject/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/src/org/knopflerfish/client/axis2_soapobject/MySoapTestServiceCallbackHandler.java A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/src/org/knopflerfish/client/axis2_soapobject/MySoapTestServiceStub.java U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/build.xml 2008-03-14 16:03:25 +0100 (Fri, 14 Mar 2008), revision 2269, ekolin Must read system properties from priviledged code. U knopflerfish.org/trunk/osgi/bundles_opt/commons-logging/src/org/apache/commons/logging/LogFactory.java 2008-03-14 15:21:14 +0100 (Fri, 14 Mar 2008), revision 2268, ekolin Wrong default value for bundle.extraimports property. U knopflerfish.org/trunk/ant/bundlebuild_include.xml U knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/BundleInfoTask.java 2008-03-14 14:38:19 +0100 (Fri, 14 Mar 2008), revision 2267, ekolin Added property named 'bundle.extraimports' that shall contain a comma separated list of packages that the bundle must import but which are not explicitely referenced from the code in the bundle. E.g., a package from which all classes are loaded using reflection. U knopflerfish.org/trunk/ant/bundlebuild_include.xml U knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/BundleInfoTask.java 2008-03-14 12:13:18 +0100 (Fri, 14 Mar 2008), revision 2266, ekolin Added a server and a client bundle that uses Axis2. Remains to add JUnit test suite published by the client. A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/build.xml A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/bundle.manifest A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/gen.xml A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/resources/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/src/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/src/org/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/src/org/knopflerfish/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/src/org/knopflerfish/bundle/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/src/org/knopflerfish/bundle/axis2_soapclient_adb/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/src/org/knopflerfish/bundle/axis2_soapclient_adb/BundleActivator.java A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/src/org/knopflerfish/bundle/axis2_soapclient_adb/MySoapTestServiceClient_ADB.java A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/src/org/knopflerfish/client/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapclient_adb/src/org/knopflerfish/client/axis2_soapobject/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapobject/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapobject/build.xml A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapobject/bundle.manifest A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapobject/resources/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapobject/src/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapobject/src/org/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapobject/src/org/knopflerfish/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapobject/src/org/knopflerfish/bundle/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapobject/src/org/knopflerfish/bundle/axis2_soapobject/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapobject/src/org/knopflerfish/bundle/axis2_soapobject/BundleActivator.java A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapobject/src/org/knopflerfish/bundle/axis2_soapobject/MySoapTestServiceImpl.java A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapobject/src/org/knopflerfish/service/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapobject/src/org/knopflerfish/service/axis2_soapobject/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapobject/src/org/knopflerfish/service/axis2_soapobject/MyJavaBean.java A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/axis2_soapobject/src/org/knopflerfish/service/axis2_soapobject/MySoapTestService.java 2008-03-14 12:06:18 +0100 (Fri, 14 Mar 2008), revision 2265, ekolin The ant varai U knopflerfish.org/trunk/ant/bundlebuild_include.xml U knopflerfish.org/trunk/ant/bundletasks.xml 2008-03-14 10:47:36 +0100 (Fri, 14 Mar 2008), revision 2264, ekolin Must export more packages needed by ADB clients. U knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/build.xml U knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/bundle.manifest 2008-03-13 13:28:19 +0100 (Thu, 13 Mar 2008), revision 2263, ekolin Added info on how to list available web services. U knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/doc/index.html 2008-03-13 12:10:14 +0100 (Thu, 13 Mar 2008), revision 2262, ekolin *** empty log message *** U knopflerfish.org/trunk/release_notes.in 2008-03-13 11:51:14 +0100 (Thu, 13 Mar 2008), revision 2261, wistrand added axis2-osgi bundle A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/build.xml A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/bundle.manifest A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/doc/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/doc/index.html A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/conf/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/conf/axis2.xml A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/XmlSchema-1.3.2.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/XmlSchema-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/activation-1.1.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/activation-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/annogen-0.1.0.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/annogen-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axiom-api-1.2.5.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axiom-api-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axiom-dom-1.2.5.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axiom-dom-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axiom-impl-1.2.5.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axiom-impl-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axis2-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axis2-adb-1.3.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axis2-clustering-1.3.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axis2-codegen-1.3.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axis2-fastinfoset-1.3.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axis2-java2wsdl-1.3.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axis2-jaxbri-1.3.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axis2-jaxws-1.3.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axis2-jaxws-api-1.3.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axis2-jibx-1.3.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axis2-json-1.3.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axis2-jws-api-1.3.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axis2-kernel-1.3.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axis2-metadata-1.3.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axis2-mtompolicy-1.3.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axis2-saaj-1.3.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axis2-saaj-api-1.3.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axis2-spring-1.3.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/axis2-xmlbeans-1.3.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/backport-util-concurrent-2.2.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/backport-util-concurrent-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/commons-codec-1.3.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/commons-codec-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/commons-fileupload-1.1.1.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/commons-fileupload-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/commons-httpclient-3.0.1.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/commons-httpclient-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/commons-io-1.2.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/commons-io-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/geronimo-annotation-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/geronimo-annotation_1.0_spec-1.1.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/geronimo-jms_1.1_spec-1.1.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/httpcore-4.0-alpha5.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/httpcore-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/httpcore-nio-4.0-alpha5.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/httpcore-nio-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/httpcore-niossl-4.0-alpha5.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/httpcore-niossl-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/jalopy-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/jaxb-api-2.0.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/jaxb-api-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/jaxb-impl-2.0.5.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/jaxb-impl-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/jaxen-1.1.1.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/jaxen-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/jettison-1.0-RC1.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/jettison-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/jibx-bind-1.1.5.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/jibx-bind-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/jibx-run-1.1.5.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/jibx-run-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/juli-6.0.10.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/log4j-1.2.14.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/log4j-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/mail-1.4.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/mail-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/mex-impl-1.3.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/neethi-2.0.2.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/neethi-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/soapmonitor-1.3.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/stax-api-1.0.1.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/stax-api-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/tribes-6.0.10.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/woden-1.0-incubating-M7b.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/woden-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/wsdl4j-1.6.2.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/wsdl4j-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/wstx-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/wstx-asl-3.2.1.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/xml-apis-1.3.03.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/WEB-INF/lib/xml-apis-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/axis/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/axis/server-config.wsdd A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/modules/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/modules/addressing-1.3.mar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/modules/axis2-scripting-1.3.mar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/modules/mex-1.3.mar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/modules/modules.list A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/modules/ping-1.3.mar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/resources/modules/soapmonitor-1.3.mar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/src/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/src/org/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/src/org/knopflerfish/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/src/org/knopflerfish/axis2/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/src/org/knopflerfish/axis2/impl/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/src/org/knopflerfish/axis2/impl/Activator.java A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/src/org/knopflerfish/axis2/impl/Axis2AdminImpl.java A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/src/org/knopflerfish/axis2/impl/Axis2AdminServlet.java A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/src/org/knopflerfish/axis2/impl/Axis2Servlet.java A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/src/org/knopflerfish/axis2/impl/OSGiAxisService.java A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/src/org/knopflerfish/axis2/impl/OSGiConfigurator.java A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/src/org/knopflerfish/axis2/impl/SOAPService.java A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/src/org/knopflerfish/service/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/src/org/knopflerfish/service/axis2/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/src/org/knopflerfish/service/axis2/Axis2Admin.java A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/unusedlibs/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/unusedlibs/axis2-adb-codegen-1.3.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/unusedlibs/commons-logging-1.1.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/unusedlibs/commons-logging-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/unusedlibs/jaxb-xjc-2.0.5.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/unusedlibs/jaxb-xjc-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/unusedlibs/xalan-2.7.0.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/unusedlibs/xalan-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/unusedlibs/xbean-2.2.0.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/unusedlibs/xbean-LICENSE.txt A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/unusedlibs/xercesImpl-2.8.1.jar A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis2-osgi/unusedlibs/xercesImpl-LICENSE.txt U knopflerfish.org/trunk/osgi/bundles_opt/soap/build.xml 2008-03-13 09:19:45 +0100 (Thu, 13 Mar 2008), revision 2260, ekolin The release notes document now covers all bug fix releases of Knopflerfish 2.0. U knopflerfish.org/trunk/release_notes.in 2008-03-12 17:40:48 +0100 (Wed, 12 Mar 2008), revision 2259, ekolin Added bundle doc for SOAP bundles. U knopflerfish.org/trunk/ant/bundlebuild_include.xml U knopflerfish.org/trunk/ant/docbuild_include.xml U knopflerfish.org/trunk/htdocs/html_templates/bundle_doc/bundledoc_list.html U knopflerfish.org/trunk/osgi/bundles_opt/build.xml U knopflerfish.org/trunk/osgi/bundles_opt/soap/axis-osgi/build.xml A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis-osgi/doc/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis-osgi/doc/index.html D knopflerfish.org/trunk/osgi/bundles_opt/soap/axis.html U knopflerfish.org/trunk/osgi/bundles_opt/soap/build.xml A knopflerfish.org/trunk/osgi/bundles_opt/soap/doc/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/doc/index.html A knopflerfish.org/trunk/osgi/bundles_opt/soap/doc/soapclient.html U knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap-osgi/build.xml A knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap-osgi/doc/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap-osgi/doc/index.html U knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap_remotefw/build.xml A knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap_remotefw/doc/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap_remotefw/doc/index.html D knopflerfish.org/trunk/osgi/bundles_opt/soap/readme.html D knopflerfish.org/trunk/osgi/bundles_opt/soap/readme.txt U knopflerfish.org/trunk/osgi/bundles_opt/soap/soap_desktop/build.xml A knopflerfish.org/trunk/osgi/bundles_opt/soap/soap_desktop/doc/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/soap_desktop/doc/index.html U knopflerfish.org/trunk/osgi/bundles_opt/soap/soap_remotefw/build.xml A knopflerfish.org/trunk/osgi/bundles_opt/soap/soap_remotefw/doc/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/soap_remotefw/doc/index.html D knopflerfish.org/trunk/osgi/bundles_opt/soap/soap_remotefw/readme.txt U knopflerfish.org/trunk/osgi/bundles_opt/soap/soapclient/build.xml U knopflerfish.org/trunk/osgi/bundles_opt/soap/soapobject/build.xml A knopflerfish.org/trunk/osgi/bundles_opt/soap/soapobject/doc/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/soapobject/doc/index.html U knopflerfish.org/trunk/release_notes.in 2008-03-11 17:00:18 +0100 (Tue, 11 Mar 2008), revision 2258, ekolin Ignore export package if value is the special empty token. U knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/MakeHTMLTask.java 2008-03-11 16:50:47 +0100 (Tue, 11 Mar 2008), revision 2257, ekolin Bundle doc pages: Remove frameboarders, adjust sizes etc. U knopflerfish.org/trunk/ant/html_template/bundledoc.html U knopflerfish.org/trunk/ant/html_template/bundledoc_ext.html U knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/MakeHTMLTask.java U knopflerfish.org/trunk/htdocs/css/knopflerfish.css U knopflerfish.org/trunk/htdocs/html_templates/bundle_doc/bundledoc_hdr.html U knopflerfish.org/trunk/htdocs/html_templates/bundle_doc/bundledoc_list.html U knopflerfish.org/trunk/htdocs/html_templates/bundle_doc/bundledoc_main.html U knopflerfish.org/trunk/htdocs/html_templates/bundle_doc/index.html 2008-03-11 14:13:55 +0100 (Tue, 11 Mar 2008), revision 2256, ekolin The methods getLocalAddr(), getLocalName(), getLocalPort() and getRemoteName(), getRemoteAddr(), getRemotePort() in ServletRequest are now fully implemented. U knopflerfish.org/trunk/osgi/bundles/http/http/src/org/knopflerfish/bundle/http/HttpConfig.java U knopflerfish.org/trunk/osgi/bundles/http/http/src/org/knopflerfish/bundle/http/RequestImpl.java U knopflerfish.org/trunk/osgi/bundles/http/http/src/org/knopflerfish/bundle/http/Transaction.java 2008-03-11 11:51:03 +0100 (Tue, 11 Mar 2008), revision 2255, ekolin *** empty log message *** U knopflerfish.org/trunk/tools/nightlybuild/Makefile 2008-03-11 11:48:02 +0100 (Tue, 11 Mar 2008), revision 2254, ekolin Use a default version number that indicates a direct build from the SVN-repository. U knopflerfish.org/trunk/build.xml U knopflerfish.org/trunk/tools/nightlybuild/Makefile 2008-03-11 10:31:53 +0100 (Tue, 11 Mar 2008), revision 2253, ekolin Move log-doc to where it belongs U knopflerfish.org/trunk/osgi/bundles/log/doc/index.html U knopflerfish.org/trunk/osgi/bundles/logcommands/doc/index.html 2008-03-10 20:07:15 +0100 (Mon, 10 Mar 2008), revision 2252, cl Spelling errors U knopflerfish.org/trunk/htdocs/html_src/components_main.html U knopflerfish.org/trunk/htdocs/html_src/desktop_main.html U knopflerfish.org/trunk/htdocs/html_src/download_main.html U knopflerfish.org/trunk/htdocs/html_src/eclipse_install.html U knopflerfish.org/trunk/htdocs/html_src/eclipse_plugin_main.html U knopflerfish.org/trunk/htdocs/html_src/eclipse_preferences.html U knopflerfish.org/trunk/htdocs/html_src/license.html U knopflerfish.org/trunk/htdocs/html_src/programming_main.html 2008-03-10 18:06:15 +0100 (Mon, 10 Mar 2008), revision 2251, ekolin Add link for new bundledoc to release page template. U knopflerfish.org/trunk/tools/nightlybuild/rel_index.html.in 2008-03-10 17:51:24 +0100 (Mon, 10 Mar 2008), revision 2250, cl bundle_doc is now build as part of KF distrib + added some more bundle_doc section. Available in distrib under Bundle User Documentation U knopflerfish.org/trunk/ant/bundlebuild_include.xml U knopflerfish.org/trunk/ant/bundletasks.xml U knopflerfish.org/trunk/ant/docbuild_include.xml U knopflerfish.org/trunk/ant/html_template/bundledoc.html A knopflerfish.org/trunk/ant/html_template/bundledoc_ext.html U knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/MakeHTMLTask.java U knopflerfish.org/trunk/build.xml U knopflerfish.org/trunk/htdocs/css/knopflerfish.css A knopflerfish.org/trunk/htdocs/html_templates/bundle_doc/ A knopflerfish.org/trunk/htdocs/html_templates/bundle_doc/bundledoc_hdr.html A knopflerfish.org/trunk/htdocs/html_templates/bundle_doc/bundledoc_list.html A knopflerfish.org/trunk/htdocs/html_templates/bundle_doc/bundledoc_main.html A knopflerfish.org/trunk/htdocs/html_templates/bundle_doc/index.html U knopflerfish.org/trunk/htdocs/html_templates/template.html U knopflerfish.org/trunk/osgi/bundles/build.xml U knopflerfish.org/trunk/osgi/bundles/console/console/doc/index.html U knopflerfish.org/trunk/osgi/bundles/console/consoletelnet/doc/index.html U knopflerfish.org/trunk/osgi/bundles/http/http/doc/index.html U knopflerfish.org/trunk/osgi/bundles/log/build.xml A knopflerfish.org/trunk/osgi/bundles/log/doc/ A knopflerfish.org/trunk/osgi/bundles/log/doc/index.html U knopflerfish.org/trunk/osgi/bundles/logcommands/build.xml A knopflerfish.org/trunk/osgi/bundles/logcommands/doc/ A knopflerfish.org/trunk/osgi/bundles/logcommands/doc/index.html 2008-03-07 18:36:56 +0100 (Fri, 07 Mar 2008), revision 2249, wistrand simple support for chunked POST requests as used by Axis2 clients U knopflerfish.org/trunk/osgi/bundles/http/http/src/org/knopflerfish/bundle/http/HeaderBase.java U knopflerfish.org/trunk/osgi/bundles/http/http/src/org/knopflerfish/bundle/http/RequestBase.java U knopflerfish.org/trunk/osgi/bundles/http/http/src/org/knopflerfish/bundle/http/RequestImpl.java 2008-03-07 15:37:22 +0100 (Fri, 07 Mar 2008), revision 2248, ekolin More User-Agent name improvements. U knopflerfish.org/trunk/osgi/bundles/bundlerepository/src/org/ungoverned/osgi/bundle/bundlerepository/BundleRepositoryServiceImpl.java 2008-03-07 15:31:11 +0100 (Fri, 07 Mar 2008), revision 2247, ekolin Make the User-Agent name fully dynamic, based on bundle symbolict name and version. U knopflerfish.org/trunk/osgi/bundles/bundlerepository/src/org/ungoverned/osgi/bundle/bundlerepository/BundleRepositoryServiceImpl.java 2008-03-07 14:06:40 +0100 (Fri, 07 Mar 2008), revision 2246, ekolin Set up User-Agent when downloading the repository description. U knopflerfish.org/trunk/osgi/bundles/bundlerepository/src/org/ungoverned/osgi/bundle/bundlerepository/BundleRepositoryServiceImpl.java 2008-03-06 17:11:23 +0100 (Thu, 06 Mar 2008), revision 2245, wistrand removed throws BundleException and added stacktrace printouts U knopflerfish.org/trunk/osgi/bundles_opt/soap/soapobject/src/org/knopflerfish/bundle/soapobject/RemoteAgent.java 2008-03-06 16:36:10 +0100 (Thu, 06 Mar 2008), revision 2244, ekolin Compute a default host name equal to the hosts numeric IP-address on string form for the default HTTP configuration if one have not already been defined via the system property org.osgi.service.http.hostname. U knopflerfish.org/trunk/osgi/bundles/http/http/src/org/knopflerfish/bundle/http/HttpConfig.java 2008-03-06 10:39:24 +0100 (Thu, 06 Mar 2008), revision 2243, ekolin Change the default set of packages exported by the system bundle, declared in props.xars to be all packages according to the specification of the JRE executing the framework. If such a specificaiton is missing for the current JRE version proceed anyhow. U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/Main.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/SystemBundle.java U knopflerfish.org/trunk/osgi/props.xargs 2008-03-05 16:20:22 +0100 (Wed, 05 Mar 2008), revision 2242, ekolin Axis-OSGi: Added generation of bean mapping elements for non-standard parameter types to the WSDD for services exported by ObjectSOAPService to Axis. U knopflerfish.org/trunk/osgi/bundles_opt/soap/axis-osgi/src/org/knopflerfish/axis/ObjectSOAPService.java U knopflerfish.org/trunk/release_notes.in 2008-03-05 14:22:27 +0100 (Wed, 05 Mar 2008), revision 2241, ekolin Updates Servlet API to version 2.5 (provided by jsdk_api-2.5.jar), updated http impl to use Servlet API 2.5. U knopflerfish.org/trunk/ant/bundlebuild_include.xml U knopflerfish.org/trunk/osgi/build.xml U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/LargeIconsDisplayer.java U knopflerfish.org/trunk/osgi/bundles/http/http/build.xml U knopflerfish.org/trunk/osgi/bundles/http/http/bundle.manifest U knopflerfish.org/trunk/osgi/bundles/http/http/src/org/knopflerfish/bundle/http/HeaderBase.java U knopflerfish.org/trunk/osgi/bundles/http/http/src/org/knopflerfish/bundle/http/HttpSessionImpl.java U knopflerfish.org/trunk/osgi/bundles/http/http/src/org/knopflerfish/bundle/http/HttpUtil.java U knopflerfish.org/trunk/osgi/bundles/http/http/src/org/knopflerfish/bundle/http/RequestBase.java U knopflerfish.org/trunk/osgi/bundles/http/http/src/org/knopflerfish/bundle/http/RequestImpl.java U knopflerfish.org/trunk/osgi/bundles/http/http/src/org/knopflerfish/bundle/http/RequestWrapper.java U knopflerfish.org/trunk/osgi/bundles/http/http/src/org/knopflerfish/bundle/http/ResponseImpl.java U knopflerfish.org/trunk/osgi/bundles/http/http/src/org/knopflerfish/bundle/http/ResponseWrapper.java U knopflerfish.org/trunk/osgi/bundles/http/http/src/org/knopflerfish/bundle/http/ServletContextImpl.java U knopflerfish.org/trunk/osgi/bundles/http/httpconsole/build.xml U knopflerfish.org/trunk/osgi/bundles/http/httproot/build.xml U knopflerfish.org/trunk/osgi/bundles/jsdk/.bundle-pack U knopflerfish.org/trunk/osgi/bundles/jsdk/.classpath U knopflerfish.org/trunk/osgi/bundles/jsdk/build.xml U knopflerfish.org/trunk/osgi/bundles/jsdk/bundle.manifest D knopflerfish.org/trunk/osgi/bundles/jsdk/resources/LICENSE D knopflerfish.org/trunk/osgi/bundles/jsdk/resources/servlet.jar D knopflerfish.org/trunk/osgi/bundles/jsdk/src/dummy A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/ A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/ A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/Filter.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/FilterChain.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/FilterConfig.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/GenericServlet.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/LocalStrings.properties A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/LocalStrings_fr.properties A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/LocalStrings_ja.properties A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/RequestDispatcher.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/Servlet.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/ServletConfig.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/ServletContext.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/ServletContextAttributeEvent.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/ServletContextAttributeListener.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/ServletContextEvent.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/ServletContextListener.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/ServletException.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/ServletInputStream.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/ServletOutputStream.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/ServletRequest.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/ServletRequestAttributeEvent.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/ServletRequestAttributeListener.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/ServletRequestEvent.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/ServletRequestListener.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/ServletRequestWrapper.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/ServletResponse.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/ServletResponseWrapper.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/SingleThreadModel.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/UnavailableException.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/http/ A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/http/Cookie.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/http/HttpServlet.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/http/HttpServletRequest.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/http/HttpServletRequestWrapper.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/http/HttpServletResponse.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/http/HttpServletResponseWrapper.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/http/HttpSession.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/http/HttpSessionActivationListener.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/http/HttpSessionAttributeListener.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/http/HttpSessionBindingEvent.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/http/HttpSessionBindingListener.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/http/HttpSessionContext.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/http/HttpSessionEvent.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/http/HttpSessionListener.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/http/HttpUtils.java A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/http/LocalStrings.properties A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/http/LocalStrings_es.properties A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/http/LocalStrings_fr.properties A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/http/LocalStrings_ja.properties A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/http/package.html A knopflerfish.org/trunk/osgi/bundles/jsdk/src/javax/servlet/package.html U knopflerfish.org/trunk/osgi/bundles_opt/jini/jinidriver/build.xml U knopflerfish.org/trunk/osgi/bundles_opt/junit/junit/build.xml U knopflerfish.org/trunk/osgi/bundles_opt/soap/axis-osgi/build.xml U knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap-osgi/build.xml U knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap_remotefw/howto.html U knopflerfish.org/trunk/osgi/bundles_opt/timing_tester/test.xargs A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/componentA_test/src/org/knopflerfish/bundle/componentA_test/ComponentP.java U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/http_test/build.xml D knopflerfish.org/trunk/osgi/bundles_test/regression_tests/lib/http_api-2.0.0.jar A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/lib/http_api-2.1.0.jar A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/lib/jsdk_api-2.5.jar D knopflerfish.org/trunk/osgi/bundles_test/regression_tests/lib/servlet.jar U knopflerfish.org/trunk/osgi/init-tests.xargs U knopflerfish.org/trunk/osgi/template.xargs U knopflerfish.org/trunk/release_notes.in 2008-03-04 00:38:32 +0100 (Tue, 04 Mar 2008), revision 2240, cl Corrected log messages U knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/MakeHTMLTask.java 2008-03-03 15:03:15 +0100 (Mon, 03 Mar 2008), revision 2239, cl Added bundle_doc task + added some basic doc/index.html files A knopflerfish.org/trunk/osgi/bundles/http/http/doc/ A knopflerfish.org/trunk/osgi/bundles/http/http/doc/index.html 2008-03-03 15:00:09 +0100 (Mon, 03 Mar 2008), revision 2238, cl Added bundle_doc task + added some basic doc/index.html files U knopflerfish.org/trunk/ant/bundlebuild_include.xml A knopflerfish.org/trunk/ant/docbuild_include.xml A knopflerfish.org/trunk/ant/html_template/bundledoc.html U knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/MakeHTMLTask.java U knopflerfish.org/trunk/osgi/build.xml U knopflerfish.org/trunk/osgi/bundles/build.xml U knopflerfish.org/trunk/osgi/bundles/console/build.xml U knopflerfish.org/trunk/osgi/bundles/console/console/build.xml A knopflerfish.org/trunk/osgi/bundles/console/console/doc/ A knopflerfish.org/trunk/osgi/bundles/console/console/doc/index.html U knopflerfish.org/trunk/osgi/bundles/console/consoletelnet/build.xml A knopflerfish.org/trunk/osgi/bundles/console/consoletelnet/doc/ A knopflerfish.org/trunk/osgi/bundles/console/consoletelnet/doc/index.html U knopflerfish.org/trunk/osgi/bundles/http/build.xml U knopflerfish.org/trunk/osgi/bundles/http/http/build.xml U knopflerfish.org/trunk/osgi/bundles_opt/build.xml U knopflerfish.org/trunk/osgi/bundles_opt/junit/build.xml U knopflerfish.org/trunk/osgi/bundles_opt/junit/junit/build.xml A knopflerfish.org/trunk/osgi/bundles_opt/junit/junit/doc/ A knopflerfish.org/trunk/osgi/bundles_opt/junit/junit/doc/index.html U knopflerfish.org/trunk/osgi/bundles_opt/serial/build.xml A knopflerfish.org/trunk/osgi/bundles_opt/serial/doc/ A knopflerfish.org/trunk/osgi/bundles_opt/serial/doc/index.html U knopflerfish.org/trunk/osgi/init-osgi-test-target.xargs 2008-02-28 14:06:32 +0100 (Thu, 28 Feb 2008), revision 2236, ekolin Ported fix of a double checked lock problem from kf_1_support. U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/Framework.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/permissions/PermissionsWrapper.java 2008-02-28 13:39:30 +0100 (Thu, 28 Feb 2008), revision 2235, ekolin Minor rewrite of FrameworkPolicy to use reflection so that it works on pre JDK 1.4 JREs. Also fixed the AutoManifest class and ClassPatcher so that thehy no longer requires that RuntimeExcpetion can hold a another excpetion (another JDK 1.4 feature). U knopflerfish.org/trunk/osgi/build.xml U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/AutoManifest.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/ClassPatcher.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/permissions/FrameworkPolicy.java 2008-02-27 15:44:40 +0100 (Wed, 27 Feb 2008), revision 2232, ekolin Made the usage of doPrivileged() in the framework debug printouts configurable via s system property: org.knopflerfish.framework.debug.print_with_do_privileged U knopflerfish.org/trunk/osgi/framework/readme.txt U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/Debug.java U knopflerfish.org/trunk/release_notes.in 2008-02-22 18:55:22 +0100 (Fri, 22 Feb 2008), revision 2230, ekolin Updated to work with KF 2.0.* _U knopflerfish.org/trunk/osgi/bundles_opt/timing_tester/ U knopflerfish.org/trunk/osgi/bundles_opt/timing_tester/build.xml U knopflerfish.org/trunk/osgi/bundles_opt/timing_tester/src/org/knopflerfish/test/framework/Activator.java U knopflerfish.org/trunk/osgi/bundles_opt/timing_tester/src/org/knopflerfish/test/framework/TestFW.java U knopflerfish.org/trunk/osgi/bundles_opt/timing_tester/src/org/knopflerfish/test/framework/TimedTask.java U knopflerfish.org/trunk/osgi/bundles_opt/timing_tester/test.xargs U knopflerfish.org/trunk/osgi/bundles_opt/timing_tester/timingtests.sh 2008-02-21 14:57:25 +0100 (Thu, 21 Feb 2008), revision 2229, ekolin Allow absolute paths in system property org.knopflerfish.gosg.jars when setting the initial directory for the desktops add jar file chooser. U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/Desktop.java U knopflerfish.org/trunk/release_notes.in 2008-02-21 14:28:26 +0100 (Thu, 21 Feb 2008), revision 2228, ekolin Start install file dialog in the default jars-directory if available otherwise in the current working directory (workaround for MacOSX limitation). U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/Desktop.java 2008-02-21 14:26:44 +0100 (Thu, 21 Feb 2008), revision 2227, ekolin Clean must also remove locally built ant tasks. U knopflerfish.org/trunk/osgi/build.xml 2008-02-21 11:09:26 +0100 (Thu, 21 Feb 2008), revision 2226, wistrand removed COMPUTE_FRAMES directive to fix axis incompatability U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/ClassPatcher.java 2008-02-21 11:07:39 +0100 (Thu, 21 Feb 2008), revision 2225, wistrand updated ASM library to version 3.1 U knopflerfish.org/trunk/osgi/framework/build.xml D knopflerfish.org/trunk/osgi/framework/libs/asm-3.0.jar A knopflerfish.org/trunk/osgi/framework/libs/asm-3.1.jar 2008-02-18 16:49:18 +0100 (Mon, 18 Feb 2008), revision 2224, ekolin Change the default value for the system property org.knopflerfish.servicereference.valid.during.unregistering to true as adviced by CPEG. U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/framework_test/src/org/knopflerfish/bundle/framework_test/ServiceListenerTestSuite.java U knopflerfish.org/trunk/osgi/framework/readme.txt U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/Framework.java U knopflerfish.org/trunk/release_notes.in 2008-02-18 14:46:23 +0100 (Mon, 18 Feb 2008), revision 2223, ekolin Add unit tests that excercises component properties of all possible types. U knopflerfish.org/trunk/osgi/bundles/component/src/org/knopflerfish/bundle/component/Parser.java U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/componentA_test/resources/service.xml U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/component_test/src/org/knopflerfish/bundle/component_test/ComponentTestSuite.java 2008-02-18 14:45:22 +0100 (Mon, 18 Feb 2008), revision 2222, ekolin Extend to handle properties with values that are arrays of primitive types. U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/Util.java 2008-02-17 11:48:45 +0100 (Sun, 17 Feb 2008), revision 2221, ekolin Fix for issue [1895316]; component.id not amongst the published properties on a component based service. U knopflerfish.org/trunk/osgi/bundles/component/src/org/knopflerfish/bundle/component/Component.java U knopflerfish.org/trunk/osgi/bundles/component/src/org/knopflerfish/bundle/component/SCR.java U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/component_test/src/org/knopflerfish/bundle/component_test/ComponentTestSuite.java U knopflerfish.org/trunk/release_notes.in 2008-02-16 20:40:12 +0100 (Sat, 16 Feb 2008), revision 2220, ekolin Fix a class cast exception when parsing non-string array-valued properties in the Component Service impl. U knopflerfish.org/trunk/osgi/bundles/component/src/org/knopflerfish/bundle/component/Parser.java U knopflerfish.org/trunk/release_notes.in 2008-02-16 12:19:34 +0100 (Sat, 16 Feb 2008), revision 2219, ekolin Added unit and file attributes to the byteformatter, print value using three digits of precision. U knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/ByteFormatterTask.java U knopflerfish.org/trunk/build.xml 2008-02-15 15:46:04 +0100 (Fri, 15 Feb 2008), revision 2218, ekolin Added a simple formation of the file sized on the release page as k/M/G/T byte to inrease readability. A knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/ByteFormatterTask.java U knopflerfish.org/trunk/build.xml 2008-02-08 11:11:11 +0100 (Fri, 08 Feb 2008), revision 2217, ekolin Fix URL to jars directory in remote xargs-files so that it works for nightly-builds too. U knopflerfish.org/trunk/osgi/build.xml U knopflerfish.org/trunk/tools/nightlybuild/Makefile 2008-02-08 10:50:41 +0100 (Fri, 08 Feb 2008), revision 2216, ekolin Knopflerfish 2.0.4 released, prepare for the next release. U knopflerfish.org/trunk/build.xml U knopflerfish.org/trunk/release_notes.in 2008-02-08 10:22:19 +0100 (Fri, 08 Feb 2008), revision 2214, ekolin Update changelog.txt for the 2.0.4 release. U knopflerfish.org/trunk/changelog.txt 2008-02-07 20:40:30 +0100 (Thu, 07 Feb 2008), revision 2213, ekolin Wrong token value for a filterset U knopflerfish.org/trunk/build.xml 2008-02-07 20:28:16 +0100 (Thu, 07 Feb 2008), revision 2212, ekolin More release build and nightly build improvements. U knopflerfish.org/trunk/build.xml A knopflerfish.org/trunk/release_notes.in D knopflerfish.org/trunk/release_notes.txt U knopflerfish.org/trunk/tools/nightlybuild/Makefile U knopflerfish.org/trunk/tools/nightlybuild/snap_index.html.pre 2008-02-07 20:27:17 +0100 (Thu, 07 Feb 2008), revision 2211, ekolin Revert to duoble checked locking, but use volatile and a helper varaible to reduce the risk of returning null from getClassloader(). U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundleImpl.java 2008-02-06 09:40:58 +0100 (Wed, 06 Feb 2008), revision 2210, ekolin Also update release note. U knopflerfish.org/trunk/release_notes.txt 2008-02-06 09:28:55 +0100 (Wed, 06 Feb 2008), revision 2209, ekolin Use version number for the nightly builds that complies to the OSGi specification (R 4, section 3.2.4) since the version is used as Bundle-Version for the system bundle. U knopflerfish.org/trunk/tools/nightlybuild/Makefile 2008-02-06 07:31:23 +0100 (Wed, 06 Feb 2008), revision 2208, ekolin Yet another nightly build fix. U knopflerfish.org/trunk/tools/nightlybuild/Makefile 2008-02-06 07:19:20 +0100 (Wed, 06 Feb 2008), revision 2207, ekolin Only keep the last 10 builds U knopflerfish.org/trunk/tools/nightlybuild/Makefile 2008-02-05 11:59:28 +0100 (Tue, 05 Feb 2008), revision 2206, ekolin Include the release_notes file in the built release (plain text). U knopflerfish.org/trunk/build.xml U knopflerfish.org/trunk/tools/nightlybuild/rel_index.html.in 2008-02-05 11:58:47 +0100 (Tue, 05 Feb 2008), revision 2205, ekolin Update release notes to contain all changes accordeing to the change log. U knopflerfish.org/trunk/release_notes.txt 2008-02-05 10:11:56 +0100 (Tue, 05 Feb 2008), revision 2204, ekolin Removed a double close when the console is terminated. Imporved logging. U knopflerfish.org/trunk/osgi/bundles/console/consoletelnet/src/org/knopflerfish/bundle/consoletelnet/TelnetSession.java 2008-02-04 17:48:59 +0100 (Mon, 04 Feb 2008), revision 2203, ekolin Clean up makefile for nightly builds. U knopflerfish.org/trunk/tools/nightlybuild/Makefile 2008-02-04 17:23:52 +0100 (Mon, 04 Feb 2008), revision 2202, ekolin A release page for each build is now inlcuded in the htdocs/releases/m.n.o/ directory. Nightly builds adjusted to use this page. The distrib build now also builds the test bundles deliverable. U knopflerfish.org/trunk/build.xml U knopflerfish.org/trunk/tools/nightlybuild/Makefile U knopflerfish.org/trunk/tools/nightlybuild/rel_index.html.in 2008-02-04 15:24:21 +0100 (Mon, 04 Feb 2008), revision 2201, ekolin A top level distrib build now exectues the kf test suites and places the result in the directory junit_grunt in the release. U knopflerfish.org/trunk/build.xml U knopflerfish.org/trunk/tools/nightlybuild/Makefile 2008-02-04 15:00:23 +0100 (Mon, 04 Feb 2008), revision 2200, ekolin Must create the out directory manully before redirecting javm out/err to a file in it. U knopflerfish.org/trunk/osgi/build.xml 2008-02-04 14:49:15 +0100 (Mon, 04 Feb 2008), revision 2199, ekolin The run-kf-tests* targets in the osgi directory now places the output from the framework in the expected log, i.e., in junit_grunt/out.txt U knopflerfish.org/trunk/osgi/build.xml U knopflerfish.org/trunk/tools/nightlybuild/Makefile 2008-02-04 14:00:54 +0100 (Mon, 04 Feb 2008), revision 2198, ekolin Update to reflect KF 2.0 changes and changes to nightly build system. U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/readme.html 2008-02-04 13:27:27 +0100 (Mon, 04 Feb 2008), revision 2197, ekolin Directories listed in the manifest header Bundle-Classpath that did not end with a '/' was not handled correctly (a NullPointerException was thrown when trying to load a resource from such a class path entry). U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/bundlestorage/file/Archive.java 2008-02-03 14:21:46 +0100 (Sun, 03 Feb 2008), revision 2196, ekolin Inlcude the restart test suite in the run-kf-tests target to ensure that it is allways exectued. U knopflerfish.org/trunk/osgi/build.xml U knopflerfish.org/trunk/tools/nightlybuild/Makefile 2008-02-03 13:52:30 +0100 (Sun, 03 Feb 2008), revision 2195, ekolin Badly placed paranthesis in nightly build script. U knopflerfish.org/trunk/tools/nightlybuild/Makefile 2008-02-03 13:33:52 +0100 (Sun, 03 Feb 2008), revision 2194, ekolin Fix the bad bundle version in the start script of the restart test suite. Clean up test step of nightly build. U knopflerfish.org/trunk/osgi/build.xml U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/restart_test/test-restart1.xargs U knopflerfish.org/trunk/tools/nightlybuild/Makefile U knopflerfish.org/trunk/tools/nightlybuild/rel_index.html.in 2008-02-03 09:26:58 +0100 (Sun, 03 Feb 2008), revision 2193, ekolin Make it easier to locate the start of a build in the nightly build log. U knopflerfish.org/trunk/tools/nightlybuild/Makefile U knopflerfish.org/trunk/tools/nightlybuild/build.sh 2008-02-02 18:12:28 +0100 (Sat, 02 Feb 2008), revision 2192, ekolin Fix broken links on snapshot build page templates. U knopflerfish.org/trunk/tools/nightlybuild/rel_index.html.in U knopflerfish.org/trunk/tools/nightlybuild/snap_index.html.pre 2008-02-02 10:19:49 +0100 (Sat, 02 Feb 2008), revision 2191, ekolin Corrected NPE problem caused by fix for [1516267]. U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/bundlestorage/file/Archive.java 2008-02-02 10:00:47 +0100 (Sat, 02 Feb 2008), revision 2190, ekolin Wrong constant used when testing if system packages acocring to JRE 1.6 should be exported or not. U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/SystemBundle.java 2008-02-01 16:53:45 +0100 (Fri, 01 Feb 2008), revision 2189, ekolin Archive.getInputStream() now returns a steram to the entire jar file holding the archive contents. This solves issue [1516267] in tracker on SourceForge. U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/bundlestorage/file/Archive.java 2008-02-01 15:58:39 +0100 (Fri, 01 Feb 2008), revision 2187, ekolin Added a Bundle-SymbolicName manifest header for the system bundle. This solves issue [1866116] in tracker on SourceForge. U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/SystemBundle.java 2008-02-01 09:40:33 +0100 (Fri, 01 Feb 2008), revision 2186, ekolin Change log generator script. A knopflerfish.org/trunk/tools/nightlybuild/svnChangeLog.sh 2008-02-01 09:39:01 +0100 (Fri, 01 Feb 2008), revision 2185, ekolin Improve the snapshot index page slightly. U knopflerfish.org/trunk/tools/nightlybuild/Makefile U knopflerfish.org/trunk/tools/nightlybuild/snap_index.html.pre 2008-01-31 22:58:25 +0100 (Thu, 31 Jan 2008), revision 2184, wistrand added --xargs option U knopflerfish.org/trunk/osgi/framework/resources/help.txt U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/Main.java 2008-01-31 16:24:02 +0100 (Thu, 31 Jan 2008), revision 2183, ekolin Added change log to snapshot builds. U knopflerfish.org/trunk/tools/nightlybuild/Makefile U knopflerfish.org/trunk/tools/nightlybuild/rel_index.html.in 2008-01-31 15:09:45 +0100 (Thu, 31 Jan 2008), revision 2182, ekolin Improved index page generation for nightly builds. U knopflerfish.org/trunk/tools/nightlybuild/Makefile D knopflerfish.org/trunk/tools/nightlybuild/outlist.awk A knopflerfish.org/trunk/tools/nightlybuild/rel_index.html.in A knopflerfish.org/trunk/tools/nightlybuild/snap_index.html.post A knopflerfish.org/trunk/tools/nightlybuild/snap_index.html.pre 2008-01-31 11:23:43 +0100 (Thu, 31 Jan 2008), revision 2181, ekolin Factor out parsing of the host part of KF bundle URLs into a private helper method. This simplifies life for the Spring Dynamic Modules for OSGi. U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundleURLConnection.java 2008-01-30 17:57:01 +0100 (Wed, 30 Jan 2008), revision 2180, ekolin Update of nightly build tools. Now produces builds wiht a version like 2.0.4_2175, where the last part is the SVN revision that the build was made on. U knopflerfish.org/trunk/tools/nightlybuild/Makefile U knopflerfish.org/trunk/tools/nightlybuild/build.sh A knopflerfish.org/trunk/tools/nightlybuild/kf_junit_index_style.xsl U knopflerfish.org/trunk/tools/nightlybuild/outlist.awk 2008-01-30 17:09:32 +0100 (Wed, 30 Jan 2008), revision 2179, ekolin Added a framework test case 161A, that highlights the difference between Bundle.getResource(java/lang/Thread.class) and BundleClassLoader.getResource(java/lang/Thread.class) in the current implementation. U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/framework_test/src/org/knopflerfish/bundle/framework_test/FrameworkTestSuite.java 2008-01-30 11:41:49 +0100 (Wed, 30 Jan 2008), revision 2178, ekolin Fix consoletelnet so that it can start without any console service and so that it tracks the console service it uses. Telnet sessions will be terminated when the console service they use are removed. U knopflerfish.org/trunk/build.xml U knopflerfish.org/trunk/osgi/bundles/console/consoletelnet/bundle.manifest U knopflerfish.org/trunk/osgi/bundles/console/consoletelnet/src/org/knopflerfish/bundle/consoletelnet/TelnetServer.java U knopflerfish.org/trunk/osgi/bundles/console/consoletelnet/src/org/knopflerfish/bundle/consoletelnet/TelnetSession.java U knopflerfish.org/trunk/osgi/template.xargs 2008-01-26 14:42:17 +0100 (Sat, 26 Jan 2008), revision 2177, ekolin When calling FrameworkPolcy.getPermissions(CodeSource) with a null CodeSource delegate to the default policy handler. Remove a case of double-checked locking from the BundleImpl class since double-checked locking may fail. U knopflerfish.org/trunk/osgi/framework/build.xml U knopflerfish.org/trunk/osgi/framework/resources/version U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundleImpl.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/permissions/FrameworkPolicy.java 2008-01-22 09:27:35 +0100 (Tue, 22 Jan 2008), revision 2175, ekolin Add missing standard packages to system bundle exports for JRE 1.4 and JRE 1.5. U knopflerfish.org/trunk/changelog.txt U knopflerfish.org/trunk/osgi/framework/resources/packages1.4.txt U knopflerfish.org/trunk/osgi/framework/resources/packages1.5.txt 2008-01-18 15:56:16 +0100 (Fri, 18 Jan 2008), revision 2174, ekolin Add target that simplifies executing the JUnit based KF-test suite. U knopflerfish.org/trunk/osgi/build.xml 2008-01-18 10:35:12 +0100 (Fri, 18 Jan 2008), revision 2172, ekolin Include optional bundles when in the htdocs/releases//jars direcotry and on the index.html there. U knopflerfish.org/trunk/build.xml 2008-01-17 16:27:04 +0100 (Thu, 17 Jan 2008), revision 2171, ekolin The FrameworkPolicy no delegates handling of all non-bundle protection domains (and code sources) to the policy implementation that it replaces. I.e., normally to the file based policy handler provided by Sun, thus enabling the users to use policy-files for specifying permissions to non-bundle code. U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/permissions/FrameworkPolicy.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/permissions/PermissionsHandle.java 2008-01-17 16:03:29 +0100 (Thu, 17 Jan 2008), revision 2170, ekolin BundleURLConnection.getPermission() should return an instance of AdminPermission, not AllPermission as it inherited from the URLConnection. U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundleURLConnection.java 2008-01-17 15:53:30 +0100 (Thu, 17 Jan 2008), revision 2169, ekolin The package1.M.txt files shall not be installed any more (they are placed as resources inside framework.jar) U knopflerfish.org/trunk/build.xml 2008-01-17 09:23:39 +0100 (Thu, 17 Jan 2008), revision 2166, ekolin Increase embeddability of the framework by moving the packages...txt files inside framework.jar and adding a system property that when set automatically makes the framework load the apropriate packages...txt file. Added packages1.6.txt. U knopflerfish.org/trunk/osgi/framework/build.xml U knopflerfish.org/trunk/osgi/framework/readme.txt _U knopflerfish.org/trunk/osgi/framework/resources/ A knopflerfish.org/trunk/osgi/framework/resources/packages1.3.txt A knopflerfish.org/trunk/osgi/framework/resources/packages1.4.txt A knopflerfish.org/trunk/osgi/framework/resources/packages1.5.txt A knopflerfish.org/trunk/osgi/framework/resources/packages1.6.txt U knopflerfish.org/trunk/osgi/framework/resources/version U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/Main.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/SystemBundle.java D knopflerfish.org/trunk/osgi/packages1.3.txt D knopflerfish.org/trunk/osgi/packages1.4.txt D knopflerfish.org/trunk/osgi/packages1.5.txt U knopflerfish.org/trunk/release_notes.txt 2008-01-15 15:32:58 +0100 (Tue, 15 Jan 2008), revision 2165, ekolin Add doPriviledged around call to BundleArchive.getNativeLibrary(nam) in BundleClassLoader.findLibrary(name) since System.loadLibrary() implicitly calls this and the calling bundle shall not need to define permissions to acces files in the Frameworks internal bundle storage. U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundleClassLoader.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/PermissionOps.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/SecurePermissionOps.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/bundlestorage/file/BundleArchiveImpl.java 2008-01-14 17:48:55 +0100 (Mon, 14 Jan 2008), revision 2163, ekolin Add debug property, org.knopflerfish.framework.debug.bundle_resource, which makes it easier to identify a bundle that fails to load a resource due to missing permissions. _U knopflerfish.org/trunk/osgi/bundles/bundlerepository/resources/ _U knopflerfish.org/trunk/osgi/bundles_opt/commons-logging/resources/ _U knopflerfish.org/trunk/osgi/bundles_opt/desktop_awt/resources/ U knopflerfish.org/trunk/osgi/framework/readme.txt U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/Debug.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/SecurePermissionOps.java U knopflerfish.org/trunk/osgi/props.xargs U knopflerfish.org/trunk/release_notes.txt 2008-01-14 16:00:17 +0100 (Mon, 14 Jan 2008), revision 2160, ekolin Add debug property, org.knopflerfish.framework.debug.service_reference, which makes it easier to identify a bundle that fails to find a service due to missing service permissions. U knopflerfish.org/trunk/osgi/framework/readme.txt U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/Debug.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/SecurePermissionOps.java U knopflerfish.org/trunk/osgi/props.xargs 2008-01-14 11:31:53 +0100 (Mon, 14 Jan 2008), revision 2157, ekolin Repaired javadoc comments that was messed up by some formating tool. U knopflerfish.org/trunk/osgi/bundles/log/src/org/knopflerfish/service/log/LogRef.java 2008-01-11 16:39:59 +0100 (Fri, 11 Jan 2008), revision 2150, ekolin Packages on the bunle info pages that does not exist in the internal javadoc tree for the release is no longer linked to the non-existing direcoties. U knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/BundleHTMLExtractorTask.java U knopflerfish.org/trunk/osgi/build.xml 2008-01-11 12:26:39 +0100 (Fri, 11 Jan 2008), revision 2149, ekolin Bad filename prefix definition, only works on window. U knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/BundleHTMLExtractorTask.java 2008-01-11 11:37:58 +0100 (Fri, 11 Jan 2008), revision 2148, ekolin Build file fixes for release building. Updated repository.xls to match the published page _U knopflerfish.org/trunk/ _U knopflerfish.org/trunk/ant/ U knopflerfish.org/trunk/build.xml _U knopflerfish.org/trunk/htdocs/ U knopflerfish.org/trunk/htdocs/css/repository.xsl _U knopflerfish.org/trunk/osgi/ _U knopflerfish.org/trunk/tools/jarunpacker/ 2008-01-10 16:06:37 +0100 (Thu, 10 Jan 2008), revision 2147, ekolin *** empty log message *** U knopflerfish.org/trunk/release_notes.txt 2008-01-10 14:09:53 +0100 (Thu, 10 Jan 2008), revision 2145, ekolin Fix to pass core signature check. A knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundleSignerCondition.java U knopflerfish.org/trunk/osgi/init-osgi-test-target.xargs 2008-01-10 12:05:00 +0100 (Thu, 10 Jan 2008), revision 2144, ekolin init-osgi-test-target.xargs should not turn on security U knopflerfish.org/trunk/osgi/build.xml U knopflerfish.org/trunk/osgi/init-osgi-test-target.xargs 2008-01-10 09:56:39 +0100 (Thu, 10 Jan 2008), revision 2143, ekolin Preparations for 2.0.3 release U knopflerfish.org/trunk/build.xml U knopflerfish.org/trunk/osgi/framework/build.xml U knopflerfish.org/trunk/osgi/framework/readme.txt U knopflerfish.org/trunk/osgi/framework/resources/version 2008-01-09 17:35:04 +0100 (Wed, 09 Jan 2008), revision 2142, ekolin Added support for / as argument to BUndle.getResource() and Bundle.getResources(). Also fixed a bug in Bundle.getResources(name): if at least one resource was found in the bundles own archive resources from attached framents where not included in the enumeration. U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/framework_test/src/org/knopflerfish/bundle/framework_test/FrameworkTestSuite.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundleClassLoader.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/bundlestorage/file/BundleArchiveImpl.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/bundlestorage/memory/BundleArchiveImpl.java U knopflerfish.org/trunk/release_notes.txt 2008-01-09 10:52:34 +0100 (Wed, 09 Jan 2008), revision 2141, ekolin Added check that verifies that a service reference for a service in state UNREGISTERING can not be looked up in the service registry. U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/framework_test/src/org/knopflerfish/bundle/framework_test/ServiceListenerTestSuite.java 2008-01-08 18:06:03 +0100 (Tue, 08 Jan 2008), revision 2140, ekolin *** empty log message *** U knopflerfish.org/trunk/release_notes.txt 2008-01-08 17:59:35 +0100 (Tue, 08 Jan 2008), revision 2139, ekolin Calling bundle.getResources(String) on the bundle object for the System bundle throws a ClassCastExcpetion. U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundleImpl.java U knopflerfish.org/trunk/release_notes.txt 2008-01-08 17:22:15 +0100 (Tue, 08 Jan 2008), revision 2138, ekolin Remove a service registration from the service registry immediately when the service unregistration process starts. U knopflerfish.org/trunk/build.xml U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/ServiceReferenceImpl.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/ServiceRegistrationImpl.java U knopflerfish.org/trunk/osgi/init-tests.xargs U knopflerfish.org/trunk/release_notes.txt 2008-01-08 17:07:23 +0100 (Tue, 08 Jan 2008), revision 2137, joek fix for log dir from sys property and 'out' log command U knopflerfish.org/trunk/osgi/bundles/log/src/org/knopflerfish/bundle/log/LogConfigImpl.java 2007-12-14 14:50:06 +0100 (Fri, 14 Dec 2007), revision 2136, wistrand windows fix U knopflerfish.org/trunk/osgi/bundles/util/src/org/knopflerfish/util/framework/ExecutableBundleActivator.java 2007-12-14 11:14:57 +0100 (Fri, 14 Dec 2007), revision 2135, wistrand set exutable bit on extracted command U knopflerfish.org/trunk/osgi/bundles/util/src/org/knopflerfish/util/framework/ExecutableBundleActivator.java 2007-12-06 10:06:35 +0100 (Thu, 06 Dec 2007), revision 2133, wistrand added ExecutableBundleActivator U knopflerfish.org/trunk/osgi/bundles/util/bundle.manifest U knopflerfish.org/trunk/osgi/bundles/util/src/org/knopflerfish/util/Text.java A knopflerfish.org/trunk/osgi/bundles/util/src/org/knopflerfish/util/framework/ A knopflerfish.org/trunk/osgi/bundles/util/src/org/knopflerfish/util/framework/Alias.java A knopflerfish.org/trunk/osgi/bundles/util/src/org/knopflerfish/util/framework/ExecutableBundleActivator.java A knopflerfish.org/trunk/osgi/bundles/util/src/org/knopflerfish/util/framework/VersionRange.java 2007-11-26 18:30:37 +0100 (Mon, 26 Nov 2007), revision 2132, ekolin Added a couple of more precise service listener tests. _U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/ U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/build.xml A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/bundleA2_test/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/bundleA2_test/all.mf A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/bundleA2_test/build.xml A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/bundleA2_test/resources/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/bundleA2_test/resources/OSGI-INF/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/bundleA2_test/resources/OSGI-INF/l10n/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/bundleA2_test/resources/OSGI-INF/l10n/bundle.properties A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/bundleA2_test/src/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/bundleA2_test/src/org/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/bundleA2_test/src/org/knopflerfish/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/bundleA2_test/src/org/knopflerfish/bundle/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/bundleA2_test/src/org/knopflerfish/bundle/bundleA2_test/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/bundleA2_test/src/org/knopflerfish/bundle/bundleA2_test/BundA.java A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/bundleA2_test/src/org/knopflerfish/bundle/bundleA2_test/BundleActivator.java A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/bundleA2_test/src/org/knopflerfish/service/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/bundleA2_test/src/org/knopflerfish/service/bundleA2_test/ A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/bundleA2_test/src/org/knopflerfish/service/bundleA2_test/BundleA.java _U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/component_test/resources/ _U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/endurance_test/resources/ _U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/extension_test/resources/ U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/framework_test/build.xml _U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/framework_test/resources/ U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/framework_test/src/org/knopflerfish/bundle/framework_test/Activator.java U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/framework_test/src/org/knopflerfish/bundle/framework_test/FrameworkTestSuite.java A knopflerfish.org/trunk/osgi/bundles_test/regression_tests/framework_test/src/org/knopflerfish/bundle/framework_test/ServiceListenerTestSuite.java _U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/servicetracker_test/resources/ 2007-11-22 15:10:33 +0100 (Thu, 22 Nov 2007), revision 2130, cl AdminPermission now extends BasicPermission iso Permission as Core spec states U knopflerfish.org/trunk/osgi/framework/src/org/osgi/framework/AdminPermission.java 2007-11-22 15:03:42 +0100 (Thu, 22 Nov 2007), revision 2129, wistrand fix for BundleClassLoader class cast exception U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundleImpl.java 2007-11-22 10:07:23 +0100 (Thu, 22 Nov 2007), revision 2125, wistrand changed class patching flag to default false U knopflerfish.org/trunk/osgi/framework/readme.txt U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundleClassLoader.java 2007-11-20 23:20:33 +0100 (Tue, 20 Nov 2007), revision 2123, cl KF 2.0.2 relased U knopflerfish.org/trunk/release_notes.txt 2007-11-20 16:25:13 +0100 (Tue, 20 Nov 2007), revision 2122, ekolin First attempt to work around for #240 U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/ServiceRegistrationImpl.java 2007-11-20 15:22:52 +0100 (Tue, 20 Nov 2007), revision 2121, perg U knopflerfish.org/trunk/release_notes.txt 2007-11-20 15:04:42 +0100 (Tue, 20 Nov 2007), revision 2120, ekolin Added info about resolution of #1834414. U knopflerfish.org/trunk/release_notes.txt 2007-11-20 14:23:58 +0100 (Tue, 20 Nov 2007), revision 2119, ekolin Fix Declarative services bug 1834414 (238) U knopflerfish.org/trunk/osgi/bundles/component/src/org/knopflerfish/bundle/component/Component.java 2007-11-19 21:13:00 +0100 (Mon, 19 Nov 2007), revision 2118, cl Preparing for KF 2.0.2 release U knopflerfish.org/trunk/build.xml U knopflerfish.org/trunk/release_notes.txt U knopflerfish.org/trunk/tools/jarunpacker/license.html U knopflerfish.org/trunk/tools/jarunpacker/license.txt 2007-11-19 21:10:32 +0100 (Mon, 19 Nov 2007), revision 2117, cl Updated on-line doc generation U knopflerfish.org/trunk/htdocs/build.xml U knopflerfish.org/trunk/htdocs/html_src/desktop_main.html U knopflerfish.org/trunk/htdocs/html_src/index_main.html U knopflerfish.org/trunk/htdocs/html_templates/template.html A knopflerfish.org/trunk/htdocs/image_repo/ A knopflerfish.org/trunk/htdocs/image_repo/Image15.psp A knopflerfish.org/trunk/htdocs/image_repo/knopflerfish-golden.psp A knopflerfish.org/trunk/htdocs/image_repo/knopflerfish-golden2.psp A knopflerfish.org/trunk/htdocs/image_repo/knopflerfish.psp D knopflerfish.org/trunk/htdocs/images/Image15.psp A knopflerfish.org/trunk/htdocs/images/bundle_active.gif A knopflerfish.org/trunk/htdocs/images/bundle_installed.gif A knopflerfish.org/trunk/htdocs/images/desktop_details.gif A knopflerfish.org/trunk/htdocs/images/desktop_icons.gif A knopflerfish.org/trunk/htdocs/images/desktop_info_manifest_200.gif A knopflerfish.org/trunk/htdocs/images/desktop_spin.gif A knopflerfish.org/trunk/htdocs/images/desktop_timeline.gif D knopflerfish.org/trunk/htdocs/images/knopflerfish-golden.psp D knopflerfish.org/trunk/htdocs/images/knopflerfish-golden2.psp D knopflerfish.org/trunk/htdocs/images/knopflerfish.psp A knopflerfish.org/trunk/htdocs/images/lib_installed.gif A knopflerfish.org/trunk/htdocs/images/makewave_logo_126x16.gif 2007-11-19 21:05:40 +0100 (Mon, 19 Nov 2007), revision 2116, cl Updated on-line doc generation U knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/MakeHTMLTask.java 2007-11-19 14:18:22 +0100 (Mon, 19 Nov 2007), revision 2115, cl Updated with minor changes in R4.0.1, e.g. alfanumeric topics U knopflerfish.org/trunk/osgi/bundles/event/src/org/osgi/service/event/Event.java U knopflerfish.org/trunk/osgi/bundles/event/src/org/osgi/service/event/EventConstants.java U knopflerfish.org/trunk/osgi/bundles/event/src/org/osgi/service/event/EventHandler.java 2007-11-16 12:26:12 +0100 (Fri, 16 Nov 2007), revision 2114, ekolin Fix bug 237 (SecurityManager bypassed) U knopflerfish.org/trunk/osgi/bundles/cm/cm/src/org/knopflerfish/bundle/cm/ConfigurationAdminFactory.java U knopflerfish.org/trunk/osgi/bundles/useradmin/src/org/knopflerfish/service/um/useradmin/impl/ConditionImpl.java U knopflerfish.org/trunk/osgi/bundles/useradmin/src/org/knopflerfish/service/um/useradmin/impl/GroupImpl.java U knopflerfish.org/trunk/osgi/bundles/useradmin/src/org/knopflerfish/service/um/useradmin/impl/UACredentials.java U knopflerfish.org/trunk/osgi/bundles/useradmin/src/org/knopflerfish/service/um/useradmin/impl/UAProperties.java U knopflerfish.org/trunk/osgi/bundles/useradmin/src/org/knopflerfish/service/um/useradmin/impl/UserAdminImpl.java U knopflerfish.org/trunk/osgi/bundles/useradmin/src/org/knopflerfish/service/um/useradmin/impl/UserImpl.java U knopflerfish.org/trunk/osgi/framework/resources/version U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/SecurePermissionOps.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/permissions/PermissionAdminImpl.java 2007-11-15 14:57:51 +0100 (Thu, 15 Nov 2007), revision 2112, wistrand bump to 4.0.3 U knopflerfish.org/trunk/osgi/framework/build.xml 2007-11-14 21:34:29 +0100 (Wed, 14 Nov 2007), revision 2111, wistrand added WindowsVista to supported aliases U knopflerfish.org/trunk/osgi/bundles/trayicon/trayicon/bundle.manifest 2007-11-14 21:32:47 +0100 (Wed, 14 Nov 2007), revision 2110, wistrand added WindowsVista alias U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/Alias.java 2007-11-11 21:40:51 +0100 (Sun, 11 Nov 2007), revision 2109, wistrand support for automatic manifest generation U knopflerfish.org/trunk/osgi/framework/readme.txt 2007-11-11 18:00:47 +0100 (Sun, 11 Nov 2007), revision 2108, wistrand support for automatic manifest generation A knopflerfish.org/trunk/osgi/framework/resources/automanifest.props A knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/AutoManifest.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/Debug.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/bundlestorage/file/Archive.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/bundlestorage/file/BundleArchiveImpl.java 2007-11-10 17:13:52 +0100 (Sat, 10 Nov 2007), revision 2107, wistrand better exception message U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/PackageAdminImpl.java 2007-11-06 10:46:55 +0100 (Tue, 06 Nov 2007), revision 2106, wistrand added patch debug flag info U knopflerfish.org/trunk/osgi/framework/readme.txt 2007-11-02 09:26:32 +0100 (Fri, 02 Nov 2007), revision 2105, wistrand fixed bad valueOf U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/ClassPatcher.java 2007-11-02 09:24:47 +0100 (Fri, 02 Nov 2007), revision 2104, wistrand fixed bad replace U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/ClassPatcher.java 2007-10-29 14:38:15 +0100 (Mon, 29 Oct 2007), revision 2103, wistrand speling U knopflerfish.org/trunk/osgi/framework/readme.txt 2007-10-29 14:32:28 +0100 (Mon, 29 Oct 2007), revision 2102, wistrand bundle class patch support U knopflerfish.org/trunk/osgi/framework/build.xml A knopflerfish.org/trunk/osgi/framework/libs/ A knopflerfish.org/trunk/osgi/framework/libs/asm-3.0.jar U knopflerfish.org/trunk/osgi/framework/readme.txt A knopflerfish.org/trunk/osgi/framework/resources/asm-license.txt A knopflerfish.org/trunk/osgi/framework/resources/patches.props U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundleClassLoader.java A knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/ClassPatcher.java A knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/ClassPatcherWrappers.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/Debug.java U knopflerfish.org/trunk/tools/jarunpacker/license.html U knopflerfish.org/trunk/tools/jarunpacker/license.txt 2007-10-25 15:46:53 +0200 (Thu, 25 Oct 2007), revision 2101, wistrand fixed broken security manager mode U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/SecurePermissionOps.java 2007-10-23 12:29:53 +0200 (Tue, 23 Oct 2007), revision 2100, wistrand fix for bug #1741368 U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundleImpl.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/PermissionOps.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/SecurePermissionOps.java 2007-10-19 13:34:14 +0200 (Fri, 19 Oct 2007), revision 2099, wistrand fix for 1816102 U knopflerfish.org/trunk/osgi/bundles_opt/junit/junit/src/org/knopflerfish/bundle/junit/JUnitCommandGroup.java 2007-09-24 18:24:42 +0200 (Mon, 24 Sep 2007), revision 2098, perg U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundleImpl.java 2007-09-20 00:32:12 +0200 (Thu, 20 Sep 2007), revision 2097, perg Fixed so that STOPPING event is sent when stop() is called. U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/SystemBundle.java 2007-09-17 19:28:01 +0200 (Mon, 17 Sep 2007), revision 2096, perg Fixed bug 1780141 U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/framework_test/src/org/knopflerfish/bundle/framework_test/FrameworkTestSuite.java 2007-09-17 19:23:43 +0200 (Mon, 17 Sep 2007), revision 2095, perg Fixed bug 1780141 U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/ServiceReferenceImpl.java 2007-09-17 16:05:15 +0200 (Mon, 17 Sep 2007), revision 2094, perg Fixed bugs in findEntries0 and addResourceEntries U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundleImpl.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/bundlestorage/file/BundleArchiveImpl.java 2007-03-21 15:10:38 +0100 (Wed, 21 Mar 2007), revision 2093, polli Added Bundle-Version to the headers returned from the SystemBundle. I don't know if this fix is particularly good.. When the getHeaders-method is called for the system bundle a dictionary created and a few fields is set. Maybe we should try to get a hold of the manifest instead? This fix creates a 'release' file which put into resources and when the getHeaders-method is called this file is read. Will open an issue on this. U knopflerfish.org/trunk/osgi/framework/build.xml U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/LDAPExpr.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/Main.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/SystemBundle.java 2007-03-21 11:34:03 +0100 (Wed, 21 Mar 2007), revision 2092, polli Updated documentation U knopflerfish.org/trunk/osgi/bundles_opt/dirdeployer/readme.html 2007-03-08 11:48:31 +0100 (Thu, 08 Mar 2007), revision 2091, polli Added the property org.knopflerfish.framework.main.class.activation. It's used to control whether the Main-Class attribute should be used when activating a bundle. It's a comma-separated list of locations of bundles whose Main-Class should be used as activator if no BundleActivator is specified. U knopflerfish.org/trunk/osgi/framework/readme.txt U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundleImpl.java 2007-02-15 16:33:56 +0100 (Thu, 15 Feb 2007), revision 2090, polli New URL to bindex U knopflerfish.org/trunk/osgi/build.xml 2007-02-14 12:16:24 +0100 (Wed, 14 Feb 2007), revision 2089, polli Added getContentType and getContentLength. Read http://sourceforge.net/forum/message.php?msg_id=4156282 U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundleURLConnection.java 2007-02-13 21:13:53 +0100 (Tue, 13 Feb 2007), revision 2088, polli Fixes a getEntry bug, see http://sourceforge.net/forum/forum.php?thread_id=1666448&forum_id=328005. I've discussed this issue with bjorn and we think that this behavior is strange, and the specs aren't very clear on this point. Calling getEntry with some path pointing to a directory will return null.. this behaviour conforms felix' behavior U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundleImpl.java 2007-02-01 15:52:04 +0100 (Thu, 01 Feb 2007), revision 2087, polli Removed redudant imports U knopflerfish.org/trunk/osgi/bundles_opt/soap/soap_remotefw/bundle.manifest U knopflerfish.org/trunk/osgi/bundles_opt/soap/soap_remotefw/src/org/knopflerfish/bundle/soap/remotefw/client/RemoteFWClient.java 2007-01-31 15:22:55 +0100 (Wed, 31 Jan 2007), revision 2086, polli missed to commit a file A knopflerfish.org/trunk/htdocs/html_src/userdocs.html 2007-01-31 14:09:57 +0100 (Wed, 31 Jan 2007), revision 2085, polli More changes to build system U knopflerfish.org/trunk/build.xml U knopflerfish.org/trunk/htdocs/build.xml 2007-01-31 09:52:38 +0100 (Wed, 31 Jan 2007), revision 2084, polli tweaks to the build system U knopflerfish.org/trunk/tools/jarunpacker/build.xml A knopflerfish.org/trunk/tools/jarunpacker/license.html A knopflerfish.org/trunk/tools/jarunpacker/license.txt D knopflerfish.org/trunk/tools/jarunpacker/resources/license.html D knopflerfish.org/trunk/tools/jarunpacker/resources/license.txt D knopflerfish.org/trunk/tools/jarunpacker/resources/strings.properties A knopflerfish.org/trunk/tools/jarunpacker/strings.properties 2007-01-10 15:24:32 +0100 (Wed, 10 Jan 2007), revision 2082, polli A few fixes more to the build system U knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/ExtraBundleDocTask.java U knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/MakeHTMLTask.java U knopflerfish.org/trunk/build.xml U knopflerfish.org/trunk/htdocs/build.xml U knopflerfish.org/trunk/htdocs/html_src/index_main.html U knopflerfish.org/trunk/htdocs/html_templates/template.html D knopflerfish.org/trunk/htdocs/images/bundle_active.gif D knopflerfish.org/trunk/htdocs/images/bundle_installed.gif D knopflerfish.org/trunk/htdocs/images/desktop_details.gif D knopflerfish.org/trunk/htdocs/images/desktop_icons.gif D knopflerfish.org/trunk/htdocs/images/desktop_info_manifest_200.gif D knopflerfish.org/trunk/htdocs/images/desktop_spin.gif D knopflerfish.org/trunk/htdocs/images/desktop_timeline.gif D knopflerfish.org/trunk/htdocs/images/lib_installed.gif U knopflerfish.org/trunk/osgi/build.xml 2007-01-10 15:01:15 +0100 (Wed, 10 Jan 2007), revision 2081, polli fixes for desktop demystification U knopflerfish.org/trunk/osgi/bundles/desktop/bundle.manifest U knopflerfish.org/trunk/osgi/props.xargs U knopflerfish.org/trunk/osgi/template.xargs 2007-01-09 14:07:29 +0100 (Tue, 09 Jan 2007), revision 2080, polli minor fixes and added documentation for desktop U knopflerfish.org/trunk/osgi/bundles/cm/cm_cmd/src/org/knopflerfish/bundle/cm/commands/impl/Activator.java U knopflerfish.org/trunk/osgi/bundles/desktop/docs/index.html U knopflerfish.org/trunk/osgi/bundles/http/http/docs/index.html U knopflerfish.org/trunk/osgi/bundles/http/http/src/org/knopflerfish/bundle/http/Activator.java U knopflerfish.org/trunk/osgi/bundles/http/httpconsole/src/org/knopflerfish/bundle/httpconsole/HttpWrapper.java U knopflerfish.org/trunk/osgi/bundles/log/src/org/knopflerfish/bundle/log/FileLog.java U knopflerfish.org/trunk/osgi/bundles/metatype/cm_desktop/bundle.manifest U knopflerfish.org/trunk/osgi/bundles/sslj2sp/bundle.manifest U knopflerfish.org/trunk/osgi/bundles/trayicon/trayicon/bundle.manifest U knopflerfish.org/trunk/osgi/bundles/trayicon/trayicon_fw/bundle.manifest 2007-01-04 23:07:47 +0100 (Thu, 04 Jan 2007), revision 2079, polli Minor adjustments U knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/ExtraBundleDocTask.java U knopflerfish.org/trunk/build.xml U knopflerfish.org/trunk/htdocs/build.xml 2007-01-04 13:19:58 +0100 (Thu, 04 Jan 2007), revision 2078, polli New htdocs build U knopflerfish.org/trunk/htdocs/build.xml U knopflerfish.org/trunk/htdocs/html_templates/template.html 2007-01-04 13:19:26 +0100 (Thu, 04 Jan 2007), revision 2077, polli New htdocs build U knopflerfish.org/trunk/build.xml 2007-01-04 13:18:30 +0100 (Thu, 04 Jan 2007), revision 2076, polli New tasks for generating the htdocs + various code clean up U knopflerfish.org/trunk/ant/bundletasks.xml U knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/ArrayInt.java U knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/BundleHTMLExtractorTask.java U knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/BundleInfoTask.java A knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/ExtraBundleDocTask.java A knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/MakeHTMLTask.java U knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/OBRExtractorTask.java 2006-12-22 10:27:23 +0100 (Fri, 22 Dec 2006), revision 2075, polli Code clean up and fixes for http://sourceforge.net/tracker/index.php?func=detail&aid=1481846&group_id=82798&atid=567241 U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/Activator.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/BundleImageIcon.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/ClosureHTMLDisplayer.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/DefaultSwingBundleDisplayer.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/Desktop.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/ErrorMessageDialog.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/FileFilterImpl.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/JCardPane.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/JFloatable.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/JHTMLBundle.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/JTips.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/KnopflerfishLookAndFeel.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/KnopflerfishTheme.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/LFManager.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/LargeIconsDisplayer.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/LogDisplayer.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/LookAndFeelMenu.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/ManifestHTMLDisplayer.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/OverlayImageIcon.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/PackageHTMLDisplayer.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/ServiceHTMLDisplayer.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/SpinDisplayer.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/StatusBar.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/Strings.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/TimeLineDisplayer.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/console/Config.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/console/ConsoleSwing.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/console/PrefixPrintStream.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/console/Strip.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/console/SwingIO.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/console/TextAreaOutputStream.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/console/TextReader.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/fwspin/Console.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/fwspin/GameFrame.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/fwspin/Spin.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/fwspin/SpinItem.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/log/window/impl/DateCellRenderer.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/log/window/impl/ExtLogEntry.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/log/window/impl/FilterLogTableModel.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/log/window/impl/JDetailFrame.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/log/window/impl/JLogEntryDetail.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/log/window/impl/JLogPanel.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/log/window/impl/JLogTable.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/log/window/impl/LogReaderDispatcher.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/log/window/impl/LogTableModel.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/log/window/impl/TableMap.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/log/window/impl/TableSorter.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/log/window/impl/Util.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/service/desktop/DefaultBundleSelectionModel.java 2006-12-21 15:12:31 +0100 (Thu, 21 Dec 2006), revision 2074, polli demystify the desktop bundle, the bundle does not any longer contain its own source code, does not any longer export the log-api, remotefw-api and console-api \(which makes things messy in the bundle repository\) U knopflerfish.org/trunk/osgi/bundles/desktop/build.xml U knopflerfish.org/trunk/osgi/bundles/desktop/bundle.manifest 2006-12-20 14:59:21 +0100 (Wed, 20 Dec 2006), revision 2073, polli fixes http://sourceforge.net/tracker/index.php?func=detail&aid=1503464&group_id=82798&atid=567241.. U knopflerfish.org/trunk/osgi/bundles_opt/soap/axis-osgi/bundle.manifest 2006-12-20 14:47:57 +0100 (Wed, 20 Dec 2006), revision 2072, polli fixes http://sourceforge.net/tracker/index.php?func=detail&aid=1502955&group_id=82798&atid=567241 U knopflerfish.org/trunk/osgi/bundles/frameworkcommands/src/org/knopflerfish/bundle/frameworkcommands/FrameworkCommandGroup.java 2006-12-19 00:33:39 +0100 (Tue, 19 Dec 2006), revision 2071, polli Fix for https://sourceforge.net/forum/message.php?msg_id=4065811 U knopflerfish.org/trunk/osgi/init-tests.xargs 2006-12-01 14:03:49 +0100 (Fri, 01 Dec 2006), revision 2070, bjorna Release 2.0.1 U knopflerfish.org/trunk/build.xml U knopflerfish.org/trunk/release_notes.txt 2006-12-01 14:03:17 +0100 (Fri, 01 Dec 2006), revision 2069, bjorna Added R4 packages to javadoc U knopflerfish.org/trunk/osgi/build.xml 2006-11-29 14:52:28 +0100 (Wed, 29 Nov 2006), revision 2068, bjorna scr.bundle.name is symbolic name U knopflerfish.org/trunk/osgi/init-osgi-test-target.xargs 2006-11-27 16:35:16 +0100 (Mon, 27 Nov 2006), revision 2067, polli set bootdelegation to * by default and removed unused variable U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundleClassLoader.java U knopflerfish.org/trunk/osgi/props.xargs 2006-11-27 16:25:25 +0100 (Mon, 27 Nov 2006), revision 2066, polli Implemented the bootdelegation. Code clean-up: removed imports, removed unused variables, removed ununsed methods. U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundleClassLoader.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundleContextImpl.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundlePackages.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundleURLStreamHandler.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/Framework.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/Listeners.java D knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/Main.java A knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/Main.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/PackageAdminImpl.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/ServiceReferenceImpl.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/ServiceRegistrationImpl.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/Services.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/StartLevelImpl.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/SystemBundle.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/VersionRange.java 2006-11-27 15:13:28 +0100 (Mon, 27 Nov 2006), revision 2065, bjorna Changelog info on org.knopflerfish.useradmin.dontsave U knopflerfish.org/trunk/changelog.txt 2006-11-24 10:12:54 +0100 (Fri, 24 Nov 2006), revision 2064, bjorna Removed empty finally block U knopflerfish.org/trunk/osgi/bundles/console/consoletelnet/src/org/knopflerfish/bundle/consoletelnet/TelnetConfig.java 2006-11-09 16:42:21 +0100 (Thu, 09 Nov 2006), revision 2063, philippe U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/bundlestorage/file/Archive.java 2006-11-08 11:43:36 +0100 (Wed, 08 Nov 2006), revision 2062, bjorna Made getPublishedServiceNames work. It now returns a Vector of Strings rather than an empty String[] U knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap-osgi/src/org/knopflerfish/bundle/ksoap/Activator.java U knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap-osgi/src/org/knopflerfish/bundle/ksoap/KSoapAdminImpl.java U knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap-osgi/src/org/knopflerfish/service/ksoap/KSoapAdmin.java 2006-11-08 11:37:51 +0100 (Wed, 08 Nov 2006), revision 2061, bjorna Commandgroup for testing kSOAP services A knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap_commandgroup/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap_commandgroup/build.xml A knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap_commandgroup/bundle.manifest A knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap_commandgroup/resources/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap_commandgroup/src/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap_commandgroup/src/org/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap_commandgroup/src/org/knopflerfish/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap_commandgroup/src/org/knopflerfish/bundle/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap_commandgroup/src/org/knopflerfish/bundle/soap/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap_commandgroup/src/org/knopflerfish/bundle/soap/commandgroup/ A knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap_commandgroup/src/org/knopflerfish/bundle/soap/commandgroup/Activator.java A knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap_commandgroup/src/org/knopflerfish/bundle/soap/commandgroup/SOAPCommandGroup.java 2006-11-08 10:40:36 +0100 (Wed, 08 Nov 2006), revision 2060, bjorna Avoid ClassCastException when closing the Connect to remote framework dialog with Esc. U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/Desktop.java 2006-11-06 15:48:38 +0100 (Mon, 06 Nov 2006), revision 2059, bjorna Forgot to change the title U knopflerfish.org/trunk/osgi/bundles_opt/soap/readme.html 2006-11-06 14:48:07 +0100 (Mon, 06 Nov 2006), revision 2058, bjorna Set svn:mime-type to text/html _U knopflerfish.org/trunk/osgi/bundles_opt/soap/axis.html 2006-11-06 14:41:34 +0100 (Mon, 06 Nov 2006), revision 2057, bjorna Better html U knopflerfish.org/trunk/osgi/bundles_opt/soap/axis.html 2006-11-06 14:24:59 +0100 (Mon, 06 Nov 2006), revision 2056, bjorna readme.html moved to axis.html U knopflerfish.org/trunk/osgi/bundles_opt/soap/axis-osgi/bundle.manifest U knopflerfish.org/trunk/osgi/bundles_opt/soap/soap_remotefw/readme.txt 2006-11-06 14:03:35 +0100 (Mon, 06 Nov 2006), revision 2055, bjorna Added some info about kSOAP in readme.html. Moved the old readme.html to axis.html. A knopflerfish.org/trunk/osgi/bundles_opt/soap/axis.html U knopflerfish.org/trunk/osgi/bundles_opt/soap/readme.html 2006-11-06 10:52:34 +0100 (Mon, 06 Nov 2006), revision 2054, bjorna Check that location is not null to avoid NPE around uninstallation time U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/Util.java 2006-11-03 17:24:09 +0100 (Fri, 03 Nov 2006), revision 2053, bjorna Use the remote PackageAdmin U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/Activator.java U knopflerfish.org/trunk/osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/swing/ClosureHTMLDisplayer.java 2006-11-03 17:22:15 +0100 (Fri, 03 Nov 2006), revision 2052, bjorna Handle more nulls U knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap_remotefw/src/org/knopflerfish/bundle/soap/remotefw/RemoteFWServer.java U knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap_remotefw/src/org/knopflerfish/bundle/soap/remotefw/client/RemoteFWClient.java 2006-11-03 15:58:49 +0100 (Fri, 03 Nov 2006), revision 2051, bjorna Avoid a couple of NullPointerExceptions U knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap_remotefw/src/org/knopflerfish/bundle/soap/remotefw/RemoteFWServer.java U knopflerfish.org/trunk/osgi/bundles_opt/soap/ksoap_remotefw/src/org/knopflerfish/bundle/soap/remotefw/client/BundleContextImpl.java 2006-09-28 15:46:52 +0200 (Thu, 28 Sep 2006), revision 2050, perg Fixed broken build. U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/permissions/FrameworkPolicy.java 2006-09-19 13:53:12 +0200 (Tue, 19 Sep 2006), revision 2049, perg U knopflerfish.org/trunk/osgi/bundles_test/regression_tests/mem_test/src/org/knopflerfish/bundle/test/memtest/Activator.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/StartLevelImpl.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/permissions/FrameworkPolicy.java 2006-09-19 13:15:26 +0200 (Tue, 19 Sep 2006), revision 2048, polli changed some text U knopflerfish.org/trunk/htdocs/css/repository.xsl 2006-09-19 08:21:12 +0200 (Tue, 19 Sep 2006), revision 2047, polli Updated the OBR part of the build script to also generate an XML file conforming to RFC-0112. You can find the RFC at http://bundles.osgi.org/rfc-0112_BundleRepository.pdf. To generate this file the build script downloads a tool called bindex with reads a number of bundles and spits out the XML-file. The XML-file is generated when you build a distribution, it should all be pretty invisible. U knopflerfish.org/trunk/ant/bundletasks.xml A knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/BIndexTask.java U knopflerfish.org/trunk/build.xml U knopflerfish.org/trunk/htdocs/css/repository.xsl U knopflerfish.org/trunk/osgi/build.xml 2006-09-13 16:54:03 +0200 (Wed, 13 Sep 2006), revision 2046, bjorna Persistence can be turned off with system property org.knopflerfish.useradmin.dontsave set to true U knopflerfish.org/trunk/osgi/bundles/useradmin/src/org/knopflerfish/service/um/useradmin/impl/UserAdminImpl.java 2006-09-13 15:54:26 +0200 (Wed, 13 Sep 2006), revision 2045, bjorna Added entries for component bugfix and useradmin persistence U knopflerfish.org/trunk/changelog.txt 2006-09-13 15:52:15 +0200 (Wed, 13 Sep 2006), revision 2044, bjorna Added persistence. Also reduced the number of LogRef, BundleContext and UserAdminImpl instances being passed around. U knopflerfish.org/trunk/osgi/bundles/useradmin/src/org/knopflerfish/service/um/useradmin/impl/Activator.java U knopflerfish.org/trunk/osgi/bundles/useradmin/src/org/knopflerfish/service/um/useradmin/impl/AuthorizationImpl.java U knopflerfish.org/trunk/osgi/bundles/useradmin/src/org/knopflerfish/service/um/useradmin/impl/ConditionImpl.java U knopflerfish.org/trunk/osgi/bundles/useradmin/src/org/knopflerfish/service/um/useradmin/impl/GroupImpl.java U knopflerfish.org/trunk/osgi/bundles/useradmin/src/org/knopflerfish/service/um/useradmin/impl/RoleImpl.java U knopflerfish.org/trunk/osgi/bundles/useradmin/src/org/knopflerfish/service/um/useradmin/impl/UAProperties.java U knopflerfish.org/trunk/osgi/bundles/useradmin/src/org/knopflerfish/service/um/useradmin/impl/UserAdminImpl.java U knopflerfish.org/trunk/osgi/bundles/useradmin/src/org/knopflerfish/service/um/useradmin/impl/UserImpl.java 2006-09-12 13:21:32 +0200 (Tue, 12 Sep 2006), revision 2043, bjorna Avoid putting null into cache U knopflerfish.org/trunk/osgi/bundles/component/src/org/knopflerfish/bundle/component/ExtendedServiceTracker.java 2006-09-11 21:53:04 +0200 (Mon, 11 Sep 2006), revision 2042, ekolin If the manifest attribute Service-Component is set (either through the property bmfa.Service-Component or in the manifest template) then do not check for a class implementing BundleActivater to be added to compared with the Bundle-Activator manifest attribute. U knopflerfish.org/trunk/ant/bundlebuild_include.xml U knopflerfish.org/trunk/ant/src/org/knopflerfish/ant/taskdefs/bundle/BundleInfoTask.java 2006-09-11 15:09:57 +0200 (Mon, 11 Sep 2006), revision 2041, polli Nicer exception for resolution:="optional" when the import is not resolved. Bug fix for Bundle-Version. The TCK has tests that allows invalid Bundle-Versions when Bundle-ManifestVersion!=2 and tests that disallow invalid Bundle-Version when Bundle-ManifestVersion==2 U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundleImpl.java U knopflerfish.org/trunk/osgi/framework/src/org/knopflerfish/framework/BundlePackages.java 2006-08-11 11:00:22 +0200 (Fri, 11 Aug 2006), revision 2040, kaspar check for jsse availability to decide if accepting https requests. removed unnecessary property and renamed proxy properties. also accepting standard http.proxy* properties as defined sun. added service ranking to httpclient implementation to be preferred over standard connector. bumped version numbers for bundles. U knopflerfish.org/trunk/osgi/bundles/io/connectors/bundle.manifest U knopflerfish.org/trunk/osgi/bundles/io/connectors/src/org/knopflerfish/bundle/connectors/Activator.java U knopflerfish.org/trunk/osgi/bundles/io/connectors/src/org/knopflerfish/bundle/connectors/http/HttpConnectionFactory.java U knopflerfish.org/trunk/osgi/bundles_opt/httpclient_connector/bundle.manifest U knopflerfish.org/trunk/osgi/bundles_opt/httpclient_connector/readme.txt U knopflerfish.org/trunk/osgi/bundles_opt/httpclient_connector/src/org/knopflerfish/bundle/httpclient_connector/Activator.java U knopflerfish.org/trunk/osgi/bundles_opt/httpclient_connector/src/org/knopflerfish/bundle/httpclient_connector/HttpClientConnection.java 2006-06-28 18:54:35 +0200 (Wed, 28 Jun 2006), revision 2036, jan Merged kf_r4 branch containing the KF2.0.0 release