commons: fix issues related to xml annotations. Several issues are fixed: - Remove name member variables from all classes extending org.eclipse.om2m.commons.obix.Obj class. A member variable called name is defined in Obj class. - Make mandatory the representation tag into org.eclipse.om2m.commons.resource.Notify class - Remove objGroup member variable from org.eclipse.om2m.commons.obix.List class. objGroup member variable is defined in Obj class - Remove href member variable from Ref class. href member variable is defined in Obj class Signed-off-by: BONNARDEL Gregory <gbonnardel.ext@orange.com>
OM2M is an open source OSGi-based implementation of the ETSI M2M standard .
Prerequisites:
Building OM2M from sources using maven:
mvn clean install
Configure and Start the NSCL:
java -jar -ea -Declipse.ignoreApp=true -Dosgi.clean=true -Ddebug=true plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar -console -noExit
Configure and Start the GSCL:
For more details, see http://wiki.eclipse.org/OM2M