Please review fix for #151944
Nitya Doraisamy <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Please review the fix for http://www.netbeans.org/issues/show_bug.cgi?id=151944 Fixed & verified in main : Changeset: http://hg.netbeans.org/main/rev/b09c3560b3fc Problem: Deployment to GlassFish v3 fails if JDBC Driver deployment is enabled. Invalid parameter is being passed resulting in NPE. Feature Justification: Target feature is broken Solution: Pass the correct parameter representing V3 root location and add check to validate parameters. -Nitya