We are using Spring/Hibernate with WebSphere 7.0 application server and our system has been configured to use WebSphere’s JDBC data source along with Spring’s transaction manager. Recently, we have...
Type: Posts; User: Glorfindel; Keyword(s):
We are using Spring/Hibernate with WebSphere 7.0 application server and our system has been configured to use WebSphere’s JDBC data source along with Spring’s transaction manager. Recently, we have...
I've been playing with the same example these days. I'd like to get a little bit more info about your solution, if it is possible.
1) What was the ConversionService implementation being used...
I am using Keith Donald's "Ajax simplifications in Spring" example published on Springsource's team blog (http://blog.springsource.com/2010/01/25/ajax-simplifications-in-spring-3-0/).
Has anyone...
I found slf4j-api-1.5.8.jar in hibernate distribution, within required folder. Is there any explanation why NOP jars or any other implementation of slf4j-api can not be found at the same place?
Hi, I'm trying to put simple role-based-access service together, but I am having trouble with logging.
As I want to use annotations in my classes instead of hibernate mapping files, I am using...
Let's say that I have piece of code explained in http://forum.springsource.org/showthread.php?t=66950. After making that work I realized that the next step would be using transactions.
I thought...
I downloaded the latest spring release (3.0.0.M1) and problem was solved.
Hello everyone,
before I posted this problem I tried to find its solution, not only at this forum, but all over the internet.
I'm pretty new to spring technology and I'm trying to create simple...