You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Grzegorz Tokarski (JIRA)" <ji...@apache.org> on 2009/12/10 17:58:18 UTC

[jira] Created: (AXIS2-4581) wsdl2Java doesn't pass the chosen binding file to JAXBRI

wsdl2Java doesn't pass the chosen binding file to JAXBRI
--------------------------------------------------------

                 Key: AXIS2-4581
                 URL: https://issues.apache.org/jira/browse/AXIS2-4581
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: Tools
    Affects Versions: 1.5.1
            Reporter: Grzegorz Tokarski
            Priority: Minor


According to the documentation, the -E<key> <value> passes the specific configuration parameter to the concrete databinding implementation, e.g. when  '-Eb filename' is provided,  'b filename' should be passed to the databinding provider. This doesn't work for JAXBRI. The org.apache.axis2.wsdl.codegen.CodegenConfigLoader correctly saves the value to the configuration map (<'b', 'filename'>), but org.apache.axis2.jaxbri.CodeGenerationUtility searches the configuration map for 'bindingFileName', instead of simply 'b'. 

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


[jira] Updated: (AXIS2-4581) wsdl2Java doesn't pass the chosen binding file to JAXBRI

Posted by "Grzegorz Tokarski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grzegorz Tokarski updated AXIS2-4581:
-------------------------------------

    Environment: Java 1.6.0_16-b01

> wsdl2Java doesn't pass the chosen binding file to JAXBRI
> --------------------------------------------------------
>
>                 Key: AXIS2-4581
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4581
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.5.1
>         Environment: Java 1.6.0_16-b01
>            Reporter: Grzegorz Tokarski
>            Priority: Minor
>
> According to the documentation, the -E<key> <value> passes the specific configuration parameter to the concrete databinding implementation, e.g. when  '-Eb filename' is provided,  'b filename' should be passed to the databinding provider. This doesn't work for JAXBRI. The org.apache.axis2.wsdl.codegen.CodegenConfigLoader correctly saves the value to the configuration map (<'b', 'filename'>), but org.apache.axis2.jaxbri.CodeGenerationUtility searches the configuration map for 'bindingFileName', instead of simply 'b'. 

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