[jbosstools-issues] [JBoss JIRA] (JBIDE-1104) .sar file cannot be included in .ear file

Max Rydahl Andersen (Updated) (JIRA) jira-events at lists.jboss.org
Thu Oct 6 09:47:17 EDT 2011


     [ https://issues.jboss.org/browse/JBIDE-1104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Rydahl Andersen updated JBIDE-1104:
---------------------------------------

    Fix Version/s: 3.0.0.GA
                       (was: LATER)


set to best guess version.
                
> .sar file cannot be included in .ear file
> -----------------------------------------
>
>                 Key: JBIDE-1104
>                 URL: https://issues.jboss.org/browse/JBIDE-1104
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS/Servers
>    Affects Versions: 2.0.0.Beta4
>         Environment: JBoss Tools nightly build 20071017
>            Reporter: Juergen Zimmermann
>            Assignee: Rob Stryker
>             Fix For: 3.0.0.GA
>
>         Attachments: SarEar.tar
>
>
> I need a .ear file which contains a .sar file (service archive for JBoss). Such a .sar file is declared in META-INF/jboss-app.xml of the EAR project "hska" as follows:
> <jboss-app>
> 	<security-domain>java:/jaas/hska</security-domain>
> 	<module>
> 		<service>hska.sar</service>
> 	</module>
> </jboss-app>
> I have a "General Project" named hskaSAR which has a META-INF subdirectory for the xml files of the .sar file. Creating hskaSAR/hska.sar via the "Project Archives" view of JBoss Tools works fine. However, there is no possibility to include the .sar file within the (exploded)  .ear.
> I tried to edit and extend the file .settings/org.eclipse.wst.common.component within the EAR project as follows:
> <dependent-module deploy-path="/" handle="module:/classpath/lib/hskaSAR/hska.sar">
>             <dependency-type>uses</dependency-type>
> </dependent-module>
> However, this workaround doesn't work.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list