You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rex Wang (JIRA)" <ji...@apache.org> on 2011/05/11 11:23:47 UTC

[jira] [Created] (GERONIMO-5955) should not generate wsdl into an ejb archive

should not generate wsdl into an ejb archive
--------------------------------------------

                 Key: GERONIMO-5955
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5955
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
    Affects Versions: 3.0
            Reporter: Rex Wang
            Assignee: Rex Wang
             Fix For: 3.0


in WsdlGenerator
1. if ejb is in an ear, the ejb won't be extracted during deployment. So createTempDirectory will throw io exception
2. if it is a standalone ejb, it try resolve an non-exist target path - "ejb.jar" to create the temp directory.

so, we should generate wsdl to the base dir as before

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (GERONIMO-5955) should not generate wsdl into an ejb archive

Posted by "Forrest Xia (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Forrest Xia resolved GERONIMO-5955.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0-beta-1

Close it since the fix is into 3.0-beta-1 release.
                
> should not generate wsdl into an ejb archive
> --------------------------------------------
>
>                 Key: GERONIMO-5955
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5955
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0
>            Reporter: Rex Wang
>            Assignee: Rex Wang
>             Fix For: 3.0, 3.0-beta-1
>
>
> in WsdlGenerator
> 1. if ejb is in an ear, the ejb won't be extracted during deployment. So createTempDirectory will throw io exception
> 2. if it is a standalone ejb, it try resolve an non-exist target path - "ejb.jar" to create the temp directory.
> so, we should generate wsdl to the base dir as before

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (GERONIMO-5955) should not generate wsdl into an ejb archive

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031612#comment-13031612 ] 

Rex Wang commented on GERONIMO-5955:
------------------------------------

commit the fix At revision: 1101796

> should not generate wsdl into an ejb archive
> --------------------------------------------
>
>                 Key: GERONIMO-5955
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5955
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0
>            Reporter: Rex Wang
>            Assignee: Rex Wang
>             Fix For: 3.0
>
>
> in WsdlGenerator
> 1. if ejb is in an ear, the ejb won't be extracted during deployment. So createTempDirectory will throw io exception
> 2. if it is a standalone ejb, it try resolve an non-exist target path - "ejb.jar" to create the temp directory.
> so, we should generate wsdl to the base dir as before

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira