I'm trying to run cactus tests through ant scripts. I pilfered the base scripts build scripts from the eclipse plugin. So far, I can compile my tests, and ejb's and they get moved to a temp deploy area. In trying to run the test via the cactus.run.weblogic6x, i seem to need a war file. I don't really have a war file for my application, just ejb's that i'm testing. Is there a blank/dummy war file that i can use to get past this?
Also, my weblogic ejb's use a weblogic JDBCConnectionSource or whatnot that is specified in the config.xml. Can I just copy and paste that section of the config.xml into the file being used by cactus? the JDBC password appears to be encrypted in weblogic's config.xml Thanks! --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.502 / Virus Database: 300 - Release Date: 7/18/2003 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
