Re: JUnit Test with IBatis

2007-04-20 Thread francesco77
Hi to All, I solved the problem. There is a problem of DMS which doesn't solve the string "svuni000.replynet.prv". When I put the IP Address 10.50.1.114 it WORKS FINE. Thanks to all Francesco francesco77 wrote: > > Dear Marc, > > opswhat a stupid error. Thanks a lot. > Now the creation

Re: JUnit Test with IBatis

2007-04-20 Thread Marc . Heimann
Wild guess here, but m_dao is never initialized so I assume a NullPointerException when you try to set the m_dao-Datasource. Cheers Marc Heimann Software Engineer Prolifics Deutschland GmbH Notkestr. 3, D-22607 Hamburg phone +49 (0)40 890 667-70 fax+49 (0)40 890 667-99 [EMAIL PROTECTED] SOA.

Re: JUnit Test with IBatis

2007-04-20 Thread francesco77
Dear Marc, opswhat a stupid error. Thanks a lot. Now the creation of the DAO is correct but I have another error which is: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: File input/output error: java.io.IOE