You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/12/02 08:46:10 UTC

DO NOT REPLY [Bug 5225] New: - ejbjar cannot find iiop files for iPlanet 6.0 sp3

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: ant-dev@jakarta.apache.org
        ReportedBy: ebelisle@ix.netcom.com
                CC: ebelisle@ix.netcom.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>