Hi, are you using JDK 1.5 ?
I'm trying this with JDK 1.4 and didn't get the problem since the xalan stuff seems to be available in the Sun JDK 1.4 Thanks, Ruchith On 3/21/06, Siamak Haschemi <[EMAIL PROTECTED]> wrote: > I solved the problem. > > For all of you who use the current svn-sources: > > Download the 2.6.0 of XALAN-J (http://archive.apache.org/dist/xml/xalan-j) > > Place the "xalan.jar" to the "WEB-INF/lib" directory. > > That solved the problem for me. > > Thanks > > Siamak Haschemi > > Siamak Haschemi schrieb: > > Thank you for your help. > > > > After removing the "wss4j-SNAPSHOT.jar" a new error message occurs: > > > > java.lang.NoClassDefFoundError: org/apache/xpath/compiler/FuncLoader > > > > ... > > > > > > So, what file do I need to delete now? :-) > > > > > > What is the background about this. I'm using the current svn-sources. > > Does it denpend on the current refactorings? > > > > Thanks, > > > > Siamak Haschemi > > > > > > > > > > Ruchith Fernando schrieb: > >> Do you have the wss4j-SNAPSHOT.jar in the 'WEB-INF/lib' directory. If > >> so please remove it. > >> > >> Thanks, > >> Ruchith > >> > >> On 3/21/06, Siamak Haschemi <[EMAIL PROTECTED]> wrote: > >> > >>> Hello to all. > >>> > >>> I want to use the security module shipped with axis2. > >>> > >>> I use the current svn sources to build the war file. > >>> I place the "security-0.95-SNAPSHOT.mar" to the > >>> "${CATALINA_HOME}\webapps\axis2\WEB-INF\modules" folder > >>> I add the line "<module ref="security"/>" to the axis2.xml > >>> > >>> While starting Tomcat the following error occures: > >>> > >>> java.lang.NoClassDefFoundError: org/apache/xml/security/Init > >>> > >>> .... > >>> > >>> > >>> Please help me to fix this. > >>> > >>> regards > >>> > >>> Siamak Haschemi > >>> > >>> > >> > >> > > > >
