Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    1,978

    In my spring config:

    In my spring config:


    <prop key="hibernate.transaction.factory_class">org.hibernate.transaction.JDBCTransactionFactory</prop>
  2. Replies
    7
    Views
    1,978

    I don't use JTA so I don't think I'd be much help

    I don't use JTA so I don't think I'd be much help
  3. Replies
    7
    Views
    1,978

    I just have a byte[] in my domain object: ...

    I just have a byte[] in my domain object:


    private byte&#91;&#93; _data;


    And map it with the spring user type


    <property name="_data"
  4. Replies
    7
    Views
    1,978

    Just in case anyone else happened to see this...

    Just in case anyone else happened to see this behavior, upgrading to Spring 1.2.2 appears to have solved it.
  5. Replies
    3
    Views
    1,419

    Wouldn't this result in an exception even if the...

    Wouldn't this result in an exception even if the 3rd password attempt was correct?
  6. Replies
    7
    Views
    1,978

    SQLException Using OracleLobHandler

    In the interests of brevity, I won't post all my config files here, but if anyone thinks it will help I'd be glad to expand on them.

    Oracle: 10.1.0.3
    Hibernate: 3.0.5
    Spring: 1.2.1

    I'm...
Results 1 to 6 of 6