I've released version 0.2 of H8A8, a tool to use Java 5 annotations for hibernate mapping. H8A8 is intended as an alternative to XDoclet for Hibernate for those working with Hibernate 3 under Java 5....
Type: Posts; User: currane; Keyword(s):
I've released version 0.2 of H8A8, a tool to use Java 5 annotations for hibernate mapping. H8A8 is intended as an alternative to XDoclet for Hibernate for those working with Hibernate 3 under Java 5....
Yeah - that would probably have made more sense! I'll do that now.
eoin.
I've released version 0.2 of H8A8, a tool to use Java 5 annotations for hibernate mapping. H8A8 is intended as an alternative to XDoclet for Hibernate for those working with Hibernate 3 under Java 5....
I've got this working in a cleaner way now. I have kept my view resolver returning null if view is not found, and written a custom UriBasedViewController:
public class UrlBasedViewController
...
You're right - it is an error if my code has a bad view name in it. However, I use a UrlFilenameViewController, and with this it means that if someone requests a broken link on my site they get a...
I'm using spring velocity view support and currently, when someone gets a broken link, it generates the following errors and results in a HTTP 500 response code.
2005-02-04 15:35:06,625 [ ...