Skip to content
Failed

Changes

Summary

  1. Bump OpenMQ version to 6.4.0 (commit: efa02f8) (details)
  2. Get the timeout for Container Managed Transaction (CMT) from TransactionService (commit: 75c208b) (details)
  3. Deleted unused dist-fragment module (admingui) (commit: d9e4861) (details)
  4. #24333 Add missing older Java EE Schemas (commit: 25b6063) (details)
  5. Fixed ArrayIndexOutOfBoundsException in ActiveOutboundResourceAdapter (commit: 8e8c514) (details)
  6. Fixed NPE in BaseContainer (commit: 5e2fbf8) (details)
  7. Fixed NPE in ConnectorsUtil (commit: 2444c0c) (details)
  8. ConnectorRuntimeException vs Serializable (commit: 158d2e6) (details)
  9. If the pool could not be found, don't throw RuntimeException but return null (commit: 7325902) (details)
The file was modified appserver/pom.xml (diff)
Commit 75c208be8471d80f89b6f08e32f5124eff1dbf9f by Zhen Ma
Get the timeout for Container Managed Transaction (CMT) from TransactionService
(commit: 75c208b)
The file was modified appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/EJBContainerTransactionManager.java (diff)
Commit d9e48613f0440b5c329a589ccdc290797a5deba4 by David Matějček
Deleted unused dist-fragment module (admingui)

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: d9e4861)
The file was modified appserver/admingui/pom.xml (diff)
The file was removedappserver/admingui/dist-fragment/pom.xml
Commit 25b6063ef2ecca83f2182a8c312bf4f47d66d7ec by Ondro Mihalyi
#24333 Add missing older Java EE Schemas
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
(commit: 25b6063)
The file was addedappserver/deployment/schemas/src/main/resources/glassfish/lib/schemas/validation-configuration-1.1.xsd
The file was addedappserver/deployment/schemas/src/main/resources/glassfish/lib/schemas/orm_2_1.xsd
The file was addedappserver/deployment/schemas/src/main/resources/glassfish/lib/schemas/connector_1_7.xsd
The file was addedappserver/deployment/schemas/src/main/resources/glassfish/lib/schemas/beans_2_0.xsd
The file was addedappserver/deployment/schemas/src/main/resources/glassfish/lib/schemas/validation-configuration-1.0.xsd
The file was addedappserver/deployment/schemas/src/main/resources/glassfish/lib/schemas/persistence_2_1.xsd
The file was addedappserver/deployment/schemas/src/main/resources/glassfish/lib/schemas/connector_1_6.xsd
The file was addedappserver/deployment/schemas/src/main/resources/glassfish/lib/schemas/web-partialresponse_2_0.xsd
The file was addedappserver/deployment/schemas/src/main/resources/glassfish/lib/schemas/orm_2_0.xsd
The file was addedappserver/deployment/schemas/src/main/resources/glassfish/lib/schemas/web-facesuicomponent_2_0.xsd
The file was addedappserver/deployment/schemas/src/main/resources/glassfish/lib/schemas/persistence_2_2.xsd
The file was addedappserver/deployment/schemas/src/main/resources/glassfish/lib/schemas/beans_1_1.xsd
The file was addedappserver/deployment/schemas/src/main/resources/glassfish/lib/schemas/orm_2_2.xsd
The file was modified appserver/deployment/schemas/pom.xml (diff)
The file was addedappserver/deployment/schemas/src/main/resources/glassfish/lib/schemas/batchXML_1_0.xsd
The file was addedappserver/deployment/schemas/src/main/resources/glassfish/lib/schemas/javaee_web_services_metadata_handler_2_0.xsd
The file was addedappserver/deployment/schemas/src/main/resources/glassfish/lib/schemas/jobXML_1_0.xsd
Commit 8e8c514e569436278047e1338e121cfa56a5a063 by David Matějček
Fixed ArrayIndexOutOfBoundsException in ActiveOutboundResourceAdapter

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 8e8c514)
The file was modified appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/ActiveOutboundResourceAdapter.java (diff)
Commit 5e2fbf84daa71c4f2bcbb10409281ee50a09e9ff by David Matějček
Fixed NPE in BaseContainer

- interceptorManager could be null

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 5e2fbf8)
The file was modified appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/BaseContainer.java (diff)
Commit 2444c0c39865c2b6027c51ea98dc425f27d5ad26 by David Matějček
Fixed NPE in ConnectorsUtil

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 2444c0c)
The file was modified appserver/connectors/connectors-internal-api/src/main/java/com/sun/appserv/connectors/internal/api/ConnectorsUtil.java (diff)
Commit 158d2e6d8dd3c5f1f1a07f11641860531ac311ba by David Matějček
ConnectorRuntimeException vs Serializable

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 158d2e6)
The file was modified appserver/connectors/connectors-internal-api/src/main/java/com/sun/appserv/connectors/internal/api/ConnectorRuntimeException.java (diff)
Commit 73259020cba4192652a4699ce254226e01c4cd16 by David Matějček
If the pool could not be found, don't throw RuntimeException but return null

- all callers were not prepared for RTE except one; that can handle null.

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 7325902)
The file was modified appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/ConnectorRuntime.java (diff)
The file was modified appserver/connectors/connectors-internal-api/src/main/java/com/sun/appserv/connectors/internal/api/ConnectorRuntime.java (diff)
The file was modified appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/service/ConnectorService.java (diff)