[ 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.