-
1. Re: How can I reverse engineer a MySql database with Forge?
maxandersen Jun 30, 2015 8:57 AM (in response to jseanjensen)what error are you seeing ?
videos about hibernate and forge reverse engineering is on JBoss Tools - Hibernate Tools Reverse Engineering
-
2. Re: How can I reverse engineer a MySql database with Forge?
jseanjensen Jul 2, 2015 10:43 AM (in response to maxandersen)Thanks for the pointer. I installed the developer studio and worked through the tutorial but my app still wouldn't deploy properly. I'm merely trying to use an external MySQL database and it still fails. I'm not able to follow the tutorial exactly though so I'm not sure if I'm missing some setup issue. The problem I'm running into is that when I try to use the forge console it doesn't seem to recognize any forge commands. Even if I navigate to the forge directory and try to execute the batch file in the bin directory it says 'Command: forge was not found'. So I tried to do it from a command prompt which seemed to work better but it still had an issue when it generated the entities. How do I get the Forge Console to recognize forge commands? If I can get the forge console to work and it still give the error I'll post it. Otherwise I'll assume it's a configuration issue and keep trying.
-
3. Re: How can I reverse engineer a MySql database with Forge?
jseanjensen Jul 2, 2015 1:23 PM (in response to jseanjensen)I discovered that Eclipse was showing 2 Forge Console instances. I switched to the other one and ran it and all is well. Thank you for the help.