[jboss-jira] [JBoss JIRA] Created: (JBAS-7181) Remove the empty jboss-ejb3-iiop.jar from distribution

jaikiran pai (JIRA) jira-events at lists.jboss.org
Mon Aug 17 16:00:27 EDT 2009


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

                 Key: JBAS-7181
                 URL: https://jira.jboss.org/jira/browse/JBAS-7181
             Project: JBoss Application Server
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: EJB3
    Affects Versions: JBossAS-5.1.0.GA
            Reporter: jaikiran pai
            Assignee: jaikiran pai


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


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list