Skip to content

Instantly share code, notes, and snippets.

@scottmarlow
scottmarlow / gist:5aa1837294606fa980f77f2feb3c5b0d
Created April 1, 2024 14:16
wildfly/testsuite/integration/basic/target/test-classes/org/jboss/as/test/integration/ee/injection/resource/superclass/SimpleManagedBean.class
Classfile /home/smarlow/work/wildfly/testsuite/integration/basic/target/test-classes/org/jboss/as/test/integration/ee/injection/resource/superclass/SimpleManagedBean.class
Last modified Mar 22, 2024; size 510 bytes
SHA-256 checksum e188306f687a4a0d569351ec9b6a6ad62aa46e75b42b8e348665293b1496af59
Compiled from "SimpleManagedBean.java"
public class org.jboss.as.test.integration.ee.injection.resource.superclass.SimpleManagedBean
minor version: 0
major version: 55
flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: #7 // org/jboss/as/test/integration/ee/injection/resource/superclass/SimpleManagedBean
super_class: #2 // java/lang/Object
#Signature file v4.1
#Version 6.0
CLSS public jakarta.el.ArrayELResolver
cons public init()
cons public init(boolean)
meth public boolean isReadOnly(jakarta.el.ELContext,java.lang.Object,java.lang.Object)
meth public java.lang.Class<?> getCommonPropertyType(jakarta.el.ELContext,java.lang.Object)
meth public java.lang.Class<?> getType(jakarta.el.ELContext,java.lang.Object,java.lang.Object)
meth public java.lang.Object getValue(jakarta.el.ELContext,java.lang.Object,java.lang.Object)
mvn clean install -Precord-signature
[INFO] Cache configuration is not available at configured path /home/smarlow/work/jakarta/platformtck/.mvn/maven-build-cache-config.xml, cache is enabled with defaults
[INFO] Using XX hash algorithm for cache
[INFO] Scanning for projects...
[INFO]
[INFO] -------------< jakartatck:jakarta-expression-language-tck >-------------
[INFO] Building el-tck 6.0.0
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/netbeans/tools/sigtest-maven-plugin/1.4/sigtest-maven-plugin-1.4.pom
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.wildfly.ee:wildfly-tck-runner:jar:1.0.Final-SNAPSHOT
[WARNING] 'dependencies.dependency.scope' for org.junit:junit-bom:pom must be one of [provided, compile, runtime, test, system] but is 'import'. @ line 110, column 20
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[javatest.batch] 07:42:00,133 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "annotations_ejb_vehicle.ear" (runtime-name: "annotations_ejb_vehicle.ear")
[javatest.batch] 07:42:00,191 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0207: Starting subdeployment (runtime-name: "annotations_ejb_vehicle_client.jar")
[javatest.batch] 07:42:00,191 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0207: Starting subdeployment (runtime-name: "annotations_ejb_vehicle_ejb.jar")
[javatest.batch] 07:42:00,310 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0047: Could not find Extension-List entry ExtensionListEntry [implementationVendorId=com.sun, implementationVersion=1.4, name=tsharness, specificationVersion=1.4, title=tsharness] referenced from ResourceRoot [root="/content/annotations_ejb_vehicle.ear"]
[javatest.batch] 07:42:00,310 WARN [org.jboss.as.server.
TCK test regression in Connector tests caused by https://github.com/wildfly/wildfly-core/pull/5735 change
[javatest.batch] 06:36:14,012 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "annotations_ejb_vehicle.ear" (runtime-name: "annotations_ejb_vehicle.ear")
[javatest.batch] 06:36:14,060 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0207: Starting subdeployment (runtime-name: "annotations_ejb_vehicle_client.jar")
[javatest.batch] 06:36:14,060 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "annotations_ejb_vehicle_ejb.jar")
[javatest.batch] 06:36:14,205 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0047: Could not find Extension-List entry ExtensionListEntry [implementationVendorId=com.sun, implementationVersion=1.4, name=tsharness, specificationVersion=1.4, title=tsharness] referenced from ResourceRoot [root
@scottmarlow
scottmarlow / TCK update for working group call
Last active October 10, 2023 17:20
Jakarta EE 11 Platform TCK status September 26, 2023
Questions for EE 11 + TCKs:
When will we have a Platform TCK milestone one release that can be validated against Jakarta EE 10 Standalone Specification implementations?
When will we have a Platform TCK milestone two release that can be validated against Jakarta EE 10 implementations?
When will we have a Platform TCK milestone three release that is based on Jakarta EE 11 Specifications?
When will we have a Platform TCK milestone four release that contains all expected EE 11 specific tests?
On WildFly main with ORM 6.3.1.Final and running the following unit test from wildfly/testsuite/integration/basic folder:
mvn install -Dtest=org.jboss.as.test.integration.jpa.datasourcedefinition.DataSourceDefinitionJPATestCase
We failed due to enabling ByteCode enhancement and a non-entity class being enhanced by Hibernate ORM 6.3.1.
I'm not sure why ORM is trying to enhance a non-entity class that I think was already enhanced by Weld (for CDI) going by the class name:
Class name is org.jboss.as.test.integration.jpa.datasourcedefinition.SFSB1$Proxy$_$$_Weld$EnterpriseProxy$
Failure is:
INFO] Running ee.jakarta.tck.faces.test.servlet50.ajax.Spec1567IT
16:21:39,017 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /mnt/hudson_workspace/workspace/jakartaee-ee10/faces/wildfly/standalone/data/content/a3/6d4bbc5e23457496d12c53a9c1e4b64e4f1273/content
16:21:39,047 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "test-faces40-ajax.war" (runtime-name: "test-faces40-ajax.war")
16:21:51,395 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment test-faces40-ajax.war
16:21:51,604 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 8.0.0.Final
16:21:52,441 INFO [org.jboss.weld.Version] (MSC service thread 1-2) WELD-000900: 5.1.1 (SP2)
16:21:54,009 WARNING [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 82) JSF1022: [${webapp.serializeServerState}] Invalid value 'ja
From https://ci.eclipse.org/jakartaee-tck/job/10/job/jakarta-faces-tck-glassfish/137/
[INFO] [exec] [javatest.batch] Beginning Test: com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontextwrapper/URLClient.java#facesCtxWrapperAddGetMessagesTest
[INFO] [exec] [javatest.batch] ********************************************************************************
[INFO] [exec] [javatest.batch]
[INFO] [exec] [javatest.batch] 09-03-2023 07:43:45: Harness - harness.executeMode is set to "2"
[INFO] [exec] [javatest.batch] 09-03-2023 07:43:45: Harness - keywords (to be passed to tests) set to: all
[INFO] [exec] [javatest.batch] 09-03-2023 07:43:45: Harness - sClassPathFromExecProps =
[INFO] [exec] [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/rt.jar:/home/jenkins/agent/workspace/10/jakarta-faces-tck-glassfish/download/faces-tck-4.0.2/tck/old-tck/run/target/faces-tck/bin/xml/../../lib/tsharness.jar:/home/j