Hello,
I'm investigation the spring annotated validation.
Currently, I'm writing my own validation classes but the annotations can be a solution for this.
However, I have some questions about...
Type: Posts; User: mesquite; Keyword(s):
Hello,
I'm investigation the spring annotated validation.
Currently, I'm writing my own validation classes but the annotations can be a solution for this.
However, I have some questions about...
Hi I have a very strange problem during the save of an Object.
2 Objects: A Request and an Attachment object.
A Request can contain more Attachments.
So this is a One-to-many relationship.
...
Hi,
I have an issue with the HibernateTemplate.
It returns an empty List when I use loadAll().
In my DAO, which is extending from HibernateDaoSupport I have the following method:
...
Nomally the scheduler doesn't need a dataSource property.
The dao's are set just fine.
But I think it's a tomcat configuration issue.
The commons dbcp are complaining about a missing resource,...
Hi,
I configured my quartz scheduling and it is executed.
My batchjob has some references to other other beans, and they contain a reference to my service which has a ref to my DAO's...
Here a...
Stijn,
If you use JUnit to test the transactions, try to manage your transaction from the testclass instead of the service.
Extend the testclass from AbstractTransactionalSpringContextTests...