Search:

Type: Posts; User: Huehnerbrust; Keyword(s):

Search: Search took 0.01 seconds.

  1. Sorry for bringing this up again, but I am still...

    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...
  2. Problem with hibernate.hbm2ddl.auto : drop-create

    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...
  3. Spring Data Rest with HSQL in memory: old data after server restart

    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...
  4. Replies
    0
    Views
    204

    Serving files from byte[]

    Hi there,

    I have a @Controller that serves a file, wherein the file content is stored in a byte[].

    My solution was this:
    ...
  5. Combining Spring-Data-REST and URI templates

    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...
  6. Hi Jon, it's me again... I got it running now!...

    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...
  7. Hi Jon, i am using plain STS with the VMware...

    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...
  8. Hi Jon, thanks for your help! It is really...

    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...
  9. Thread: 1.0.0.rc3

    by Huehnerbrust
    Replies
    3
    Views
    441

    Hi! I do have exactly the same problem. Just...

    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...
  10. Spring-DATA-JPA and REST: No rest ressources available

    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...
  11. ModelAttribute: binding in form as copy not as reference!?

    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...
  12. Hi all, first I didn't know how to create 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...
  13. Modelattribute to create a reference in a JSP (How does Spring handle this?)

    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...
  14. Replies
    0
    Views
    290

    Spring MVC and WebDAV+SVN

    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...
  15. Sorry for the question. After some reading it...

    Sorry for the question. After some reading it sounds really stupid to me....
    I will do it like you suggested with ACLs.

    Thanks
  16. Replies
    5
    Views
    876

    Hi! I know this an old thread, but I have the...

    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...
  17. Different Databases for different users to separate data?

    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....
  18. Dohhh!!! :( thanks dkarr

    Dohhh!!! :(

    thanks dkarr
  19. Annotated Controller for files other than *.htm??

    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...
  20. Replies
    1
    Views
    1,342

    Hibernate and "big" files problem?!

    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...
  21. Hi Marten, sorry for asking again, but I am...

    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
  22. SimpleFormController Problem (useing the step-by-step turorial)

    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...
Results 1 to 22 of 22