Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-7181

Remove the empty jboss-ejb3-iiop.jar from distribution

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 6.0.0.M1
    • JBossAS-5.1.0.GA
    • EJB
    • None

    Description

      The ejb3 module build script (AS/ejb3/build.xml) creates the jboss-ejb3-iiop.jar:

      <!-- jboss-ejb3-iiop.jar -->
      <jar jarfile="${build.lib}/jboss-ejb3-iiop.jar" manifest="${build.etc}/default.mf">
      <fileset dir="${build.classes}">
      <include name="org/jboss/ejb3/iiop/**"/>
      </fileset>
      </jar>

      However since the org.jboss.ejb3.iiop classes no longer exist, this leads to a empty jar being created and distributed in AS (under JBOSS_HOME/server/< servername>/deployers/ejb3.deployer)

      The build script needs to be fixed to remove the creation of jboss-ejb3-iiop.jar

      Attachments

        Activity

          People

            jaikiran Jaikiran Pai (Inactive)
            jaikiran Jaikiran Pai (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: