Search:

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

Search: Search took 0.01 seconds.

  1. Some additional notes: The code/configuration is...

    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.
  2. OK, here is some code/configuration: The...

    OK, here is some code/configuration:

    The Transaction-Manager and DataSource:


    <bean id="transactionManager" class="org.springframework.orm.hibernate4.HibernateTransactionManager">
    ...
  3. ReadOnly Transaction with Propagation.SUPPORTS with WebSphere and Oracle

    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:

    ...
  4. Replies
    1
    Views
    1,031

    I have the same problem, when mirgation from...

    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...
  5. Hi all, did anybody try the new Spring WS...

    Hi all,

    did anybody try the new Spring WS Testing Framework with Webservices using WS-Addressing?
  6. Replies
    11
    Views
    5,304

    WS-Adressing with sws:annotation-driven

    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...
  7. Server-side testing with WebService using WS-Addressing

    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...
  8. Replies
    13
    Views
    4,248

    I´m sorry, tried the new Version 1.0.0 with...

    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.
  9. Replies
    13
    Views
    4,248

    @sandrews Yes, I tried Spring Insight...

    @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...
  10. Replies
    3
    Views
    1,086

    Workaround for missing server jars in Eclipse Web Project

    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...
  11. Replies
    13
    Views
    4,248

    JDBC Analysis with JDBC Driver located in servers lib directory

    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...
  12. Replies
    3
    Views
    1,086

    JARs missing for tcServer inside STS

    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...
  13. Tests with AbstractTransactionalSpringContextTests

    Hello,
    I want to write some integration test with the AbstractTransactionalSpringContextTests of Spring. But I already get this exception:

    ...
Results 1 to 13 of 13