[zb4osgi-changeset] [scm] ZigBee 4 OSGi repository change: r1000 - in /projects/zb4osgi/sandbox/giancarlo.riolo: pom/ zigbee.noGUI.tester/ zigbee.noGUI.tester/src/main/java/it/cnr/isti/zb4osgi/zigbee/noGUI/tester/ zigbee.tester/

scm-notify at zb4osgi.aaloa.org scm-notify at zb4osgi.aaloa.org
Mon Apr 28 14:58:53 CEST 2014


Author: giancarlo.riolo
Date: Mon Apr 28 14:58:53 2014
New Revision: 1000

Log:
Initial MongoDB integration in NoGUI.Tester

Added:
    projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.tester/og=debug
Modified:
    projects/zb4osgi/sandbox/giancarlo.riolo/pom/   (props changed)
    projects/zb4osgi/sandbox/giancarlo.riolo/pom/pom.xml
    projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.noGUI.tester/pom.xml
    projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.noGUI.tester/src/main/java/it/cnr/isti/zb4osgi/zigbee/noGUI/tester/TesterConfiguration.java
    projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.tester/pax.args

Propchange: projects/zb4osgi/sandbox/giancarlo.riolo/pom/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Apr 28 14:58:53 2014
@@ -1,0 +1,3 @@
+*.settings
+
+.project

Modified: projects/zb4osgi/sandbox/giancarlo.riolo/pom/pom.xml
==============================================================================
--- projects/zb4osgi/sandbox/giancarlo.riolo/pom/pom.xml (original)
+++ projects/zb4osgi/sandbox/giancarlo.riolo/pom/pom.xml Mon Apr 28 14:58:53 2014
@@ -51,6 +51,10 @@
 
 	<repositories>
 		<repository>
+			<id>sonatype-snapshot</id>
+			<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
+		</repository>
+		<repository>
 			<id>ops4j.releases</id>
 			<url>http://repository.ops4j.org/maven2/</url>
 			<snapshots>
@@ -147,15 +151,11 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-release-plugin</artifactId>
 				<version>2.4.1</version>
-          <!--dependencies>
-            <dependency>
-              <groupId>org.apache.maven.scm</groupId>
-              <artifactId>maven-scm-provider-svnexe</artifactId>
-              <version>1.8.1</version>
-            </dependency>
-          </dependencies-->
-				<configuration>
-            <!--useReleaseProfile>false</useReleaseProfile-->
+				<!--dependencies> <dependency> <groupId>org.apache.maven.scm</groupId> 
+					<artifactId>maven-scm-provider-svnexe</artifactId> <version>1.8.1</version> 
+					</dependency> </dependencies -->
+				<configuration>
+					<!--useReleaseProfile>false</useReleaseProfile -->
 					<tagBase>https://svn.aaloa.org/projects/zb4osgi/releases</tagBase>
 				</configuration>
 			</plugin>
@@ -230,8 +230,11 @@
 				<version>0.1.0-SNAPSHOT</version>
 				<scope>provided</scope>
 			</dependency>
-			
-
+			<dependency>
+				<groupId>org.mongodb</groupId>
+				<artifactId>mongo-java-driver</artifactId>
+				<version>2.12.0</version>
+			</dependency>
 			<dependency>
 				<groupId>net.sf.trove4j</groupId>
 				<artifactId>trove4j</artifactId>

Modified: projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.noGUI.tester/pom.xml
==============================================================================
--- projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.noGUI.tester/pom.xml (original)
+++ projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.noGUI.tester/pom.xml Mon Apr 28 14:58:53 2014
@@ -84,14 +84,14 @@
 						<Bundle-SymbolicName>org.aal-persona.zigbee.noGUI.tester</Bundle-SymbolicName>
 						<Bundle-Activator>it.cnr.isti.zb4osgi.zigbee.noGUI.tester.Activator</Bundle-Activator>
 						<Export-Package>
-							it.cnr.isti.zb4osgi.zigbee.noGUI.tester.event.api.*
 						</Export-Package>
 						<Private-Package>
 							it.cnr.isti.zb4osgi.zigbee.noGUI.tester.*,
 							org.persona.zigbee.util.*,
 							com.itaca.ztool.util
 						</Private-Package>
-						<Import-Package>
+						<Import-Package>							
+							com.mongodb,
 							it.cnr.isti.zigbee.zcl.library.api.core,
 							it.cnr.isti.osgi.util,
 							it.cnr.isti.zigbee.ha.*,
@@ -161,8 +161,10 @@
 			<groupId>org.aaloa.zb4osgi</groupId>
 			<artifactId>org.aaloa.zb4osgi.zigbee.cc2480.datalink</artifactId>
 		</dependency>
-
-
+		<dependency>
+			<groupId>org.mongodb</groupId>
+			<artifactId>mongo-java-driver</artifactId>
+			</dependency>
 		<!-- *NOTE* The following dependencies are used only for JUnit purpose, 
 			but they will be resolved from OSGi enviroment at run-time -->
 		<dependency>

Modified: projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.noGUI.tester/src/main/java/it/cnr/isti/zb4osgi/zigbee/noGUI/tester/TesterConfiguration.java
==============================================================================
--- projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.noGUI.tester/src/main/java/it/cnr/isti/zb4osgi/zigbee/noGUI/tester/TesterConfiguration.java (original)
+++ projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.noGUI.tester/src/main/java/it/cnr/isti/zb4osgi/zigbee/noGUI/tester/TesterConfiguration.java Mon Apr 28 14:58:53 2014
@@ -31,6 +31,7 @@
 import it.cnr.isti.zigbee.zcl.library.api.core.Subscription;
 import it.cnr.isti.zigbee.zcl.library.api.core.ZigBeeType;
 
+import java.net.UnknownHostException;
 import java.util.ArrayList;
 import java.util.Dictionary;
 import java.util.Enumeration;
@@ -45,6 +46,12 @@
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
+import com.mongodb.BasicDBObject;
+import com.mongodb.DB;
+import com.mongodb.DBCollection;
+import com.mongodb.MongoClient;
+import com.mongodb.WriteResult;
+
 /**
  * @author <a href="mailto:giancarlo.riolo at isti.cnr.it">Giancarlo Riolo</a>
  */
@@ -60,6 +67,14 @@
 	private Hashtable<Attribute, ReportListener> subscription = new Hashtable<Attribute, ReportListener>();
 	private BundleContext context;
 	private DeviceMonitor monitor;
+
+	private MongoClient mongoClient;
+
+	private DB db;
+
+	private boolean auth;
+
+	private DBCollection table;
 
 	public TesterConfiguration(BundleContext bundleContext,
 			DeviceMonitor deviceMonitor) {
@@ -67,6 +82,15 @@
 		monitor = deviceMonitor;
 		synchronized (configuration) {
 			logger.debug("Initialized {} with {}", this, configuration);
+		}	
+
+		try {
+			mongoClient = new MongoClient("simurgh.isti.cnr.it", 27017);
+			db = mongoClient.getDB("eoffice");
+			auth = db.authenticate("eoffice", "..eoffice123".toCharArray());
+			table = db.getCollection("tester");
+		} catch (Exception e) {
+			System.err.println(e.getClass().getName() + ": " + e.getMessage());
 		}
 
 	}
@@ -247,6 +271,23 @@
 						+ "[" + device.getZBDevice().getUniqueIdenfier()
 						+ "] for attribute " + a.getName() + " with value " + v);
 
+				try {
+					String timestamp = Long.valueOf(System.currentTimeMillis()).toString();
+					BasicDBObject document = new BasicDBObject();
+					document.append("device", device.getZBDevice()
+							.getUniqueIdenfier().toString());
+					document.append("timestamp", timestamp);
+					document.append("value", v.toString());
+					WriteResult result = table.insert(document);
+					logger.debug("Simurgh Response: " + result.toString());
+					logger.debug("Affected docs: {}", result.getN());
+
+				} catch (Exception e) {
+
+					
+
+				}
+
 			}
 		}
 	}

Added: projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.tester/og=debug
==============================================================================
--- projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.tester/og=debug (added)
+++ projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.tester/og=debug Mon Apr 28 14:58:53 2014
@@ -1,0 +1,136 @@
+[INFO] Scanning for projects...
+[INFO]                                                                         
+[INFO] ------------------------------------------------------------------------
+[INFO] Building Zigbee Tester 0.5.0-SNAPSHOT
+[INFO] ------------------------------------------------------------------------
+[INFO] 
+[INFO] --- maven-pax-plugin:1.4:run (default-cli) @ org.aaloa.zb4osgi.zigbee.tester ---
+[INFO] Installing /home/pulz/Projects/zb4o/sandbox/giancarlo.riolo/zigbee.tester/runner/deploy-pom.xml to /home/pulz/.m2/repository/org/aaloa/zb4osgi/zigbee/tester/build/deployment/0.5.0-SNAPSHOT/deployment-0.5.0-SNAPSHOT.pom
+__________                 __________                                 
+\______   \_____  ___  ___ \______   \__ __  ____   ____   ___________
+|     ___/\__  \ \  \/  /  |       _/  |  \/    \ /    \_/ __ \_  __ \
+|    |     / __ \_>    <   |    |   \  |  /   |  \   |  \  ___/|  | \/
+|____|    (____  /__/\_ \  |____|_  /____/|___|  /___|  /\___  >__|   
+               \/      \/         \/           \/     \/     \/       
+
+Pax Runner (1.4.0) from OPS4J - http://www.ops4j.org
+----------------------------------------------------
+
+ -> Using config [classpath:META-INF/runner.properties]
+ -> Using arguments from command line and file:/home/pulz/Projects/zb4o/sandbox/giancarlo.riolo/zigbee.tester/pax.args
+ -> Scan bundles from [/home/pulz/Projects/zb4o/sandbox/giancarlo.riolo/zigbee.tester/runner/deploy-pom.xml]
+ -> Scan bundles from [scan-pom:file:/home/pulz/Projects/zb4o/sandbox/giancarlo.riolo/zigbee.tester/runner/deploy-pom.xml]
+ -> Scan bundles from [mvn:org.apache.felix/org.apache.felix.configadmin/1.2.4]
+ -> Scan bundles from [scan-bundle:mvn:org.apache.felix/org.apache.felix.configadmin/1.2.4]
+ -> Scan bundles from [mvn:org.ops4j.pax.confman/pax-confman-propsloader/0.2.2]
+ -> Scan bundles from [scan-bundle:mvn:org.ops4j.pax.confman/pax-confman-propsloader/0.2.2]
+ -> Scan bundles from [mvn:org.apache.felix/org.apache.felix.fileinstall/3.2.6]
+ -> Scan bundles from [scan-bundle:mvn:org.apache.felix/org.apache.felix.fileinstall/3.2.6]
+ -> Scan bundles from [mvn:org.mongodb/org.mongodb.mongo-java-driver/2.12.0]
+ -> Scan bundles from [scan-bundle:mvn:org.mongodb/org.mongodb.mongo-java-driver/2.12.0]
+ -> Scan bundles from [mvn:org.aaloa.zb4osgi.bundle/org.aaloa.zb4osgi.bundle.rxtx/2.1.7-5-SNAPSHOT]
+ -> Scan bundles from [scan-bundle:mvn:org.aaloa.zb4osgi.bundle/org.aaloa.zb4osgi.bundle.rxtx/2.1.7-5-SNAPSHOT]
+ -> Scan bundles from [mvn:org.aaloa.zb4osgi.bundle/org.aaloa.zb4osgi.bundle.net.sf.trove4j/2.0.4-1]
+ -> Scan bundles from [scan-bundle:mvn:org.aaloa.zb4osgi.bundle/org.aaloa.zb4osgi.bundle.net.sf.trove4j/2.0.4-1]
+ -> Scan bundles from [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.noGUI.tester]
+ -> Scan bundles from [scan-bundle:mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.noGUI.tester]
+ -> Scan bundles from [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.dongle.api]
+ -> Scan bundles from [scan-bundle:mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.dongle.api]
+ -> Scan bundles from [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.CC2530.driver at nostart]
+ -> Scan bundles from [scan-bundle:mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.CC2530.driver at nostart]
+ -> Scan bundles from [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.ez430-rf2480.driver at nostart]
+ -> Scan bundles from [scan-bundle:mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.ez430-rf2480.driver at nostart]
+ -> Scan bundles from [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.cc2480.datalink]
+ -> Scan bundles from [scan-bundle:mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.cc2480.datalink]
+ -> Scan bundles from [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.common]
+ -> Scan bundles from [scan-bundle:mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.common]
+ -> Scan bundles from [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.basedriver]
+ -> Scan bundles from [scan-bundle:mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.basedriver]
+ -> Scan bundles from [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.basedriver.stub at nostart]
+ -> Scan bundles from [scan-bundle:mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.basedriver.stub at nostart]
+ -> Scan bundles from [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.ha.driver]
+ -> Scan bundles from [scan-bundle:mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.ha.driver]
+ -> Scan bundles from [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.hc.driver]
+ -> Scan bundles from [scan-bundle:mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.hc.driver]
+ -> Scan bundles from [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.eh.driver]
+ -> Scan bundles from [scan-bundle:mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.eh.driver]
+ -> Scan bundles from [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.zhccl.library]
+ -> Scan bundles from [scan-bundle:mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.zhccl.library]
+ -> Scan bundles from [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.se.zcl.library]
+ -> Scan bundles from [scan-bundle:mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.se.zcl.library]
+ -> Scan bundles from [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.eh.zcl.library]
+ -> Scan bundles from [scan-bundle:mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.eh.zcl.library]
+ -> Scan bundles from [scan-composite:mvn:org.ops4j.pax.runner.profiles/log//composite]
+ -> Scan bundles from [scan-bundle:mvn:org.ops4j.pax.logging/pax-logging-api/1.4]
+ -> Scan bundles from [scan-bundle:mvn:org.ops4j.pax.logging/pax-logging-service/1.4]
+ -> Scan bundles from [scan-composite:mvn:org.ops4j.pax.runner.profiles/config//composite]
+ -> Scan bundles from [scan-composite:mvn:org.ops4j.pax.runner.profiles/felix.config//composite]
+ -> Scan bundles from [scan-bundle:mvn:org.apache.felix/org.apache.felix.configadmin/1.2.4]
+ -> Provision bundle [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.tester/0.5.0-SNAPSHOT, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.apache.felix/org.osgi.core/1.0.0, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.ha.driver/0.8.0-SNAPSHOT, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.zcl.library/0.9.0-SNAPSHOT, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.basedriver.api/0.7.0-SNAPSHOT, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.cc2480.datalink/0.9.0-SNAPSHOT, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.ops4j.pax.logging/pax-logging-api/1.4, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.ops4j.pax.logging/pax-logging-service/1.4, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.common/0.6.0-SNAPSHOT, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.apache.felix/org.apache.felix.configadmin/1.2.4, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.ops4j.pax.confman/pax-confman-propsloader/0.2.2, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.apache.felix/org.apache.felix.fileinstall/3.2.6, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.mongodb/org.mongodb.mongo-java-driver/2.12.0, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.aaloa.zb4osgi.bundle/org.aaloa.zb4osgi.bundle.rxtx/2.1.7-5-SNAPSHOT, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.aaloa.zb4osgi.bundle/org.aaloa.zb4osgi.bundle.net.sf.trove4j/2.0.4-1, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.noGUI.tester, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.dongle.api, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.CC2530.driver, at default start level, bundle will not be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.ez430-rf2480.driver, at default start level, bundle will not be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.cc2480.datalink, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.common, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.basedriver, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.basedriver.stub, at default start level, bundle will not be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.ha.driver, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.hc.driver, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.eh.driver, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.zhccl.library, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.se.zcl.library, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.eh.zcl.library, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.ops4j.pax.logging/pax-logging-api/1.4, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.ops4j.pax.logging/pax-logging-service/1.4, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Provision bundle [mvn:org.apache.felix/org.apache.felix.configadmin/1.2.4, at default start level, bundle will be started, bundle will be loaded from the cache]
+ -> Preparing framework [Felix 2.0.2]
+ -> Downloading bundles...
+ -> mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.tester/0.5.0-SNAPSHOT : downloading...
+ -> mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.tester/0.5.0-SNAPSHOT : 103152 bytes @ [ 4484kBps ]
+ -> mvn:org.apache.felix/org.osgi.core/1.0.0 : downloading...
+ -> mvn:org.apache.felix/org.osgi.core/1.0.0 : 60929 bytes @ [ 12185kBps ]
+ -> mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.ha.driver/0.8.0-SNAPSHOT : downloading...
+ -> mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.ha.driver/0.8.0-SNAPSHOT : 246545 bytes @ [ 14502kBps ]
+ -> mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.zcl.library/0.9.0-SNAPSHOT : downloading...
+ -> mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.zcl.library/0.9.0-SNAPSHOT : 273894 bytes @ [ 14415kBps ]
+ -> mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.basedriver.api/0.7.0-SNAPSHOT : downloading...
+ -> mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.basedriver.api/0.7.0-SNAPSHOT : 16166 bytes @ [ 16166kBps ]
+ -> mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.cc2480.datalink/0.9.0-SNAPSHOT : downloading...
+ -> mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.cc2480.datalink/0.9.0-SNAPSHOT : 261546 bytes @ [ 14530kBps ]
+ -> mvn:org.ops4j.pax.logging/pax-logging-api/1.4 : downloading...
+ -> mvn:org.ops4j.pax.logging/pax-logging-api/1.4 : 88414 bytes @ [ 14735kBps ]
+ -> mvn:org.ops4j.pax.logging/pax-logging-service/1.4 : downloading...
+ -> mvn:org.ops4j.pax.logging/pax-logging-service/1.4 : 427221 bytes @ [ 14731kBps ]
+ -> mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.common/0.6.0-SNAPSHOT : downloading...
+ -> mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.common/0.6.0-SNAPSHOT : 22382 bytes @ [ 11191kBps ]
+ -> mvn:org.apache.felix/org.apache.felix.configadmin/1.2.4 : downloading...
+ -> mvn:org.apache.felix/org.apache.felix.configadmin/1.2.4 : 85016 bytes @ [ 850kBps ]
+ -> mvn:org.ops4j.pax.confman/pax-confman-propsloader/0.2.2 : downloading...
+ -> mvn:org.ops4j.pax.confman/pax-confman-propsloader/0.2.2 : 28158 bytes @ [ 599kBps ]
+ -> mvn:org.apache.felix/org.apache.felix.fileinstall/3.2.6 : downloading...
+ -> mvn:org.apache.felix/org.apache.felix.fileinstall/3.2.6 : 98183 bytes @ [ 1363kBps ]
+ -> mvn:org.mongodb/org.mongodb.mongo-java-driver/2.12.0 : downloading...
+
+         ___
+        /  /
+       /  / Oops, there has been a problem!
+      /  /  
+     /__/   URL [mvn:org.mongodb/org.mongodb.mongo-java-driver/2.12.0] could not be resolved.
+    ___
+   /__/     Use --log=debug to see details.
+

Modified: projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.tester/pax.args
==============================================================================
--- projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.tester/pax.args (original)
+++ projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.tester/pax.args Mon Apr 28 14:58:53 2014
@@ -15,11 +15,13 @@
 mvn:org.ops4j.pax.confman/pax-confman-propsloader/0.2.2
 mvn:org.apache.felix/org.apache.felix.fileinstall/3.2.6
 
+
 # ZigBee Stack General Dependencies & Tool
 mvn:org.aaloa.zb4osgi.bundle/org.aaloa.zb4osgi.bundle.rxtx/2.1.7-5-SNAPSHOT
 mvn:org.aaloa.zb4osgi.bundle/org.aaloa.zb4osgi.bundle.net.sf.trove4j/2.0.4-1
 #mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.tester
 mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.noGUI.tester
+mvn:org.mongodb/mongo-java-driver/2.12.0
 
 # ZigBee Hardware Access Layer 
 mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.dongle.api




More information about the Commit mailing list