[jboss-jira] [JBoss JIRA] Resolved: (JBAS-7181) Remove the empty jboss-ejb3-iiop.jar from distribution
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Mon Aug 24 06:10:23 EDT 2009
[ https://jira.jboss.org/jira/browse/JBAS-7181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
jaikiran pai resolved JBAS-7181.
--------------------------------
Fix Version/s: JBossAS-5.2.0.Beta1
JBossAS-6.0.0.Alpha1
Resolution: Done
The (empty) jboss-ejb3-iiop.jar will no longer be created and shipped in the AS.
> 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-5.2.0.Beta1, JBossAS-6.0.0.Alpha1
>
>
> 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