Some additional notes:
The code/configuration is running fine in Tomcat and I had also no problems in Tomcat and WebSphere when running with Hibernate 3.6.
Type: Posts; User: saemmy; Keyword(s):
Some additional notes:
The code/configuration is running fine in Tomcat and I had also no problems in Tomcat and WebSphere when running with Hibernate 3.6.
OK, here is some code/configuration:
The Transaction-Manager and DataSource:
<bean id="transactionManager" class="org.springframework.orm.hibernate4.HibernateTransactionManager">
...
Hi all,
I have some problems with Transaction/Session management.
I use Spring 3.1.2, Hibernate 4.1.4, WebSphere 8.5 and Oracle 11.
In my WebApp I have marked some methods with:
...
I have the same problem, when mirgation from Spring 3.0 and Hibernate 3.6.9 to Spring 3.1.1 and Hibernate 4.1.2.
In class org.springframework.orm.hibernate4.LocalSessionFactoryBean the property...
Hi all,
did anybody try the new Spring WS Testing Framework with Webservices using WS-Addressing?
Hello together,
during upgrade from Spring-WS 1.5.9 to 2.0.0 I tried to change my well working XML-configuration to annotations using <sws:annotation-driven/>.
Now only my webservice without...
Hi,
how do I configure Spring-WS server-side testing for WebServices with WS-A? I get the tests running without WS-A but with WS-A I get the error:
No endpoint can be found for request...
I´m sorry, tried the new Version 1.0.0 with tcServer 2.1 but got the same result: there is no tracing of the SQL when Oracle JDBC driver is located in the tcServer/lib directory.
@sandrews
Yes, I tried Spring Insight 1.0.0.M3.SR02 but nothing changed. I copied oracle10g.jar into tcServers\lib and in my webapp I use Hibernate and JNDI to access the datasource.
The...
I´ve found a workaround because tcServer and it´s server libs are not listed as Server runtime in my Web Project:
* replaced tcServer by Apache Tomcat as Server library
* but run application on...
Hello,
would be great if it will be possible to use JDBC driver located in the server's lib directory. Because I can´t use JNDI lookup when moving the JDBC driver to the webapp's lib directory and...
Hi,
I'm using STS 2.5.0 M3, downloaded and unpacked from SpringSource and like to get a WebApp running on tcServer v2.0.
First problem is after importing my existing WebApp and replacing Tomcat...
Hello,
I want to write some integration test with the AbstractTransactionalSpringContextTests of Spring. But I already get this exception:
...