In my case I was catching
EmptyResultDataAccessException and it was working fine.
I made some changes in my code and restarted tomcat next time it threw
NoResultException
Don't understand...
Type: Posts; User: engrhussain; Keyword(s):
In my case I was catching
EmptyResultDataAccessException and it was working fine.
I made some changes in my code and restarted tomcat next time it threw
NoResultException
Don't understand...
after creating my first GAE application i got following error.
org.datanucleus.exceptions.NucleusUserException: Class "com.google.appengine.api.datastore.DatastoreService" was not present in...
I have opened an issue on jira
http://jira.springframework.org/browse/ROO-800
@NotEmpty and @Size(min=1) both are server side validation they don't work on client side only @NotNull works on client side.
I think this is a defect in roo, @NotNull should work on server side...
I have created a User domain with not null fields.
If i remove following javascript validation on submit.
<script type="text/javascript">Spring.addDecoration(new...