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 83055 - Need two different values for jpda.address property
Summary: Need two different values for jpda.address property
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks: 83057
  Show dependency tree
 
Reported: 2006-08-19 23:46 UTC by Lukas Jungmann
Modified: 2008-04-21 21:11 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
proposed change (1.51 KB, patch)
2006-08-19 23:53 UTC, Lukas Jungmann
Details | Diff
more complete patch (12.96 KB, text/plain)
2008-04-21 19:30 UTC, Vince Kraemer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2006-08-19 23:46:57 UTC
To be able to debug server side (eg. ejb module) and client side (eg. appclient,
java client) components simultaneously, j2eeserver module should be able to
provide two different values for "jpda.address" property - one for the server
(for server side component) and one for application client container (for client
side component).

Will attach proposed change which seems to work correctly.
Comment 1 Lukas Jungmann 2006-08-19 23:53:34 UTC
Created attachment 33093 [details]
proposed change
Comment 2 Vince Kraemer 2008-04-21 19:29:26 UTC
actually, the patch needs to be a bit bigger that the diff proposed originally.

Attaching my proposed changes.

Note: the user must MANUALLY attach to the server to debug the EJB code.  I guess that could be improved.

Comment 3 Vince Kraemer 2008-04-21 19:30:06 UTC
Created attachment 60511 [details]
more complete patch
Comment 4 Lukas Jungmann 2008-04-21 21:11:27 UTC
You're right, thanks Vince.