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...
Type: Posts; User: wskent; Keyword(s):
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...
Here is where the service method is defined as transactional -
@Override
@Transactional
public void persist(Map<String, String> persistMap) {
Here is the resource definitions -
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...
Here is the XML config -
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...
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...
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...
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...
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...
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...