Hi
I have started to learn Roo;which by the way is fantastic!; I am reading Roo in Action MEAP from Manning, I build my first project with active record pattern, then I decided to try the Repository pattern with help of the repository jpa command with one interface and the entity class named Course (without removing nothing from Active record stuff) I made a couple of test cases and every thing went just fine.I decided to stick with Active record pattern and get rid of the repository stuff but couldn't find something like repositlry jpa -remove so i delete the repository class, STS automatically removed the related ITD but the integration test case class was broken so i started to play around and then after modifying a TDS Test case file (now I know why you NEVER NEVER should mess around with these files) my hole project went down. To make a long story short I had to delete my project and star over again. I't was not a big deal since it was a learning project, but i am anxious to start my next official project and I would love to know the correct procedure to get rid of jpa repository in case i had to.
Any help or directions will be highly appreciated
Thanks
PD to the SpringSource Roo creators,contributors,supportes GREAT GREAT JOB


Reply With Quote