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 137723 - Missing Bundle.properties for XSLTDataLoader
Summary: Missing Bundle.properties for XSLTDataLoader
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: XSLT Model (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vitaly Bychkov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-19 13:51 UTC by Jiri Skrivanek
Modified: 2008-07-04 14:11 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 Jiri Skrivanek 2008-06-19 13:51:27 UTC
If you call XSLTDataLoader.getDisplayName() it throws MissingResourceException because there is no Bundle.properties
file. The loader class is xslt.core\src\org\netbeans\modules\xslt\core\XSLTDataLoader.java.

BTW, I found out there is registered another XSLTDataLoader in xsl\src\org\netbeans\modules\xsl\XSLDataLoader.java. Is
it possible to remove one of them?
Comment 1 Vitaly Bychkov 2008-06-24 14:22:03 UTC
Fixed.
Changeset: 271f1fde1aa5.

These DataObjects has little bit different meanings.
One of them will be removed later when we would be ready to switch from xslt-module context onto project independent
context.
Comment 2 Jiri Skrivanek 2008-07-02 07:29:17 UTC
Where is the fix? I can't see it in main repository http://hg.netbeans.org/main/rev/271f1fde1aa5.
Comment 3 Vitaly Bychkov 2008-07-03 14:11:29 UTC
Sorry, fix was added only to the soa-dev clone.

Added fix to the main:
Changeset: 19404b9f755b.
Comment 4 Jiri Skrivanek 2008-07-04 14:11:56 UTC
Verified.