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 179678 - EJB Module project: vm options are ignored when debugging unit tests
Summary: EJB Module project: vm options are ignored when debugging unit tests
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal with 1 vote (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-19 12:38 UTC by puce
Modified: 2010-02-18 03:43 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 puce 2010-01-19 12:38:51 UTC
When debugging a unit test of an "EJB Module" project (either "Debug File" or "Debug Test File") the VM options (jvm args) such as:

-Djava.security.auth.login.config=<...>

are ignored.
Comment 1 David Konecny 2010-01-25 17:13:12 UTC
Right, debug macro seems to be missing '<jvmarg line="${runmain.jvmargs}"/>'. Fixed in 2ce7a536c350 in trunk and hopefully this will get into a next patch. Let me know if you do not know how to workaround this by customizing Ant script. Thanks.
Comment 2 pgebauer 2010-02-18 03:43:17 UTC
The whiteboard changed to 68patch-candidate according to the NetBeans Patches Process (http://wiki.netbeans.org/NetBeansPatchesProcess)