Author: [email protected] Date: Tue Mar 13 13:39:27 2012 New Revision: 2140 Log:
Added: branches/cassandra-platform-0.3.0/config/src/main/resources/amdatu-cassandra-application-config.xml Modified: branches/cassandra-platform-0.3.0/pom.xml Added: branches/cassandra-platform-0.3.0/config/src/main/resources/amdatu-cassandra-application-config.xml ============================================================================== --- (empty file) +++ branches/cassandra-platform-0.3.0/config/src/main/resources/amdatu-cassandra-application-config.xml Tue Mar 13 13:39:27 2012 @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8"?> +<MetaData xmlns:metatype="http://www.osgi.org/xmlns/metatype/v1.0.0"> + <OCD name="Apache Cassandra Application" id="org.amdatu.core.cassandra.application"> + <AD id="workdir" type="STRING" cardinality="0" /> + <AD id="commitlogdir" type="STRING" cardinality="0" /> + <AD id="datafiledir" type="STRING" cardinality="0" /> + <AD id="savedcachesdir" type="STRING" cardinality="0" /> + <AD id="log4j.systemlog" type="STRING" cardinality="0" /> + <AD id="clustername" type="STRING" cardinality="0" /> + <AD id="seeds" type="STRING" cardinality="0" /> + <AD id="listen_address" type="STRING" cardinality="0" /> + <AD id="autobootstrap" type="STRING" cardinality="0" /> + <AD id="initial_token" type="STRING" cardinality="0" /> + <AD id="rpc_address" type="STRING" cardinality="0" /> + <AD id="rpc_port" type="STRING" cardinality="0" /> + <AD id="storage_port" type="STRING" cardinality="0" /> + </OCD> + <Designate pid="org.amdatu.core.cassandra.application" bundle="*"> + <Object ocdref="org.amdatu.core.cassandra.application"> + <Attribute adref="workdir"> + <Value>work/cassandra/commitlog</Value> + </Attribute> + <Attribute adref="commitlogdir"> + <Value>work/cassandra/commitlog</Value> + </Attribute> + <Attribute adref="datafiledir"> + <Value>work/cassandra/data</Value> + </Attribute> + <Attribute adref="savedcachesdir"> + <Value>work/cassandra/saved_caches</Value> + </Attribute> + <Attribute adref="log4j.systemlog"> + <Value>work/cassandra/system.log</Value> + </Attribute> + <Attribute adref="clustername"> + <Value>Amdatu Cluster</Value> + </Attribute> + <Attribute adref="seeds"> + <Value>127.0.0.1</Value> + </Attribute> + <Attribute adref="listen_address"> + <Value>127.0.0.1</Value> + </Attribute> + <Attribute adref="autobootstrap"> + <Value>false</Value> + </Attribute> + <Attribute adref="initial_token"> + <Value>0</Value> + </Attribute> + <Attribute adref="rpc_address"> + <Value>127.0.0.1</Value> + </Attribute> + <Attribute adref="rpc_port"> + <Value>9160</Value> + </Attribute> + <Attribute adref="storage_port"> + <Value>7000</Value> + </Attribute> + </Object> + </Designate> +</MetaData> Modified: branches/cassandra-platform-0.3.0/pom.xml ============================================================================== --- branches/cassandra-platform-0.3.0/pom.xml (original) +++ branches/cassandra-platform-0.3.0/pom.xml Tue Mar 13 13:39:27 2012 @@ -32,8 +32,8 @@ <properties> <!-- Version of dependend projects --> - <amdatu.core.version>0.2.1</amdatu.core.version> - <amdatu.web.version>0.2.1</amdatu.web.version> + <amdatu.core.version>0.3.0</amdatu.core.version> + <amdatu.web.version>0.3.0</amdatu.web.version> <!-- Version of cassandra itself --> <cassandra.version>0.8.10-3</cassandra.version> @@ -179,7 +179,7 @@ <dependency> <groupId>org.amdatu.core</groupId> <artifactId>org.amdatu.core.config.templates</artifactId> - <version>${amdatu.core.version}</version> + <version>0.2.1</version> <scope>provided</scope> <type>bundle</type> </dependency> _______________________________________________ Amdatu-commits mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-commits
