-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.1.3.RELEASE
-
Fix Version/s: 1.1.4.RELEASE
-
Component/s: WEB MVC
-
Labels:None
-
Environment:
When I generate an entity with MANY_TO_ONE reference and start the application, if there is no parent entity then there is a error for locale message not being present. If there is a parent entity then the javascript takes alot of time. I have reproduced it with different browsers.
log.roo
git setup git config --colorCoding 1 --email "shahzada.hatim@tinyisv.com" --userName "Shahzada Hatim" project --topLevelPackage com.tesenso.tnr --projectName tnr --java 6 persistence setup --provider HIBERNATE --database H2_IN_MEMORY logging setup --level DEBUG --package PROJECT entity --class ~.domain.Node field string --fieldName nodeName --notNull entity --class com.tesenso.tnr.domain.Sensor field string --fieldName sensorName --notNull field reference --fieldName parentNode --type com.tesenso.tnr.domain.Node --notNull controller all --package ~.web