Carlo de Wolf created AS7-4763:
----------------------------------
Summary: Wrong PropertyEditor is used by ThreadGroups other than
"ModelController ThreadGroup" in JDK 7
Key: AS7-4763
URL:
https://issues.jboss.org/browse/AS7-4763
Project: Application Server 7
Issue Type: Bug
Affects Versions: 7.1.2.Final (EAP)
Environment: java version "1.7.0_04"
Java(TM) SE Runtime Environment (build 1.7.0_04-b20)
Java HotSpot(TM) 64-Bit Server VM (build 23.0-b21, mixed mode)
Reporter: Carlo de Wolf
{noformat}
java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.6) (6b22-1.10.6-0ubuntu1)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)
{noformat}
gives:
{noformat}
14:15:37,247 ERROR [stderr] (EJB default - 1) java.lang.ThreadGroup[name=EJB
default,maxpri=10]
14:15:37,249 ERROR [stderr] (EJB default - 1)
org.jboss.common.beans.property.LongEditor@610a9daf
{noformat}
JDK 7 however gives:
{noformat}
14:13:19,077 ERROR [stderr] (EJB default - 1) java.lang.ThreadGroup[name=EJB
default,maxpri=10]
14:13:19,079 ERROR [stderr] (EJB default - 1) sun.beans.editors.LongEditor@2ef2f659
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira