|
|
Can JProcess Unit tests be run under Weblogic 10.2?
I was able to (mostly) convert 8.1 tests to 9.2. I created a new domain and extended it with wli_worklist81x.jar (weblogic92/common/templates/applications) and among other things added the following to the classpath:
- server/lib/knex81.jar
- server/lib/weblogic.jar
- server/lib/webservices.jar
- server/lib/xbean.jar
- integration/lib/worklist-client.jar
- integration/lib/jpdpublic.jar
Under WLI 10.2, there is no wli_worklist81x extension template. Extending using 9.2's template runs into various other dependencies such as worklist. The libraries (when found) are in different locations. I couldn't even find xbeans.jar, though that's easy enough to find elsewhere. My project does not even use worklists. Why does JProcessUnit? require these libraries/templates?
Has anyone 'unit' tested on WL 10.2?
|
|