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 109253 - Use Database action problem
Summary: Use Database action problem
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: App Client (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P2 blocker (vote)
Assignee: martin_adamek
URL:
Keywords:
: 95598 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-07-10 15:24 UTC by Michal Mocnak
Modified: 2007-07-31 15:26 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace (4.35 KB, text/plain)
2007-07-10 15:25 UTC, Michal Mocnak
Details
proposed patch (1.23 KB, text/plain)
2007-07-21 12:17 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Mocnak 2007-07-10 15:24:59 UTC
Found in nb60 dev 20070710 in glassfish v2 b54

Create an ear (1.5) appclient module. From appclient call 'Use Database' action and use the data source.

An error is occurred. See attached log.
Comment 1 Michal Mocnak 2007-07-10 15:25:26 UTC
Created attachment 44884 [details]
stack trace
Comment 2 Michal Mocnak 2007-07-17 09:39:51 UTC
*** Issue 95598 has been marked as a duplicate of this issue. ***
Comment 3 Lukas Jungmann 2007-07-21 12:17:11 UTC
The problem is that Use DB action does not count with appclient. Proposed patch is attached, feel free to apply...
Comment 4 Lukas Jungmann 2007-07-21 12:17:50 UTC
Created attachment 45483 [details]
proposed patch