Hi guys, I manage to get the server running.
But I can make it load my repository.properties, it keeps loading another one pointing DummyServiceFactory. After running mvn package I made sure to delete all references in any repository.properties I could find to DummyServiceFactory but it still keeps loading that factory instead of mine. Any ideas?? My own properties file is located in /target/myproject/WEB-INF/classes Cheers, Damian.
