You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brad O'Hearne (JIRA)" <ji...@codehaus.org> on 2006/02/09 05:42:47 UTC

[jira] Created: (MEAR-18) The EAR plugin will not properly handle WSR (Jboss web service archives) specified as dependencies in the pom.xml

The EAR plugin will not properly handle WSR (Jboss web service archives) specified as dependencies in the pom.xml
-----------------------------------------------------------------------------------------------------------------

         Key: MEAR-18
         URL: http://jira.codehaus.org/browse/MEAR-18
     Project: Maven 2.x Ear Plugin
        Type: Wish

    Versions: 2.0, 2.1    
    Reporter: Brad O'Hearne


If you try to include a Jboss web service archive (WSR file) in your EAR, by listing it as a dependency in your EAR project's pom.xml, you will get an error that says:

[INFO] Trace
java.lang.IllegalStateException: Could not handle artifact type[wsr]
        at org.apache.maven.plugin.ear.EarModuleFactory.newEarModule(EarModuleFa
ctory.java:75)
        at org.apache.maven.plugin.ear.AbstractEarMojo.execute(AbstractEarMojo.j
ava:119)

I have created a plugin that creates wsr files, and have referenced that in my pom.xml, so I am confident that this error is a result of the EAR plugin not recognizing wsr files.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MEAR-18) The EAR plugin will not properly handle WSR (Jboss web service archives) specified as dependencies in the pom.xml

Posted by "Stephane Nicoll (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEAR-18?page=all ]
     
Stephane Nicoll closed MEAR-18:
-------------------------------

     Resolution: Fixed
    Fix Version: 2.2

Applied, thanks.

> The EAR plugin will not properly handle WSR (Jboss web service archives) specified as dependencies in the pom.xml
> -----------------------------------------------------------------------------------------------------------------
>
>          Key: MEAR-18
>          URL: http://jira.codehaus.org/browse/MEAR-18
>      Project: Maven 2.x Ear Plugin
>         Type: Wish

>     Versions: 2.0, 2.1
>     Reporter: Brad O'Hearne
>     Assignee: Stephane Nicoll
>      Fix For: 2.2
>  Attachments: maven-ear-plugin.tar.gz
>
>
> If you try to include a Jboss web service archive (WSR file) in your EAR, by listing it as a dependency in your EAR project's pom.xml, you will get an error that says:
> [INFO] Trace
> java.lang.IllegalStateException: Could not handle artifact type[wsr]
>         at org.apache.maven.plugin.ear.EarModuleFactory.newEarModule(EarModuleFa
> ctory.java:75)
>         at org.apache.maven.plugin.ear.AbstractEarMojo.execute(AbstractEarMojo.j
> ava:119)
> I have created a plugin that creates wsr files, and have referenced that in my pom.xml, so I am confident that this error is a result of the EAR plugin not recognizing wsr files.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEAR-18) The EAR plugin will not properly handle WSR (Jboss web service archives) specified as dependencies in the pom.xml

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEAR-18?page=comments#action_58292 ] 

Brett Porter commented on MEAR-18:
----------------------------------

Brad, can you supply a patch instead?

svn diff >MEAR-18.diff

> The EAR plugin will not properly handle WSR (Jboss web service archives) specified as dependencies in the pom.xml
> -----------------------------------------------------------------------------------------------------------------
>
>          Key: MEAR-18
>          URL: http://jira.codehaus.org/browse/MEAR-18
>      Project: Maven 2.x Ear Plugin
>         Type: Wish

>     Versions: 2.0, 2.1
>     Reporter: Brad O'Hearne
>  Attachments: maven-ear-plugin.tar.gz
>
>
> If you try to include a Jboss web service archive (WSR file) in your EAR, by listing it as a dependency in your EAR project's pom.xml, you will get an error that says:
> [INFO] Trace
> java.lang.IllegalStateException: Could not handle artifact type[wsr]
>         at org.apache.maven.plugin.ear.EarModuleFactory.newEarModule(EarModuleFa
> ctory.java:75)
>         at org.apache.maven.plugin.ear.AbstractEarMojo.execute(AbstractEarMojo.j
> ava:119)
> I have created a plugin that creates wsr files, and have referenced that in my pom.xml, so I am confident that this error is a result of the EAR plugin not recognizing wsr files.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MEAR-18) The EAR plugin will not properly handle WSR (Jboss web service archives) specified as dependencies in the pom.xml

Posted by "Brad O'Hearne (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEAR-18?page=all ]

Brad O'Hearne updated MEAR-18:
------------------------------

    Attachment: maven-ear-plugin.tar.gz

> The EAR plugin will not properly handle WSR (Jboss web service archives) specified as dependencies in the pom.xml
> -----------------------------------------------------------------------------------------------------------------
>
>          Key: MEAR-18
>          URL: http://jira.codehaus.org/browse/MEAR-18
>      Project: Maven 2.x Ear Plugin
>         Type: Wish

>     Versions: 2.0, 2.1
>     Reporter: Brad O'Hearne
>  Attachments: maven-ear-plugin.tar.gz
>
>
> If you try to include a Jboss web service archive (WSR file) in your EAR, by listing it as a dependency in your EAR project's pom.xml, you will get an error that says:
> [INFO] Trace
> java.lang.IllegalStateException: Could not handle artifact type[wsr]
>         at org.apache.maven.plugin.ear.EarModuleFactory.newEarModule(EarModuleFa
> ctory.java:75)
>         at org.apache.maven.plugin.ear.AbstractEarMojo.execute(AbstractEarMojo.j
> ava:119)
> I have created a plugin that creates wsr files, and have referenced that in my pom.xml, so I am confident that this error is a result of the EAR plugin not recognizing wsr files.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org