HR fix review: #214604 - Oracle Cloud Remote platform contains always JSF1.2 API classes
David Konecny <[email protected]> Tue, 26 Jun 2012 10:46:27 +1200
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Description: http://netbeans.org/bugzilla/show_bug.cgi?id=214604 Despite user selecting JSF2.0 project behaves as if it was JSF1.2 project because JSF2.0 jars are missing on project's classpath. Impact assessment: it is very likely that any user experimenting with Oracle Cloud and trying to create a modern Web Application to deploy to Oracle Cloud (ie. based on JSF2 and JPA2) will bump into this problem and get confused. There is a workaround but it is not self obvious. Risk assessment: Fix is very safe - it adds missing libraries to project's classpath Reviewed and tested by Martin Fousek. QA verification is going to happen soon. Changeset: http://hg.netbeans.org/main-silver/rev/39ed72417f32 and small tweak in http://hg.netbeans.org/web-main/rev/d70de24bf675 Thanks for the review, -David