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/10/11 20:57:50 UTC

[jira] Commented: (CXF-1094) Tooling binding file wsdllcaotion and schemaLocation improvement

    [ https://issues.apache.org/jira/browse/CXF-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534125 ] 

Daniel Kulp commented on CXF-1094:
----------------------------------

Jim,

This seems to be working fine on trunk.   However, I pulled it into 2.0.x and it the test fails.   The xpath isn't finding any nodes.   Is this something that will only work with JAXB 2.1?   If so, we'll have to change the "fix version" to 2.1.

If you could take a look at it on the 2.0.3 branch, that would be great.

Thanks!
Dan




> Tooling binding file wsdllcaotion and schemaLocation improvement
> ----------------------------------------------------------------
>
>                 Key: CXF-1094
>                 URL: https://issues.apache.org/jira/browse/CXF-1094
>             Project: CXF
>          Issue Type: Improvement
>          Components: Tooling
>    Affects Versions: 2.0.2
>            Reporter: jimma
>             Fix For: 2.0.3
>
>
> In each external binding file, I must specify a 'schemaLocation' or 'wsdlLocation', even though this information was already supplied to wsdl2java from the command line. This is frustrating, because it means I cannot re-use my bindings files: Instead I must create a separate JAXB customization file for each XSD file, and a separate JAXWS customization file for each WSDL file, even if the customizations are exactly the same each time! Can wsdl2java not inject this information into the JAXB/JAXWS customization code at runtime, either as a parameter or a property? Doing this would greatly reduce the number of files required for JAXB/JAXWS customizations. 

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