Bug 177400 - java.net.UnknownHostException: java.sun.com
Marek Fukala <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
https://netbeans.org/bugzilla/show_bug.cgi?id=177400 Description: exceptions may show up when one opens a facelets file w/o network connection. Cause: missing facelets schema entry in the netbeans catalog. The file is downloaded from internet if there is a connection, otherwise causes the exc. Fix: add the web-facesconfig_2_0.xsd file into nb. catalog Risk: safe Code reviewed and approved by QE already http://hg.netbeans.org/web-main/rev/d24df00f9ff1 Thanks, Marek