Search:

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

Search: Search took 0.02 seconds.

  1. transactionManager does not roll back transaction on Exception

    Below are codes from my xml file


    <bean id="testDao" class="myapp.TestImpl">
    <property name="dataSource" ref="myDataSource" />
    </bean>
    <bean id="transactionManager"...
  2. Thread: Di

    by satfaltu
    Replies
    3
    Views
    538

    Di

    I am trying to use @Autowired like the following -

    applicationContext.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"...
  3. Replies
    2
    Views
    1,619

    Thanks for your reply. It was helpful.

    Thanks for your reply. It was helpful.
  4. Replies
    2
    Views
    1,619

    Is spring controller really a Servlet ?

    Is spring controller really a Servlet ? I guess the dispatcher class we define in web.xml is a servlet. But the beans we use as a controller are not Servlets.

    Can anyone clarify that.
  5. Thanks for your reply. I have configured...

    Thanks for your reply.

    I have configured eventListeners to log any database operation. Within my DAO method, I am actually inserting one record (INSERT operation is getting logged correctly), then...
  6. How to call many getHibernateTemplate().save() in one single transaction

    How to ensure more than one getHibernateTemplate().save() to be executed in one single transaction.
  7. How to call many getHibernateTemplate().save() in one single transaction

    How to call more than one getHibernateTemplate().save() in one single transaction.
  8. Replies
    0
    Views
    528

    BeanCreationException

    the following are the codes from different files

    web.xml
    <code>
    <context-param>
    <param-name>contextConfigLocation</param-name>...
  9. Replies
    0
    Views
    421

    BeanCreationException

    The following are the codes from different files:

    web.xml
    <code>
    <context-param>
    <param-name>contextConfigLocation</param-name>...
  10. Replies
    3
    Views
    634

    Thanks for your help dawez

    Thanks for your help dawez
  11. Replies
    3
    Views
    634

    Cannot display List of List

    Hi all,

    I have a ModelAttribute which contains a List<List<String>>. I want to iterate through the outer list and display the inner List in a dropdown box.

    Any help is appreciated.
Results 1 to 11 of 11