Hi,
I'm working on a API implementation for my company,
I made a maven module API which describe services through interfaces in a spi package, and has a Facade to get Implementation staticly...
Type: Posts; User: JUHO; Keyword(s):
Hi,
I'm working on a API implementation for my company,
I made a maven module API which describe services through interfaces in a spi package, and has a Facade to get Implementation staticly...
Thanks for the link on Roo multi project support, but it is for an entreprise project architecture which starts soon.
In fact i found the solution at my problem.
The maven configuration in the...
Caused by: java.lang.IllegalArgumentException: Unknown entity: com.orange.ccs.domain.Mailbox
at org.hibernate.ejb.AbstractEntityManagerImpl.persist(AbstractEntityManagerImpl.java:675)
at...
Hi,
I would known if it seems possible to reference a ROO project to a module in a parent POM and use it only for Domain Layer (and eventually Service Layer) and have a web layer module manualy...