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 12263 - Beans in WEB_INF/classes isn't automatically compiled
Summary: Beans in WEB_INF/classes isn't automatically compiled
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Petr Jiricka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-18 13:43 UTC by L Martinek
Modified: 2001-06-27 16:32 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 L Martinek 2001-05-18 13:43:01 UTC
[010517]

Create some jsp that uses some bean. If the bean isn't under WEB-INF/classes 
then it's automaticcaly compiled with compiling JSP. But if the bean is under 
WEB-INF/classes then it isn't automatically compiled.
Comment 1 Petr Jiricka 2001-06-01 09:56:47 UTC
Can not reproduce. The steps I used are:

1. Create a bean in WEB-INF/classes, do not compile it
2. Create a JSP
3. Add jsp:useBean importing the created bean to the JSP
4. Compile the JSP

After this, there was the .class file next to the bean.
Comment 2 L Martinek 2001-06-08 15:12:33 UTC
Sorry, I wrote bad description. Originally I meant execution but I wrote 
compilation. So correct description is:

If the bean is under WEB-INF/classes then it isn't automatically compiled with 
executing JSP
Comment 3 Petr Jiricka 2001-06-22 17:52:23 UTC
Fixed on 2001-Jun-22