Reputation: 1432
I want to generate web service client using Apache CXF 2.3.0 and jdk6. For parameter -frontend jaxws21
I am getting error
Could not find jaxws21 frontend within classpath
I even tried -fe jaxws21
, but getting same error.
If I use jdk7 its works fine. Any help on this is greatly appreciated.
Upvotes: 1
Views: 1607
Reputation: 14607
Upgrade to a newer version of CXF. 2.3.0 is ancient and unsupported. I don't think the jaxws21 flag was even added at that point.
Upvotes: 1