> -----Original Message----- > From: Kadam, Sal [mailto:[EMAIL PROTECTED] > Sent: 21 January 2004 17:03 > To: 'Cactus Users List' > Subject: RE: weblogic7x cactus issue > > Hi Vincent, > I am getting this error after i added > > <cactus earfile="${target.dir}/ejb.ear" fork="yes" > printsummary="yes" haltonerror="true" > haltonfailure="true"> > <containerset> > <weblogic7x dir="${cactus.home.weblogic3x}" port="7009" > configXml="${cactus.config.xml}" output="weblogic_result.txt"/> > </containerset> > <formatter type="brief" usefile="false"/> > <test name="junitbook.ejb.domain.TestOrderEJB"/> > <classpath> > <pathelement location="${target.classes.java.dir}"/> > <pathelement location="${target.classes.cactus.dir}"/> > </classpath> > </cactus> > > Is it supported with 1.5 or 1.6 > > Thx > Sal > > BUILD FAILED > file:C:/TEMP/junitbook/ejb/integration/build-cactus.xml:106: Class > org.apache.cactus.integration.ant.container.weblogic.WebLogic7xContainer > doesn't support the "configxml" attribute.
[snip] hmm.... Try using it in lowercase: configxml We might have a bug there in the doc. Thanks -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
