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

Summary: Need two different values for jpda.address property
Product: serverplugins Reporter: Lukas Jungmann <jungi>
Component: InfrastructureAssignee: Petr Hejl <phejl>
Status: NEW ---    
Severity: blocker CC: jskrivanek, kganfield, vkraemer
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 83057    
Attachments: proposed change
more complete patch

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.