Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    661

    Need help from a hibernate PRO!

    I am hoping there is someone out there that can help me with a problem we are having using hibernate with some legacy code.

    The general pattern we follow is if we try to delete a row from the...
  2. Forgot something

    We have also realized that we COULD separate this into 2 separate application layer calls (and all of the TXN stuff would work fine), but we dont have full control over the controller object that...
  3. Hibernate soft delete on DataIntegrityViolationException

    I am hoping there is someone out there that can help me with a problem we are having using hibernate with some legacy code.

    The general pattern we follow is if we try to delete a row from the...
  4. Replies
    3
    Views
    1,470

    wow, we are having the same problem

    wow, we are having the same problem
  5. Things are working better....except I still have...

    Things are working better....except I still have to manually call flush. The spring docs make reference to this, so I guess I can live with it.


    Thanks for your help
  6. Interesting, ok, I changed my config to use the...

    Interesting, ok, I changed my config to use the HibernateTransactionManager:



    <bean id="transactionManager"
    class="org.springframework.orm.hibernate3.HibernateTransactionManager">...
  7. Mixing Hibernate and jdbc useTransactionAwareDataSource question

    I'm hoping that someone can help me answer what I believe is a really easy question:

    We are slowly switching over from using jdbcTemplate with hand written sql to using hibernateTemplate. As a...
  8. Replies
    21
    Views
    10,014

    Html->pdf

    Hey karl!

    not sure if you are still looking, but:


    I cant vouch for any of these, but check out the links on:

    http://www.w3.org/Style/CSS/
  9. What about context?

    Ben, you have provided some great writeups about validation in this forum. One question I still have about validation is context:

    I can see how a validator can be used as you described to...
  10. Set the catalog on the connection to the package name

    ie :

    conn.setCatalog("Calc_Lib_packg");

    then you should be able to call the proc
  11. Replies
    5
    Views
    945

    I have argued against the approach we are taking...

    I have argued against the approach we are taking (holding transactions open across method invocations), but alas, we still need to do it.

    I don't think we will be able to record the scripts as the...
  12. Replies
    5
    Views
    945

    more info

    First of all, thanks for the prompt reply. The answers and support found in this forum are better than any paid support from ANY vendor I have ever seen.

    Here is more information on the (planned)...
  13. Replies
    5
    Views
    945

    Dual mode transaction management

    We currently have the need to support both declarative and programmatic transaction management in our spring application.

    IE, we want to be able to take the same application and run methods using...
  14. Replies
    1
    Views
    889

    Nevermind

    Just going to stick with the context hierarchy
  15. Replies
    1
    Views
    889

    Dynamic alias names

    Is there any way to do something like:


    <bean id="oracle_dao" .../>
    <bean id="sqlserver_dao" ../>
    <alias alias="genericName" name="${db.name}_Dao"/>

    We really want to have a single spring...
  16. Replies
    6
    Views
    1,305

    Thanks for the help

    Thanks for the help and ideas. I think I want to stay away from having the before + after events tied to spring. Our customers need to be able to write a POJO that implements our trigger interface....
  17. Replies
    6
    Views
    1,305

    Before and After events

    I am currently dealing with a way to allow customers to specify before and after actions for a few of our beans. The overall goals for this are:

    1) To allow customers to (somewhat) arbitrarily...
Results 1 to 17 of 17