Hi,
Is there a tool (preferably ant task) that allows validating context files?
Input should be the classpath + the context files and the output would be errors in the context files.
This...
Type: Posts; User: YanivShaya; Keyword(s):
Hi,
Is there a tool (preferably ant task) that allows validating context files?
Input should be the classpath + the context files and the output would be errors in the context files.
This...
Hi,
The system I'm working on is built of a single web application that includes 3 disconnected subsystems.
The system bootstrap consists of a ContextLoaderListener that loads all context...
This is how I did it.
Still, when debugging I see that it checks for a transaction per thread, and then later it seem to save the modified objects back to the DB outside my code.
Hi,
I'm new to Spring/Hibernate, yet managed to use it very fast, however I encountered the following problem.
I'm writing a plugin inside an application that already use Hibernate+Spring. My...