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 186726 - Default setting wrong for APDUTool, the app does not start
Summary: Default setting wrong for APDUTool, the app does not start
Status: RESOLVED FIXED
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-26 10:53 UTC by Petr Suchomel
Modified: 2010-05-28 11:50 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 Petr Suchomel 2010-05-26 10:53:00 UTC
1. Right out of the box, if you create a extended or classic 
application, with all the default settings and default device, and run 
it, at the point where the APDUTool is suppose to start sending the 
APDUs to the card, it just says connected and gets stuck there. The 
problem there is basically that protocol difference between the cjcre 
and the apdutool. I looked in the configuration file for the default 
device, and saw that it had t=0 set for the apdutool. Going in and 
changing that in the customization window for the default device, fixes 
the problem.

2. Any changes that you make in the customization dialog box after 
creating the default platform don't have any effect to the configuration 
of the device. I tried it multiple times with protocols, memory sizes 
etc., the changes never showed up in the configuration file or have any 
effect on the actual running of the device.
Comment 1 Petr Suchomel 2010-05-26 10:53:20 UTC
Fixed in trunk http://hg.netbeans.org/main/rev/9317794e36ac
Comment 2 Petr Suchomel 2010-05-28 11:49:28 UTC
Changes merged and integrated