This is a Xalan problem. Make sure you
have the right xalan version. The FuncLoader is not existent in certain xalan
version,
The one that works for me is xalan-2.5.1.jar
Rgds
Kheng Kok
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 19, 2006
4:09 AM
To: axis-user@ws.apache.org
Subject: got security module
installation problems :(
Hello,
I can't get the security module to work. I am using Tomcat 5.5, JDK 1.5 and
Axis 2 0.95 (bin-download). I added <module ref="security"/> in
axis2.xml
(after addressing) and placed the security.mar in
tomcat/webapps/axis2/web-inf/modules. To visit
http://localhost:8080/axis2/listServices
shows me this error:
java.lang.NoClassDefFoundError:
org/apache/xpath/compiler/FuncLoader
...
Well
i found: delete wss4j-SNAPSHOT.jar and download xalan.jar to fix the
problem but it doesnt work for me, it says
javax.servlet.ServletException:
Trying to engage a module which is not
available : security; nested exception is:
org.apache.axis2.AxisFault: Trying to engage a module which is! not
available : security
org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:215)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
java.lang.Thread.run(Unknown Source)
Does
anyone knows a solution?
Thanks
for your help :)