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 149297 - Bad character encoding in generated xmls
Summary: Bad character encoding in generated xmls
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Venkat Chellasamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-06 22:25 UTC by pkaczyns
Modified: 2008-10-07 07:57 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 pkaczyns 2008-10-06 22:26:01 UTC
When I create a samble BC project and then try to install it on the server I get an error "Bad character 1 in ... UTF". 
This is because standard generator makes dates localized and I get in jbi.xml file a comment

<!--
    Document   : jbi.xml
    Created on : 6 pa�dziernik 2008, 18:08
    Author     : pkaczyns
    Description: JBI Component installation descriptor.
-->

Note this (Polish) character in date - it causes the error. Glitch, but took me some while to figure out what is 
wrong...