Sorry for bringing this up again, but I am still stuck with the problem.
I hav somewhat narrowed down the problem now.
My JpaRepository seems to work fine. At least it gives me the data of...
Type: Posts; User: Huehnerbrust; Keyword(s):
Sorry for bringing this up again, but I am still stuck with the problem.
I hav somewhat narrowed down the problem now.
My JpaRepository seems to work fine. At least it gives me the data of...
Hi there,
I am having a problem with my configuration.
I am writing a spring application and I us the config from one of the spring data rest example apps.
If I use the config as is, I have...
Hi there,
I have a strange behaviour on my system. I am running STS 3.1 and I use Spring-DATA-JPA and -REST
My domain model is exposed perfectly via -REST.
But: I get old data via my REST...
Hi there,
I have a @Controller that serves a file, wherein the file content is stored in a byte[].
My solution was this:
...
Hi there,
I wonder if it is possible to use Spring-Data-REST with URI-Templates.
As I understand it REST creates repositories for my entities and I can map the repositories with @RestResource.
I...
Hi Jon,
it's me again... I got it running now! But: It only worked after I packed all files in the same class.
You may allready have noticed that I am no pro in Java/Spring :)
Could you have a...
Hi Jon,
i am using plain STS with the VMware vFabric tc Server Developer Edition v2.7
I installed Jetty and got the same results as with the tc Server... :(
Judging from your question my...
Hi Jon,
thanks for your help! It is really appreaciated!
I revised my config file. I even tried to use a web.xml instead of my WebApplicationInitializer. But I allways get the same output from...
Hi!
I do have exactly the same problem. Just posted about it here:
http://forum.springsource.org/showthread.php?130689-Spring-DATA-JPA-and-REST-No-rest-ressources-available
Jon, could you...
Hi!
I am trying to build a very simple DATA REST application.
I copied most of it from the sample application.
When I run it in STS it loads without any errors.
BUT:
I cannot access any...
Hi again!
I thought I had the soltution to my problem... But sadly, I was wrong.
I am still stuck with the a form/binding problem.
I have a first class that has an attribute of the type of a...
Hi all,
first I didn't know how to create a new object in a JSP and at the same time create a reference in that object to another object (from a list of possible objects).
Ok, I found out how...
Hi all,
first I didn't know how to create a new object in a JSP and at the same time create a reference in that object to another object (from a list of possible objects).
Ok, I found out how...
Hi all,
I am looking for a way to combine a spring web application with WebDAV and SVN (or any other simple versioning of files).
I want to have something like a file list in a spring web app...
Sorry for the question. After some reading it sounds really stupid to me....
I will do it like you suggested with ACLs.
Thanks
Hi!
I know this an old thread, but I have the same problem.
I want different users to access different data. In my case it is not country dependend. User create their own data and as long as...
Hi everyone!
I am no total newby to Spring, but I am far from being an expert. I hope you can help me.
I am planning a web application that will have a start-page with news, infos and the like....
Dohhh!!! :(
thanks dkarr
Hi everyone!
I have a controller and I use the @RequestMapping("/files/*")
The controller is called if I call it with a /files/something.htm URL but not with other file extensions. Not with...
Hi everyone,
I am writing an application to get familiar with spring and I am running into problems when using hibernate with "big" files. I want to store music songs an a database and I save the...
Hi Marten,
sorry for asking again, but I am using Eclipse and every other class was included automaticaly.
Why is AddSong not and how can I achieve this?
thanks
Dominik
Hi folks,
I am working on the step-by-step tutorial and want to add a form.
I am rewriting the code to be a "music store".
My project currently lists some songs and I want to add a now one with...