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 90737 - Error message should contain some separators
Summary: Error message should contain some separators
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Identity (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-07 11:48 UTC by Andrey Yamkovoy
Modified: 2007-03-12 13:16 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 Andrey Yamkovoy 2006-12-07 11:48:26 UTC
Error message should contain some separator (for example ',') between 
properties and space (or ':') between properties and other text.

Steps to reproduce:
- Go to Runtime TAB.
- Start application server.
- Add new instance to Access Manager with not valid user/password properties.
- Start to edit some profile for newly created instance.
- Wait a few seconds while error message appears in Edit window.
- Notice that error message contain 2 properies without any delimeters and 
these properties even not separated from message text by spaces ...
Comment 1 Peter Liu 2007-02-07 22:35:52 UTC
This is probably due to the duplicate jaxb libraries in jdk1.6.

Comment 2 Peter Liu 2007-03-02 21:36:54 UTC
Fix checked into release551 branch.
Comment 3 Andrey Yamkovoy 2007-03-12 13:16:03 UTC
Fix verified.