Try deleting all your compiled jsp files (__jsp.java) and recompiling all your code.  
If you've got code based on 1.0, you likely have some code that is deprecated and that 
you should update before proceeding.

---
- Nayan Hajratwala
- Chikli Consulting LLC
- http://www.chikli.com


-----Original Message-----
From: aswath satrasala [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, January 14, 2003 4:00 PM
To: [EMAIL PROTECTED]
Subject: errors when using struts1.1 but not in 1.0



Hello,
I get the following error messages while using struts 1.1b3
I don't get any errors while using struts 1.0


javax.servlet.jsp.JspException: Note: sun.tools.javac.Main has been 
deprecated.
C:\eclipse\workspace\workflow\Web 
root\WEB-INF\work\_viewallworkflows__jsp.java:0:
The method void doInsert(java.sql.Connection) declared in class 
com.transpak.dbbeans.WorkflowBean
cannot override the method of the same signature declared in class 
com.transpak.dbbeans.DBBean.
Their throws clauses are incompatible.
/*
^
C:\eclipse\workspace\workflow\Web 
root\WEB-INF\work\_viewallworkflows__jsp.java:0:
The method void doDelete(java.sql.Connection) declared in class 
com.transpak.dbbeans.WorkflowBean
cannot override the method of the same signature declared in class 
com.transpak.dbbeans.DBBean.
Their throws clauses are incompatible.
/*
^
C:\eclipse\workspace\workflow\Web 
root\WEB-INF\work\_viewallworkflows__jsp.java:0:
The method void doUpdate(java.sql.Connection) declared in class 
com.transpak.dbbeans.WorkflowBean
cannot override the method of the same signature declared in class 
com.transpak.dbbeans.DBBean.
Their throws clauses are incompatible.
/*
^
3 errors, 1 warning

at org.apache.struts.taglib.template.InsertTag.doEndTag(InsertTag.java:164)
at 
_wrapper._viewallworkflows_0wrapper__jsp._jspService(/workflow/wrapper/viewallworkflows_wrapper.jsp:15)
at com.caucho.jsp.JavaPage.service(JavaPage.java:75)
at com.caucho.jsp.Page.subservice(Page.java:497)
at com.caucho.server.http.FilterChainPage.doFilter(FilterChainPage.java:182)
at com.caucho.server.http.Invocation.service(Invocation.java:312)
at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:244)
at com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:163)
at com.caucho.server.TcpConnection.run(TcpConnection.java:137)
at java.lang.Thread.run(Thread.java:536)


_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to