You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2007/09/21 20:07:50 UTC

[jira] Resolved: (CXF-1053) Catalog entry in codegen maven plugin and command line ignored.

     [ https://issues.apache.org/jira/browse/CXF-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-1053.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.3
         Assignee: Daniel Kulp


There were two problems:

1) xml-resolver swallows any exceptions in the catalog processing (and doesn't log them either).  Thus, we have no idea if it actually found a catalog or not.    I've updated it so "file" catalogs will be checked for existence prior to calling xml-resolver code.     catalogs at other types of URL's will not get checked.  :-(

2) We also didn't support URI resolving via catalogs, just system prefix things.   I've updated to call resolveURI and resolvePublic as well.




> Catalog entry in codegen maven plugin and command line ignored.
> ---------------------------------------------------------------
>
>                 Key: CXF-1053
>                 URL: https://issues.apache.org/jira/browse/CXF-1053
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.1
>         Environment: MacOSX, java1.5, maven 2.0.7
>            Reporter: kombi
>            Assignee: Daniel Kulp
>             Fix For: 2.0.3
>
>         Attachments: SampleProject.zip
>
>
> If i add a "-catalog" as extraargs to the maven plugin for code generation, It seems like it is not being called. I have tried giving a invalid catalog file name and proceed to get the same error.

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