Hi All, I am getting the warnings when compiling. Could you please help to figure out which is wrong? Java, PyFerret, Ant or Tomcat causing the issue and how to fix?
compile:
[javac] Compiling 475 source files to /home/chowjh/las.v8.6.13/WebContent/WEB-INF/classes
[javac] /home/chowjh/las.v8.6.13/JavaSource/gov/noaa/pmel/tmap/las/jdom/LASBackendResponse.java:41: warning: WebRowSetImpl is internal proprietary API and may be removed in a future release
[javac] import com.sun.rowset.WebRowSetImpl;
It's just a warning. There is nothing you need to fix. Everything will work fine as is. If at some point in the future the WebRowSet API is removed we will provide a replacement.
Hi All, I am getting the warnings when compiling. Could you please help to figure out which is wrong? Java, PyFerret, Ant or Tomcat causing the issue and how to fix?
compile: [javac] Compiling 475 source files to /home/chowjh/las.v8.6.13/WebContent/WEB-INF/classes [javac] /home/chowjh/las.v8.6.13/JavaSource/gov/noaa/pmel/tmap/las/jdom/LASBackendResponse.java:41: warning: WebRowSetImpl is internal proprietary API and may be removed in a future release [javac] import com.sun.rowset.WebRowSetImpl;