[
https://issues.apache.org/jira/browse/MEAR-105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17958990#comment-17958990
]
Matthias Bünger commented on MEAR-105:
--------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-ear-plugin#295|https://github.com/apache/maven-ear-plugin/issues/295].
> Unable to set some properties for jboss-app.xml
> -----------------------------------------------
>
> Key: MEAR-105
> URL: https://issues.apache.org/jira/browse/MEAR-105
> Project: Maven EAR Plugin (Moved to GitHub Issues)
> Issue Type: Bug
> Affects Versions: 2.3.2
> Environment: JBoss 5.0.0.GA, JBoss 5.0.1.GA
> Reporter: Mandrikov Evgeny Andreevich
> Assignee: Stephane Nicoll
> Priority: Major
> Fix For: 2.4
>
> Attachments: patch.diff
>
>
> Look at http://www.jboss.org/j2ee/dtd/jboss-app_5_0.dtd
> Missing:
> * module-order
> * security-domain
> * unauthenticated-principal
> So, for example:
> {code:xml}
> <plugin>
> <artifactId>maven-ear-plugin</artifactId>
> <configuration>
> <jboss>
> <version>5</version>
> <module-order>strict</module-order>
> <security-domain>java:/jaas/twist</security-domain>
> <unauthenticated-principal>guest</unauthenticated-principal>
> </jboss>
> </configuration>
> </plugin>
> {code}
> there is no effect. And generated jboss-app.xml looks like:
> {code:xml}
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE jboss-app PUBLIC
> "-//JBoss//DTD Java EE Application 5.0//EN"
> "http://www.jboss.org/j2ee/dtd/jboss-app_5_0.dtd">
> <jboss-app/>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)