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 79327

Summary: AttachWizard shouldn't allow attaching a target incompatible with the selected project
Product: profiler Reporter: J Bachorik <yardus>
Component: BaseAssignee: Petr Cyhelsky <cyhelsky>
Status: STARTED ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description J Bachorik 2006-06-28 12:41:16 UTC
The attach wizard should be intelligent enough to allow attaching only to
compatible targets. Compatibility is defined as follows:
 NB Project                   Attach Wizard Targets
----------------------------------------------------
 J2SE Project        ->       Application, Applet
 EJB Module          ->       Application, J2EE Server
 Web Module          ->       Application, J2EE Server
 Enterprise App      ->       Application, J2EE Server
 NB Module           ->       Application
 FreeForm            ->       Application, Applet, J2EE Server
Comment 1 J Bachorik 2008-06-13 08:32:13 UTC
As it turns out the implementation of this feature would require quite intensive tweaking of the profiler internals. The
benefits of this feature wouldn't approve this level of tweaking.
Postponing ...
Comment 2 J Bachorik 2012-08-01 08:33:56 UTC
changing owner