[jira] Created: (MJBOSSPACK-31) problems importing 'ejb-client' artifact in PAR

View: New views
5 Messages — Rating Filter:   Alert me  

[jira] Created: (MJBOSSPACK-31) problems importing 'ejb-client' artifact in PAR

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

problems importing 'ejb-client' artifact in PAR
-----------------------------------------------

                 Key: MJBOSSPACK-31
                 URL: http://jira.codehaus.org/browse/MJBOSSPACK-31
             Project: Maven 2.x JBoss Packaging Plugin
          Issue Type: Bug
    Affects Versions: 2.1
            Reporter: Hans Guldager Knudsen
         Attachments: jboss_par_mojo_unarchiver_problem.txt

I cannot import an Artifact of type 'ejb-client' in my PAR file.

The 'ejb-client' has been generated by the 'maven-ejb-plugin' confitured with generateClient=true

Changing the ParMojo to lookup the UnArchiver by getFile() instead of getType() seems to solve the problem. See attachment.

I donot know if this could have any side effects.




--
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 from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Updated: (MJBOSSPACK-31) problems importing 'ejb-client' artifact in PAR

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MJBOSSPACK-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Gier updated MJBOSSPACK-31:
--------------------------------

    Fix Version/s: 2.2

> problems importing 'ejb-client' artifact in PAR
> -----------------------------------------------
>
>                 Key: MJBOSSPACK-31
>                 URL: http://jira.codehaus.org/browse/MJBOSSPACK-31
>             Project: Maven 2.x JBoss Packaging Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>            Reporter: Hans Guldager Knudsen
>             Fix For: 2.2
>
>         Attachments: jboss_par_mojo_unarchiver_problem.txt
>
>
> I cannot import an Artifact of type 'ejb-client' in my PAR file.
> The 'ejb-client' has been generated by the 'maven-ejb-plugin' confitured with generateClient=true
> Changing the ParMojo to lookup the UnArchiver by getFile() instead of getType() seems to solve the problem. See attachment.
> I donot know if this could have any side effects.

--
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 from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Assigned: (MJBOSSPACK-31) problems importing 'ejb-client' artifact in PAR

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MJBOSSPACK-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Gier reassigned MJBOSSPACK-31:
-----------------------------------

    Assignee: Paul Gier

> problems importing 'ejb-client' artifact in PAR
> -----------------------------------------------
>
>                 Key: MJBOSSPACK-31
>                 URL: http://jira.codehaus.org/browse/MJBOSSPACK-31
>             Project: Maven 2.x JBoss Packaging Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>            Reporter: Hans Guldager Knudsen
>            Assignee: Paul Gier
>             Fix For: 2.2
>
>         Attachments: jboss_par_mojo_unarchiver_problem.txt
>
>
> I cannot import an Artifact of type 'ejb-client' in my PAR file.
> The 'ejb-client' has been generated by the 'maven-ejb-plugin' confitured with generateClient=true
> Changing the ParMojo to lookup the UnArchiver by getFile() instead of getType() seems to solve the problem. See attachment.
> I donot know if this could have any side effects.

--
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 from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Commented: (MJBOSSPACK-31) problems importing 'ejb-client' artifact in PAR

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MJBOSSPACK-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=197266#action_197266 ]

Paul Gier commented on MJBOSSPACK-31:
-------------------------------------

The difference is that if you pass the file, the file extension will be used to determine the file type.  The file extension is probably more reliable than the artifact type, so I will apply the patch.

> problems importing 'ejb-client' artifact in PAR
> -----------------------------------------------
>
>                 Key: MJBOSSPACK-31
>                 URL: http://jira.codehaus.org/browse/MJBOSSPACK-31
>             Project: Maven 2.x JBoss Packaging Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>            Reporter: Hans Guldager Knudsen
>            Assignee: Paul Gier
>             Fix For: 2.2
>
>         Attachments: jboss_par_mojo_unarchiver_problem.txt
>
>
> I cannot import an Artifact of type 'ejb-client' in my PAR file.
> The 'ejb-client' has been generated by the 'maven-ejb-plugin' confitured with generateClient=true
> Changing the ParMojo to lookup the UnArchiver by getFile() instead of getType() seems to solve the problem. See attachment.
> I donot know if this could have any side effects.

--
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 from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Closed: (MJBOSSPACK-31) problems importing 'ejb-client' artifact in PAR

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MJBOSSPACK-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Gier closed MJBOSSPACK-31.
-------------------------------

    Resolution: Fixed

Fixed in [r11090|http://fisheye.codehaus.org/changelog/mojo/trunk/mojo?cs=11090].

> problems importing 'ejb-client' artifact in PAR
> -----------------------------------------------
>
>                 Key: MJBOSSPACK-31
>                 URL: http://jira.codehaus.org/browse/MJBOSSPACK-31
>             Project: Maven 2.x JBoss Packaging Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>            Reporter: Hans Guldager Knudsen
>            Assignee: Paul Gier
>             Fix For: 2.2
>
>         Attachments: jboss_par_mojo_unarchiver_problem.txt
>
>
> I cannot import an Artifact of type 'ejb-client' in my PAR file.
> The 'ejb-client' has been generated by the 'maven-ejb-plugin' confitured with generateClient=true
> Changing the ParMojo to lookup the UnArchiver by getFile() instead of getType() seems to solve the problem. See attachment.
> I donot know if this could have any side effects.

--
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 from this list, please visit:

    http://xircles.codehaus.org/manage_email