[ 
http://issues.apache.org/jira/browse/CACTUS-192?page=comments#action_63781 ]
     
Thomas Van de Velde commented on CACTUS-192:
--------------------------------------------

Yes.  I think it is necessary though to have the possibility to add application 
server specific configuration files (like jboss-web.xml) in the cactified war 
so that the war can call the EJB through jndi.  I haven't understood what you 
mean with "move JBoss resources back to the Ant integration project (same as is 
done with all other projects)".

> Cannot change jboss-web.xml
> ---------------------------
>
>          Key: CACTUS-192
>          URL: http://issues.apache.org/jira/browse/CACTUS-192
>      Project: Cactus
>         Type: Improvement
>   Components: Maven Integration
>     Versions: 1.7
>     Reporter: Felipe Leme
>     Assignee: Felipe Leme
>      Fix For: 1.8

>
> I faced a situation where I need to set a resource-ref on jboss.xml, but the 
> maven plugin does not provide an elegant way to do it (I had to add a 
> postGoal to cactus:cactifywar) as it always use a jboss-web.xml on the 
> plugin-resources:
> <ant:webinf dir="${plugin.resources}/jboss3x">
>   <ant:include name="jboss-web.xml" if="cactus.home.jboss3x"/>
> </ant:webinf>
> A temporary solution would be to add a new property:
> on plugin.properties:
> cactus.jboss3x.jboss_web_xml=${plugin.resources}/jboss3x
> on plugin.jelly:
> <ant:webinf dir="${cactus.jboss3x.jboss_web_xml}">
>   <ant:include name="jboss-web.xml" if="cactus.home.jboss3x"/>
> </ant:webinf>
> A more elegant solution would handle it to Cargo or the Ant task.
> Vincent, any thoughts?
> -- felipe
>  

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to