You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Arulazi Dhesiaseelan (JIRA)" <ji...@apache.org> on 2009/03/24 23:31:55 UTC

[jira] Commented: (CXF-2124) DynamicClientFactory.createClient API would throw an exception with source path instead of classes path when classes.mkdir() call fails

    [ https://issues.apache.org/jira/browse/CXF-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12688917#action_12688917 ] 

Arulazi Dhesiaseelan commented on CXF-2124:
-------------------------------------------

Thanks Dan for fixing it.

> DynamicClientFactory.createClient API would throw an exception with source path instead of classes path when classes.mkdir() call fails
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-2124
>                 URL: https://issues.apache.org/jira/browse/CXF-2124
>             Project: CXF
>          Issue Type: Bug
>          Components: JAXB Databinding
>    Affects Versions: 2.1.4
>            Reporter: Arulazi Dhesiaseelan
>            Assignee: Daniel Kulp
>            Priority: Minor
>             Fix For: 2.1.5, 2.2.1
>
>
> https://svn.apache.org/repos/asf/cxf/trunk/rt/databinding/jaxb/src/main/java/org/apache/cxf/endpoint/dynamic/DynamicClientFactory.java
> The following code is not using the classes path in the exception message when classes.mkdir fails.
>         File classes = new File(tmpdir, stem + "-classes");
>         if (!classes.mkdir()) {
>             throw new IllegalStateException("Unable to create working directory " + src.getPath());// change this to classes.getPath()
>         }
> Let me know if I need to submit a patch. Hope this is a simple fix to make. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.