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 74874 - missing bundle entries
Summary: missing bundle entries
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: App Client (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2006-04-12 01:10 UTC by _ ludo
Modified: 2006-08-25 16:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
prj1 (15.33 KB, application/octet-stream)
2006-04-12 01:13 UTC, _ ludo
Details
prj2 (40.37 KB, application/octet-stream)
2006-04-12 01:13 UTC, _ ludo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ ludo 2006-04-12 01:10:30 UTC
for the run or debug actions (maybe more)
So basically, cannot run App Clients anymore...

Line 227:
        if (this.bkgScanSensitiveActions.contains(command)) {
            JMManager.getManager().invokeAfterScanFinished(action,
NbBundle.getMessage(AppClientActionProvider.class,"ACTION_"+command)); //NOI18N
        } else {
            action.run();


ACTION_run is not defined in org.netbeans.modules.j2ee.clientproject bundle

Maybe more?
Comment 1 _ ludo 2006-04-12 01:12:15 UTC
And then someone was trying to run a simple appclient calling a web service.
Attached the 2 projects: ejb WS, and appclient...
Static or not for the WS injection, both do not work on the app client project...

What is wrong in this simple app client that wants to call a Web Service?
Comment 2 _ ludo 2006-04-12 01:13:17 UTC
Created attachment 29773 [details]
prj1
Comment 3 _ ludo 2006-04-12 01:13:43 UTC
Created attachment 29774 [details]
prj2
Comment 4 _ ludo 2006-04-12 01:14:44 UTC
P1: cannot run app clients with latest build
Comment 5 Martin Krauskopf 2006-04-12 12:50:26 UTC
I've just also encountered this one. It was probably caused by too agressive
Bundle cleanup. Since some bundle keys are dynamically concatenated they were
probably incorectly deleted during usage of i18ncheck.pl.
Comment 6 Martin Krauskopf 2006-04-12 12:53:20 UTC
src/org/netbeans/modules/j2ee/clientproject/Bundle.properties; 1.1.4.3 -> 1.1.4.4;
Comment 7 Dan Kolar 2006-08-25 16:09:12 UTC
v. build 200608240000