I suppose you are using one of CXF 3.x.x, but which version are you using exactly? There is no special dependency setting required to run mvn -Pserver. It all got everything in it and it shouldn't be throwing any ClassNotFoundException.
what do you see when you run mvn dependency:tree at the sign_enc folder? that will show the project dependency. regards, aki 2014-08-13 9:08 GMT+02:00 Stephanie <[email protected]>: > Hi, thanks for ypur answer. > > I am using eclipse IDE to execute the Server.java and Client.java. > I was testing it with mvn -Pserver and mvn -Pclient, but there is shown an > other error as in the eclipse IDE. > > mvn says that he cant find the class org.apache.wss4j.common.crypto.Merlin > > It seems like there is a dependency missing, but I am pretty sure, that I > included everything I need. > > If I am executing the Java-Files in the IDE the error doesnt appear, instead > there is the EOF exception > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/SOAP-Fault-Unexpected-EOF-in-prolog-tp5747519p5747747.html > Sent from the cxf-user mailing list archive at Nabble.com.
