Hi Thank you for this information, it is very useful.
I'm new to web services with spring, but do you have to create the stubs with axis? in order for NTLM to work, did you change the wsdd file to...
Type: Posts; User: benbak; Keyword(s):
Hi Thank you for this information, it is very useful.
I'm new to web services with spring, but do you have to create the stubs with axis? in order for NTLM to work, did you change the wsdd file to...
Hi Marten,
there is no code associated with transaction management.
there is a 1 to 1 relationship between actions in struts and actions in spring.
could it be something else?
Thanks a lot
how does this look to you:
<bean id="xxxTxnManager" class="org.springframework.orm.hibernate3.HibernateTransactionManager">
<property name="sessionFactory" ref="factory"/>
...
Hi
we are using struts, hibernate, and spring in a project.
when a user starts testing, the application creates connections to the database but never closes them and the number of connections...