Actually that will work for my needs, since I can setup a set of commands to be run depending on the environment. Thanks!
Somehow I missed that in the documentation when I first went over it, so I...
Type: Posts; User: JuddP; Keyword(s):
Actually that will work for my needs, since I can setup a set of commands to be run depending on the environment. Thanks!
Somehow I missed that in the documentation when I first went over it, so I...
This may sound like an odd request, but is there (or will there be) a way to use the shell to execute a command without having to go into the shell interface directly first? IE run it via a script...
I noticed that you could create a class and annotate it with the table name and it would do the reverse engineering without issue as well. Not entirely sure this is intended behavior, but thought I...
I am not an expert at this yet, but I think the fact that your @RequestMapping has two of the exact same signatures is your issue. You will need something unique for the second function so that the...
I just throught I would post back that I found what was causing the error for me. The difficult part is that I can't directly fix it.
Basically what was happening is that I had a table called...
I was able to use the dbre with roo 1.1.5 and 1.2.0.M1 however when I try 1.2.0.RELEASE, 1.2.1.RELEASE it always fails with the the following error message (I removed the package name):
Compilation...