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)
gives:
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
JDK 7 however gives:
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
- is related to
-
AS7-4837 JMXPropertyEditorsTestCase fails on JDK7
- Closed
- relates to
-
JBPAPP-9316 Deprecate usage of PropertyEditorManager
- Closed
-
JBPAPP-8891 Certify EAP 5.1 with Java 7
- Closed
-
AS7-2591 unable to find PropertyEditor when deploying a SAR with BigDecimal attribute
- Resolved