I am using spring module support for JBPM and I injected HibernateTemplate into JbpmTemplate, and also made sure that the HibernateTemplate.exposeNativeSession is false as mentioned in JbpmTemplate...
Type: Posts; User: abutani; Keyword(s):
I am using spring module support for JBPM and I injected HibernateTemplate into JbpmTemplate, and also made sure that the HibernateTemplate.exposeNativeSession is false as mentioned in JbpmTemplate...
I am using spring module support for JBPM and I injected HibernateTemplate into JbpmTemplate, and also made sure that the HibernateTemplate.exposeNativeSession is false as mentioned in JbpmTemplate...
I am getting the same error, since you have posted the problem in April, I was wondering whether you found the solution. If yes, can you please let me know.
Thanks
Ashish
Hello, I am trying to implement a Weblogic web service with Spring. I have created the types and interfaces through the autotype and wsdl2Service tools. I have changed my web service implementation...