[
https://issues.jboss.org/browse/JBDS-2913?page=com.atlassian.jira.plugin....
]
Rob Stryker commented on JBDS-2913:
-----------------------------------
The class in charge of adding the no-color flags is JBoss72Eap61DefaultLaunchArguments
This class is instantiated by only 1 other: JBossEAP61ExtendedProperties
This class is instantiated by only 1 other: ExtendedServerPropertiesAdapterFactory
The code in this class says:
if( SERVER_EAP_61.equals(typeId) || EAP_61.equals(typeId))
return new JBossEAP61ExtendedProperties(adaptable);
The server type currently visible in UI as "EAP 6.1+" was previously known as
EAP 6.1, and so the type id is the same and has remained unchanged here. In short, I
really can't even see any possible coding scenario where some other value is being
returned to cause this error.
Console log when running EAP 6.2.x not formatted correctly
----------------------------------------------------------
Key: JBDS-2913
URL:
https://issues.jboss.org/browse/JBDS-2913
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: server
Affects Versions: 7.1.0.GA
Reporter: Mustafa Musaji
Assignee: Rob Stryker
Fix For: 7.1.1.CR1
Attachments: EAP-6.1.0.png, EAP-6.2.1.png
When running EAP from JBDS the console logging shows strange characters from the logging.
See screen shots comparing EAP 6.1.0 to EAP 6.2.1 (this also happens on EAP 6.2.0)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira