Search:

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

Search: Search took 0.03 seconds.

  1. Spring Data JPA on Websphere 6.1 with Hibernate

    Hello all,

    I am trying to get Spring Data JPA to work under WebSphere 6.1 with Hibernate, but I keep running into issues with incompatible versions (both between jars and the JDK). Can someone...
  2. Replies
    4
    Views
    13,196

    An update: I seem to be a bit further, but I now...

    An update: I seem to be a bit further, but I now get this error message in my browser:

    Error 403: Unable to get WebComponentMetaData object.

    Does anyone have any clue what this could be?
  3. Replies
    4
    Views
    13,196

    Actually I am deploying it under WebSphere with...

    Actually I am deploying it under WebSphere with an EAR.
  4. Replies
    4
    Views
    13,196

    Finding generated WSDL url

    I am new to Spring WS and am dumbfounded where I can find the generated wsdl for my web service. I set up the servlet in the web.xml as such:



    <servlet>
    ...
  5. Could you elaborate on that? I am having very...

    Could you elaborate on that? I am having very much the same problems, but I wonder how I could pass the managed object to a spring bean.
  6. Actually, it does re-process *all* items, not...

    Actually, it does re-process *all* items, not just the one that failed.



    Most errors will be non-database based, like when something goes wrong with the transformation (which involves a fair...
  7. Preventing a step from reading all records again

    Hi there,

    I am using Spring Batch 1.1.3 to load records from a database, transform then and enter the results into the database again. Whenever an exception occurs while reading or transforming a...
  8. Replies
    1
    Views
    664

    Very basic Web MVCquestions

    Hi there,

    I am trying to get the Spring 2.5 Web MVC stuff to work, but I am totally baffled by it. I try to use the @ModelAttribute to get information from a form into my controller, but keep...
Results 1 to 8 of 8