DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5225>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5225 ejbjar cannot find iiop files for iPlanet 6.0 sp3 Summary: ejbjar cannot find iiop files for iPlanet 6.0 sp3 Product: Ant Version: 1.4.1 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] IPlanetEjbc looks in the wrong place for four iiop files. The four file names need to have "org.omg.stubs." prepended as shown: IPlanetEjbc.java, private String[] classes to generate() classnames[index++] = "org.omg.stub." + remotePkg + "_" + remoteClass + "_Stub"; classnames[index++] = "org.omg.stub." + homePkg + "_" + homeClass + "_Stub"; classnames[index++] = "org.omg.stub." + remotePkg + "_ejb_RmiCorbaBridge_" + remoteClass + "_Tie"; classnames[index++] = "org.omg.stub." + homePkg + "_ejb_RmiCorbaBridge_" + homeClass + "_Tie"; -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
