multi modules for application layers (e..g. domain, repository, service)
Hi
Is there a way to isolate the domain, repository, service classes each in a separate maven module (with a roo managed multi module)?
dependency/module chain could be something like this:
service -> repository -> @RooJpaEntity class
I tried to setup this with roo but noticed that the generated integration tests for a @RooJpaEntity class got a back reference to either the repository or the service (autowired). The back reference was noticed in the aspect {Entity}IntegrationTest_Roo_IntegrationTest.aj which was generated in src/test/java of the domain module.
Did I hit a current limitation with this?
Thanks a lot for any advice.
All in the same maven module works like a charm!
p.s. SpringSource rocks! Thanks a lot guys.