Hi,
I was first using ECS with the JSDK 2.0 servletrunner and now changed to the
tomcat-server contained
in 2.1. The problem is that ECS stopped working, I now get:
Error: 500
Internal Servlet Error:
java.lang.NoSuchMethodError: java.util.Vector: method add(Ljava/lang/Object;)Z not
found
at
org.apache.ecs.ConcreteElement.addElementToRegistry(ConcreteElement.java:125)
at org.apache.ecs.html.Head.addElement(Head.java:115)
at org.apache.ecs.Document.(Document.java:89)
at LoginHandler.doPost(LoginHandler.java:19)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:747)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
at com.sun.web.core.ServletWrapper.handleRequest(ServletWrapper.java:140)
at com.sun.web.core.InvokerServlet.service(InvokerServlet.java:169)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
at com.sun.web.core.ServletWrapper.handleRequest(ServletWrapper.java:140)
at com.sun.web.core.Context.handleRequest(Context.java:375)
at com.sun.web.server.ConnectionHandler.run(ConnectionHandler.java:135)
After testing, it seems that for all ECS-objects just calls like Obj o = new Obj()
work, everything else like
Head head = new Head(new Title("Test")) stopped working, addElement doesn't work
either.
I browsed the mailinglist-archive, but didn't find anything.
Could someone please give me a hint to whats going on?
Cheers,
Volker
--
Volker Stolz * [EMAIL PROTECTED] * PGP
--
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]