This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 115686 - Dropped Table created with invalid source
Summary: Dropped Table created with invalid source
Status: RESOLVED DUPLICATE of bug 115685
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Winston Prakash
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-17 11:14 UTC by Dan Kolar
Modified: 2007-09-17 15:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Kolar 2007-09-17 11:14:15 UTC
build 200709150000 jdk1.6.0_03

1) Create Web project with VW JSF on Apache 6.0.13 J2EE5
2) Drop a Table on Page1.jsp

Errors are shown in the code. Project can't be compiled:

Compiling 4 source files to C:\Documents and Settings\Dan Kolar\My
Documents\NetBeansProjects\WebApplication2\build\web\WEB-INF\classes
C:\Documents and Settings\Dan Kolar\My
Documents\NetBeansProjects\WebApplication2\src\java\webapplication2\Page1.java:264: getBean(java.lang.String) in
com.sun.rave.web.ui.appbase.FacesBean cannot be applied to ()
        return (ApplicationBean1) getBean();
C:\Documents and Settings\Dan Kolar\My
Documents\NetBeansProjects\WebApplication2\src\java\webapplication2\Page1.java:271: getBean(java.lang.String) in
com.sun.rave.web.ui.appbase.FacesBean cannot be applied to ()
        return (SessionBean1) getBean();
C:\Documents and Settings\Dan Kolar\My
Documents\NetBeansProjects\WebApplication2\src\java\webapplication2\Page1.java:278: getBean(java.lang.String) in
com.sun.rave.web.ui.appbase.FacesBean cannot be applied to ()
        return (RequestBean1) getBean();
C:\Documents and Settings\Dan Kolar\My
Documents\NetBeansProjects\WebApplication2\src\java\webapplication2\SessionBean1.java:117: getBean(java.lang.String) in
com.sun.rave.web.ui.appbase.FacesBean cannot be applied to ()
        return (ApplicationBean1) getBean();
C:\Documents and Settings\Dan Kolar\My
Documents\NetBeansProjects\WebApplication2\src\java\webapplication2\RequestBean1.java:93: getBean(java.lang.String) in
com.sun.rave.web.ui.appbase.FacesBean cannot be applied to ()
        return (ApplicationBean1) getBean();
C:\Documents and Settings\Dan Kolar\My
Documents\NetBeansProjects\WebApplication2\src\java\webapplication2\RequestBean1.java:100: getBean(java.lang.String) in
com.sun.rave.web.ui.appbase.FacesBean cannot be applied to ()
        return (SessionBean1) getBean();
6 errors
C:\Documents and Settings\Dan Kolar\My Documents\NetBeansProjects\WebApplication2\nbproject\build-impl.xml:364: The
following error occurred while executing this line:
C:\Documents and Settings\Dan Kolar\My Documents\NetBeansProjects\WebApplication2\nbproject\build-impl.xml:168: Compile
failed; see the compiler error output for details.
Comment 1 Dan Kolar 2007-09-17 15:58:46 UTC

*** This issue has been marked as a duplicate of 115685 ***