[jboss-jira] [JBoss JIRA] Reopened: (JBAS-7181) Remove the empty jboss-ejb3-iiop.jar from distribution
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Tue Feb 9 22:13:10 EST 2010
[ https://jira.jboss.org/jira/browse/JBAS-7181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry reopened JBAS-7181:
------------------------------------
> 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
> Fix For: JBossAS-6.0.0.M1, JBossAS-6.0.0.M3
>
>
> 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