Hello: I am hoping to eventually embed LSC in my application...I was attempting to build the embedded LSC example described here:
http://lsc-project.org/wiki/documentation/2.0/development/embedding I checked out the code example ( https://lsc-project.org/svn/lsc-samples/lsc-embeddable-sample/trunk/) and tried to build it but ran into some errors (shown below) when I run "mvn compile". I was wondering if this example works with the latest version of LSC and if so are there any build instructions? Does this example require a specific version of LSC to build? Thanks for your help! Milad [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project lsc-embedded-sample: Compilation failure: Compilation failure: [ERROR] /private/tmp/lsc-samples/lsc-embeddable-sample/trunk/src/main/java/com/foo/bar/generated/ObjectFactory.java:[26,28] error: cannot find symbol [ERROR] package org.lsc.configuration [ERROR] /private/tmp/lsc-samples/lsc-embeddable-sample/trunk/src/main/java/com/foo/bar/generated/ObjectFactory.java:[268,11] error: cannot find symbol [ERROR] class ObjectFactory [ERROR] /private/tmp/lsc-samples/lsc-embeddable-sample/trunk/src/main/java/com/foo/bar/FooBarLscService.java:[30,7] error: FooBarLscService is not abstract and does not override abstract method getRequestNameForObjectOrClean(boolean) in AbstractJdbcService [ERROR] /private/tmp/lsc-samples/lsc-embeddable-sample/trunk/src/main/java/com/foo/bar/generated/ObjectFactory.java:[269,19] error: cannot find symbol
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

