[
https://issues.apache.org/jira/browse/CXF-5397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13841399#comment-13841399
]
Christopher Cheng commented on CXF-5397:
----------------------------------------
I have tried cxf-2.7.8, when I generate a stub, it will still give an error
like this in WIndows
java:
C:\Java\abacus-webconnect-2013-R3\out\com\sabre\webservices\sabreXML\x2011\x10\impl\TravelItineraryReadRSDocumentImpl$TravelItineraryReadRSImpl$TravelItineraryImpl$ItineraryInfoImpl$ReservationItemsImpl$ItemImpl$VehicleImpl$VehVendorAvailImpl$VehResCoreImpl$VehicleChargesImpl$VehicleChargeImpl$ChargeDetailsImpl$ApproximateTotalChargeImpl.class
(The filename, directory name, or volume label syntax is incorrect)
> wsdl2java marker file name can exceed 255 chars
> -----------------------------------------------
>
> Key: CXF-5397
> URL: https://issues.apache.org/jira/browse/CXF-5397
> Project: CXF
> Issue Type: Bug
> Components: Tooling
> Affects Versions: 2.7.7
> Environment: Linux, windows
> Reporter: Bartek Zdanowski
> Assignee: Daniel Kulp
> Labels: wsdl2java
> Fix For: 2.7.8
>
> Attachments: AbstractCodegenMoho.java
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> During wsdl2java generation a marker file is created. It's name is created
> from WSDL URI (location on disk). When it exceeds 255 chars it will produce
> error during plugin execution.
> [ERROR] Failed to execute goal
> org.apache.cxf:cxf-codegen-plugin:2.7.7:wsdl2java
> (generate-sources-projectName) on project bank-simulator: Failed to create
> marker file /marker/file/path
> Additionally, if maven submode with wsdl2java is called from parent submodule
> eg.
> mvn clean install -pl submoduleName
> then markerfile nale length gets a lot bigger because base path to submodule
> is not stripped.
--
This message was sent by Atlassian JIRA
(v6.1#6144)