Hi Damian,
I assume you are using Maven to build your project.
Try putting the file into /src/main/webapp/WEB-INF/classes.
Have a look at the InMemory repository folder structure.
Cheers,
Florian
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.