just starting with CXF (celtixfire)
The Apache CeltiXFire project has just recently been renamed to CXF. Which is much more userfriendly for the mouth at any rate, (Celtixfire is a bit of tongue twister).
I am only a newbie and only getting started on it now. I successfully imported the project into Eclipse thanks to Dan Kulp's explanation.
The only problem Ive come across so far was when building the project (out in the command line) using Maven 2.0.4 my
java.lang.NoClassDefFoundError: org/apache/cxf/configuration/CommandlineConfiguration
at java.lang.Class.getDeclaredMethods0(Native Method)
It seemed this was caused by out-of-date binaries. To make sure you update these, use "mvn clean install" instead of just "mvn install". If clean fails (which it did for me!), delete the */target directories manually. Clean out the local repository, i.e. remove the org.apache.cxf directory in c:\Documents and Settings\
After this my build worked and the
The project is now complete with distribution jars and demos
