Il giorno ven, 24/06/2005 alle 11.46 +0200, Jan Kester ha scritto: > Hello > > I checked out the wss4j project. Via cvs, and via maven. Then I tried > creating a wssd4j.jar with ant jar. But my compile fails in: > org.apache.ws.security.handler.WSHandler.java 201 and 421 > WSHandlerConstants.SEND and WSHandlerConstants.RECEIVE cannot resolve > symbol.
Seems someone forgotten to declare SEND and RECEIVE in the constants in the last commit... I solved "downgrading" to the previous revision of the file (1.7) :-) It builds and works fine. Bye, Davide Romanini
