Duplication context not allowed for ear integration testing
-----------------------------------------------------------

         Key: CACTUS-209
         URL: http://issues.apache.org/jira/browse/CACTUS-209
     Project: Cactus
        Type: Bug
  Components: Maven Integration  
    Versions: 1.7    
    Reporter: Thomas Van de Velde


When application.xml is generated for an EAR project.  The Cactus web 
application's context root is the same as the web application's context root.  
This is not allowed.  Therefore I suggest the following chanage:

<x:element name="application">

        <x:element name="display-name">${pom.name} for Cactus</x:element>

  

        <!-- cactus war file -->

        <x:element name="module">

          <x:element name="web">

            <x:element name="web-uri">${cactus.war.name}</x:element>

            <x:element 
name="context-root">${cactus.war.context.root}</x:element>

          </x:element>

        </x:element>

The user can define cactus.war.context.root but it may default to 'cactus'

-- 
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