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 - Implement per project in-memory context
Summary: Implement per project in-memory context
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: John Baker
URL: http://wiki.netbeans.org/wiki/view/De...
Keywords:
Depends on:
Blocks: 89438 93949 94804
  Show dependency tree
 
Reported: 2007-01-25 19:40 UTC by John Baker
Modified: 2007-03-28 21:30 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.