On 1/20/2011 11:45 AM, kkoli...@apache.org wrote:
Author: kkolinko
Date: Thu Jan 20 18:45:09 2011
New Revision: 1061451
URL: http://svn.apache.org/viewvc?rev=1061451&view=rev
Log:
vote
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1061451&r1=1061450&r2=1061451&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Thu Jan 20 18:45:09 2011
@@ -112,8 +112,16 @@ PATCHES PROPOSED TO BACKPORT:
http://people.apache.org/~fhanik/dslink.patch
+1: fhanik, funkman
-1:
+ kkolinko:
+ 1) Need to remove @Override at
DataSourceLinkFactory.DataSourceHandler#invoke().
+ Otherwise it does not compile with Java 5. That is because
InvocationHandler is an interface.
+ 2) The following line in NamingContextListener#addResourceLink():
+ Iterator<String> i = resourceLink.listProperties();
+ Here ContextResourceLink#listProperties() returns Iterator, not
+ Iterator<String>, but IDE does not give me a warning and I see no
+ @SuppressWarnings arround. It is odd.
done.
Filip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org