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 45750

Summary: The Connection support probably doesn't work correctly
Product: platform Reporter: pzajac <pzajac>
Component: Data SystemsAssignee: David Konecny <dkonecny>
Status: CLOSED FIXED    
Severity: blocker Keywords: TEST
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description pzajac 2004-06-30 15:28:50 UTC
I has tried to make unit test for Connection
support. No ConnectionCookie.Type was found after
registering registering new ConnectionCookie.Type.   
For details look to the :
openide/test/qa-functional/DataLoaderTests/DataObjectTest/SomeTest.testDataConnection

test

The test can be simply runned:
ant -Dxtest.testtype=qa-functional -Dxtest.attribs
=new
Comment 1 David Konecny 2004-08-20 13:02:19 UTC
As I said in issue 45647 the whole ConnectionCookie & support are
going to die. This bug is nice example that it was never used for
non-persistent connections.

Fixed in:
src/org/openide/loaders/ConnectionSupport.java
new revision: 1.3; previous revision: 1.2
Comment 2 pzajac 2004-09-10 13:39:00 UTC
v