Hi, It's a couple of days I'm trying to play with Syncope starting from the demo downloadable from http://wiki.syncope-idm.org/index.php?title=GettingStarted/Demo I was able to propagate events from the console to the connected systems, paying particular attention to the passwords. In my opinion there is a lack of documentation about the difference between the Propagation and Synchronization task. I had to figure out the meaning by myself. Starting from scratch it is not so clear that the propagation panel is populated automatically as result of connectors events or rest calls to the engine.
I would suggest to build a vmx instead of an ova, too. Because it's easy to find places where they are using VMware instead of VirtualBox. Moreover, converting an ova to a vmx it is not a procedure so simple/ fast. If you have to do it, the only way to obtain a converted image is to make use of --lax option and compile by yourself the VMware tools.
However I'm writing this message only to inform that if you restart the tomcat shipped in the demo using /etc/init.d/tomcat restart it will not work. You have to modify the tomcat script as described here https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/632554 inserting -p "$CATALINA_PID" Hope it helps
-- Francesco Chicchiriccò "Computer Science is no more about computers than astronomy is about telescopes." (E. W. Dijkstra)
All this sounds very good: you seem to start getting into Syncope ;-)
> If I am right, is there any best practice to update the demo to the
> last release? Should I only rerun maven archetype / clean / package?
Just find <syncope.version> property in your parent pom.xml and put
0.7.1 instead of 0.7, then rebuild and redeploy.
> Please, can you help me in getting through this procedure? It would be
> very great to reuse all the stuff you have already packaged in the
> demo.
>
> Thanks in advance
You're welcome :-)
--
Francesco Chicchiricc�