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

Summary: Error message should contain some separators
Product: serverplugins Reporter: Andrey Yamkovoy <kaktus>
Component: IdentityAssignee: Peter Liu <petertliu>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.