Hello
I am making an ajax request to my web flow application. I want to be able to act appropriately on the client side if a server side exception is thrown while processing the transition. Is...
Type: Posts; User: andylegear; Keyword(s):
Hello
I am making an ajax request to my web flow application. I want to be able to act appropriately on the client side if a server side exception is thrown while processing the transition. Is...
Hi there
are there any plans to add "update" convenience methods on the repository interfaces?
Similar to the way you already have save() and delete()?
Andy
Also, just to give a little more background of why I ask ...
I am currently storing my test data in bson files that I load into mongo db using the mongoimport.exe app. In these my _id property...
Hello
Are there any plans to support type "Long" as a type for the "id" property? Currently with my mongo backed repository when I attempt to save my business object that has a property Id of...
so I often get this error due to an unclean build in eclipse. I have to force a clean and then rebuild and run. then the jms listener behaves as expect. ... I'm not any closer as to an...