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 93216

Summary: Implement per project in-memory context
Product: obsolete Reporter: John Baker <jbaker>
Component: visualwebAssignee: John Baker <jbaker>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
URL: http://wiki.netbeans.org/wiki/view/DesignTimeJNDIContextRearchitecture
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 89438, 93949, 94804    

Description John Baker 2007-01-25 19:40:24 UTC
In VWP for NB 5.5, JNDI lookup used a serialized context file that holds
datasource information.  Also, instead of using NetBeans connections, 
connections were obtained through VWP APIs.  

To integrate or sync up the connections requires some API changes in NetBeans
and also an in-memory context.

This enhancement requires being able to implement a design-time context per 
project.
Comment 1 John Baker 2007-02-08 01:56:41 UTC
This is a P1 task, so raising the priority to reflect
Comment 2 John Baker 2007-03-20 06:17:11 UTC
Feature implemented.
There are a couple of bugs that may appear. Binding tables from 2 different
connections sometimes fails.

I will file separately.