Search:

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

Search: Search took 0.03 seconds.

  1. transaction logging

    2012-04-16 09:37:39,477 DEBUG [com.vmc.biz.persist.MapPersistService] Trying to persist com.vmc.biz.inquiry.ExtendedEduInquiryBO.
    uuid: 096359e0-4d1a-11e1-abf9-005056b47c59
    2012-04-16...
  2. Here is where the service method is defined as...

    Here is where the service method is defined as transactional -


    @Override
    @Transactional
    public void persist(Map<String, String> persistMap) {
  3. Re-post of XML

    Here is the resource definitions -


    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    ...
  4. How to get the DataSource from LocalContainerEntityManagerFactoryBean in spring 2.5.?

    Here is the XML config -
    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    ...
  5. Replies
    13
    Views
    12,957

    Sticky: Link to Spring and Flex webinar

    Please post a link to the Spring and Flex webinar. I am sure many would love to see it who could not attend the webinar at its original time. I attended, but got called away and would love to be able...
  6. We also have a situation where we are using an...

    We also have a situation where we are using an LDAP for authentication, but will be using a custom DAO (stored procedure) for role based authorization. Suggestions or examples would be greatly...
  7. How to Authenticate with Active Directory, but authorize using a stored procedure?

    Here are my requirements -
    1.) We want to authenticate using Spring Security against Active Directory so that users can use their network userId and password.
    2.) We want to authorize using an...
  8. Replies
    2
    Views
    835

    Does DB2400 work with Spring?

    I have DB2400 working with Hibernate. I have not seen a working example of using DB2400 with Spring 2.x & Hibernate 3.x . Has anyone got a working example using Spring 2.x and Hibernate 3.x with a...
  9. Spring 2.0.3 + Hibernate 3.2.1 + JPA + DB2400 + Struts 2

    Any idea why I am getting the following error when I try to connect to a DB2/400 Database using a datasource in JBoss 4.0.5. I am connecting to this database fine using the MyEclipse Databae explorer...
Results 1 to 9 of 9