| Author |
Junitee is not showing my tests, but it used to? Please help
|
SirAlfred Sparks
Greenhorn
Joined: Jul 01, 2009
Posts: 1
|
|
Hi all
This is my first post.
We are running Weblogic 10, JDK 1.5 and building and deploying the app using maven.
Everything works like a dream when deploying it to the Weblogic server.
Now recently, we have started to investigate hot deploying or publishing, directly from eclipse Ganymede (3.4)
Everything else is working as it should, but for some reason beyond our figuring out, the TestServlet that used to show
the list of test cases setup in the WEB-INF/testCase.txt file.... now no longer brings any tests up.
Doesn't one have a any ideas?
I've tried manually copying this to the lib of the weblogic server instance, as most of the thirdparty jars needed to be copied there.
Please help
Thanks in advance.
Cheers
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26168
|
|
|
This sounds like a questions that could either be about testing or WebLogic configuration. I think it's more likely to be the later, so I'm moving this to our WebLogic forum. If that turns out not to be the case, someone can move it back to Testing.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Deepak Bala
Bartender
Joined: Feb 24, 2006
Posts: 6588
|
|
SirAlfred Sparks wrote:Hi all
This is my first post.
We are running Weblogic 10, JDK 1.5 and building and deploying the app using maven.
Everything works like a dream when deploying it to the Weblogic server.
Now recently, we have started to investigate hot deploying or publishing, directly from eclipse Ganymede (3.4)
Everything else is working as it should, but for some reason beyond our figuring out, the TestServlet that used to show
the list of test cases setup in the WEB-INF/testCase.txt file.... now no longer brings any tests up.
Doesn't one have a any ideas?
I've tried manually copying this to the lib of the weblogic server instance, as most of the thirdparty jars needed to be copied there.
Please help
Thanks in advance.
Cheers
How does the test servlet load this file ?
If you need hot deployment just to debug the java files perhaps you can consider opening up the debugging ports to allow for remote debugging
|
SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
|
 |
 |
|
|
subject: Junitee is not showing my tests, but it used to? Please help
|
|
|