jboss-fuse / wsdl2rest

A tool allowing quick migration from existing JAX-WS services to REST
Apache License 2.0
25 stars 22 forks source link

Creates a invalid package name #43

Closed tdiesler closed 6 years ago

tdiesler commented 6 years ago

Brian says:

"Destination Java Folder" automatically appends "/java" to the path when classes are generated, which creates a funky package name (i.e. "java.my.package.name"). Workaround is to remove the "/java" on the path in the wizard prior to hitting Finish.

tdiesler commented 6 years ago

I cannot reproduce this. AFAICS, the generated java artifacts have proper package names.

You may want to check the outpath that is passed on to the CXF tooling, here

The /java suffix is the default that gets appended to the outpath when nothing else is defined.

tdiesler commented 6 years ago

Seems out of date