[
https://issues.apache.org/jira/browse/CXF-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554204
]
Benson Margulies commented on CXF-1220:
---------------------------------------
mvn install still doesn't run to completion, due to a missing
com.logisticx.order.
Bruce, I looked at this more, and I cannot explain why it could possibly work
unless there was a package-info.java in org.oasis.ubl.common.currency. However,
let me see if I can recall how I was attacking this.
/home/benson/x/cxf-1220-tc/logisticx/order/order-ws-su/src/test/java/com/logisticx/service/order/LogisticxOrderServiceTest.java:[4,27]
package com.logisticx.order does not exist
/home/benson/x/cxf-1220-tc/logisticx/order/order-ws-su/src/test/java/com/logisticx/service/order/LogisticxOrderServiceTest.java:[16,12]
cannot find symbol
symbol : class UblOrderFactoryBean
location: class com.logisticx.service.order.LogisticxOrderServiceTest
/home/benson/x/cxf-1220-tc/logisticx/order/order-ws-su/src/test/java/com/logisticx/service/order/LogisticxOrderServiceTest.java:[16,50]
cannot find symbol
symbol : class UblOrderFactoryBean
location: class com.logisticx.service.order.LogisticxOrderServiceTest
> Confused or dropped namespace in WSDL generated by java2wsdl function in the
> cxf-codegen-plugin
> ------------------------------------------------------------------------------------------------
>
> Key: CXF-1220
> URL: https://issues.apache.org/jira/browse/CXF-1220
> Project: CXF
> Issue Type: Bug
> Components: JAXB Databinding
> Affects Versions: 2.0.2
> Reporter: Bruce Snyder
> Assignee: Benson Margulies
> Attachments: logisticx.zip
>
>
> When deploying a web service in CXF via ServiceMix and importing the WSDL
> into SoapUI, I am receiving the following error:
> when pointing SoapUI at the web service, i'm getting an error stating: An
> error occured [http://localhost:8192/order-service/?wsdl:0: error:
> src-resolve.a: Could not find type '[EMAIL
> PROTECTED]:un:unece:uncefact:data:draft:UnqualifiedDataTypesSchemaModule:2'.
> Do you mean to refer to the type named [EMAIL
> PROTECTED]://logisticx.com/orderService/ (in _3Fwsdl)?], see error log for
> details
> I may be incorrect, but there seems to be some confusion in namespaces or a
> dropped namespace in the java2wsdl function that might be causing this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.