>
> Part of the issue is that we don't have very good archetypes for CXF yet.
> Thus, using the m2eclipse plugin to create CXF projects in eclipse that
> work
> well with CXF doesn't work very well.     We really only have a single
> "jaxws
> code first" archetype which is very minimalistic.
>
> What we really need is someone to create and submit a couple simple sample
> maven projects that show the various ways to "get started"  and then get
> them
> converted to archetypes  that would be usable with m2eclipse.
>
> That and the WTP/STP eclipse tooling should then integrate with the
> m2eclipse
> stuff so it all works together seamlessly and consistently, but we kind of
> need the archetypes first.
>
> Any takers?
>
> --
> Daniel Kulp
>  <[email protected]>



One complication with Glen's
example<http://www.jroller.com/gmazza/date/20080417>is that it looks
for the generated sources in
    ./service-war/target/generated/...
and expects hand written sources in
    ./service-war/src/main/java

There's no mechanism to use the java2wsdl -ipml arg to generate the
*Impl.java. It requires that it be manually dropped in
/service-war/src/main/java.

Does this require a second invocation of wsdl2java using a different target
dir when the -ipml arg is used?

-Bruce

Reply via email to