Search:

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

Search: Search took 0.04 seconds.

  1. Override validation annotations on the object

    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...
  2. Replies
    0
    Views
    711

    Very strange problem while saving

    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.
    ...
  3. Replies
    1
    Views
    1,065

    HibernateTemplate loadAll() fails

    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:


    ...
  4. Replies
    2
    Views
    887

    Nomally the scheduler doesn't need a dataSource...

    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,...
  5. Replies
    2
    Views
    887

    Quartz + problem JDBC driver

    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...
  6. Replies
    17
    Views
    2,230

    Stijn, If you use JUnit to test the...

    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...
Results 1 to 6 of 6