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 57357 - caching/non-caching Service locator aren't enabled for EJB FreeForm project
Summary: caching/non-caching Service locator aren't enabled for EJB FreeForm project
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: EJB Freeform (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-01 20:59 UTC by Petr Blaha
Modified: 2006-03-24 13:11 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 Petr Blaha 2005-04-01 20:59:13 UTC
[Build 20050401]
For EJB FreeForm project caching/non-caching service locators aren't listed
under category Enterprise.
Comment 1 Andrei Badea 2005-04-02 15:48:39 UTC
Caused by me while fixing issue #56750.

Checking in EJBProjectNature.java;
/cvs/j2ee/ejbfreeform/src/org/netbeans/modules/j2ee/ejbfreeform/EJBProjectNature.java,v
 <--  EJBProjectNature.java
new revision: 1.13; previous revision: 1.12
done
Checking in WebProjectNature.java;
/cvs/web/freeform/src/org/netbeans/modules/web/freeform/WebProjectNature.java,v
 <--  WebProjectNature.java
new revision: 1.11; previous revision: 1.10
done
Comment 2 Petr Blaha 2005-04-14 09:03:18 UTC
[Build 20050413]