Michael, Please try the latest snapshot build, I put up last night. It should support WL6 for ejbjar. The problem is that WL6 moved the DTD resource in the class hierarchy. I have changed it so that the code knows where to look for the DTD under both WL51 and WL60.
Do you use wlrun? Conor -- Conor MacNeill [EMAIL PROTECTED] Cortex eBusiness http://www.cortexebusiness.com.au > -----Original Message----- > From: Shamberger, Michael [mailto:[EMAIL PROTECTED] > Sent: Friday, 2 February 2001 6:07 > To: [EMAIL PROTECTED] > Subject: ejb-jar and weblogic 6.0 > > > Hi, > > I am trying to upgrade our build system to work with weblogic 6.0. I have > seem some discussion that support for weblogic 6.0 was being > worked on. Our > site is proabably a good beta site since we have 70 ejbs. I am using Ant > version 1.3alpha compiled on January 22 2001. I am getting the following > error when trying to run ejb-jar on my beans with the following classpath > order: > > ant.jar > parser.jar > jaxp.jar > optional.jar > weblogic_sp0.jar > weblogic.jar > dt.jar > tools.jar > other third party jars > > > C:\mshamberger_coreMsdw_V1_3\coreMsdw\src\antbuild\build_main.xml:1164: > SAXException while parsing ' > ejb-jar.xml'. This probably indicates badly-formed XML. Details: External > entity not found: "http:/ > /java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd". > org.xml.sax.SAXParseException: External entity not found: > "http://java.sun.com/j2ee/dtds/ejb-jar_1_1 > .dtd". > at com.sun.xml.parser.Parser.fatal(Parser.java:2817) > at > com.sun.xml.parser.Parser.externalParameterEntity(Parser.java:2506) > at com.sun.xml.parser.Parser.maybeDoctypeDecl(Parser.java:1137) > at com.sun.xml.parser.Parser.parseInternal(Parser.java:481) > at com.sun.xml.parser.Parser.parse(Parser.java:284) > at javax.xml.parsers.SAXParser.parse(SAXParser.java:155) > at > org.apache.tools.ant.taskdefs.optional.ejb.GenericDeploymentTool.p > rocessDesc > riptor(Generi > cDeploymentTool.java, Compiled Code) > at > org.apache.tools.ant.taskdefs.optional.ejb.EjbJar.execute(EjbJar.java, > Compiled Code) > at org.apache.tools.ant.Target.execute(Target.java, Compiled Code) > at org.apache.tools.ant.Project.runTarget(Project.java:898) > at > org.apache.tools.ant.Project.executeTarget(Project.java, Compiled > Code) > at org.apache.tools.ant.Project.executeTargets(Project.java, > Compiled Code) > at org.apache.tools.ant.Main.runBuild(Main.java, Compiled Code) > at org.apache.tools.ant.Main.main(Main.java:149) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
