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 - The Connection support probably doesn't work correctly
Summary: The Connection support probably doesn't work correctly
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Konecny
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2004-06-30 15:28 UTC by pzajac
Modified: 2008-12-22 23:00 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 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