Same here even I use ij.stratJBMS() in any new tests.
thanks
Shreyas
David Van Couvering wrote:
I thought all the other tests use ij.startJBMS(), not
util.startJBMS(). That's what I've been using. Was what you wrote a
typo?
Thanks,
David
Kathey Marsden wrote:
Daniel John Debrunner wrote:
Any reason why this test doesn't use the same mechanism as the other
java tests to get a connection? Direct use of DriverManager
automatically excludes the test from being run in JSR169. The
util.startJBMS() call you see in other tests should be the preferred
way
to get a connection. This will then pick up any test properties that
modify how connections should be obtained.
Hi Dan,
How should a test shut down a database? I think I told Dag the wrong
thing this morning about his test.