I've simplified my script and it seems that the error is related to the finder I use. Here it is:
project --topLevelPackage org.test.sample
persistence setup --provider HIBERNATE --database...
Type: Posts; User: nekogeko; Keyword(s):
I've simplified my script and it seems that the error is related to the finder I use. Here it is:
project --topLevelPackage org.test.sample
persistence setup --provider HIBERNATE --database...
Hi,
I've got a fairly simple web project with 2 domain objects linked by a 1-to-many relationship. I've created controllers using the ">controller all --package xxx" command and have 1 finder. I'm...
I will do that. Thanks a bunch !
Hi !
I would like to thank you guys for the amazing job you have done with Spring Batch. I only started working with it yesterday but it seems pretty neat.
I have a pretty basic question about...