You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by jc...@apache.org on 2006/12/12 19:46:27 UTC

svn commit: r486274 - in /directory/sandbox/jconlon/osgi-apacheds/core-osgi: README.txt src/main/resources/META-INF/spring/server.xml

Author: jconlon
Date: Tue Dec 12 10:46:27 2006
New Revision: 486274

URL: http://svn.apache.org/viewvc?view=rev&rev=486274
Log:
Headsup readme

Added:
    directory/sandbox/jconlon/osgi-apacheds/core-osgi/README.txt
Modified:
    directory/sandbox/jconlon/osgi-apacheds/core-osgi/src/main/resources/META-INF/spring/server.xml

Added: directory/sandbox/jconlon/osgi-apacheds/core-osgi/README.txt
URL: http://svn.apache.org/viewvc/directory/sandbox/jconlon/osgi-apacheds/core-osgi/README.txt?view=auto&rev=486274
==============================================================================
--- directory/sandbox/jconlon/osgi-apacheds/core-osgi/README.txt (added)
+++ directory/sandbox/jconlon/osgi-apacheds/core-osgi/README.txt Tue Dec 12 10:46:27 2006
@@ -0,0 +1,8 @@
+This project is a sandbox project and is considered experimental. This apache-core-osgi project
+differs from the one in the trunks/apacheds/osgi repository in the follow ways.
+
+1. Use of spring-osgi and an external properties file for configuration.
+2. Reloadable schemas.
+
+This sand box project is on hold pending the spring-osgi implementation of 0..n cardinality
+and the apacheds implemention of reloadable schemas.

Modified: directory/sandbox/jconlon/osgi-apacheds/core-osgi/src/main/resources/META-INF/spring/server.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/jconlon/osgi-apacheds/core-osgi/src/main/resources/META-INF/spring/server.xml?view=diff&rev=486274&r1=486273&r2=486274
==============================================================================
--- directory/sandbox/jconlon/osgi-apacheds/core-osgi/src/main/resources/META-INF/spring/server.xml (original)
+++ directory/sandbox/jconlon/osgi-apacheds/core-osgi/src/main/resources/META-INF/spring/server.xml Tue Dec 12 10:46:27 2006
@@ -46,7 +46,7 @@
 			</set>
 		</constructor-arg>
 		<!-- This OSGi dependency is not used at this time because spring-osgi does not implement 
-		optional osgi:reference functionality.
+		0..n osgi:reference functionality.
 		<property name="customSchemas" ref="osgiSchemas"/>
 		-->
 	</bean>