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...
Type: Posts; User: motormind; Keyword(s):
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...
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?
Actually I am deploying it under WebSphere with an EAR.
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>
...
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.
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...
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...
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...