resthub / resthub-spring-stack

RESThub Spring stack
http://resthub.org/spring-stack.html
Other
121 stars 66 forks source link

Improve packagesToScan support for multi modules projects #85

Closed sdeleuze closed 12 years ago

sdeleuze commented 12 years ago

We should find a way to get a scanning mechanism as flexible as it was in RESThub 1.

Currently can be defined only in ONE database.properties in classpath, with override issue if you have more than one (in case of WAR project that contain many JAR).

A good use case for that is it create a RESThub 2 JPA Webservice app with the archetype and add resthub-identity-core as a dependency.

sdeleuze commented 12 years ago

Not needed anymore I think, we just need to remember to include resthub + app packages in packagesToScan to scan value. It is explained in the documentation.