[jboss-cvs] Repository SVN: r28510 - in jacorb/2.3.1jboss.patch01-brew: lib and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Aug 8 14:13:34 EDT 2009


Author: fnasser at redhat.com
Date: 2009-08-08 14:13:34 -0400 (Sat, 08 Aug 2009)
New Revision: 28510

Modified:
   jacorb/2.3.1jboss.patch01-brew/component-info.xml
   jacorb/2.3.1jboss.patch01-brew/lib/idl.jar
   jacorb/2.3.1jboss.patch01-brew/lib/idl_g.jar
   jacorb/2.3.1jboss.patch01-brew/lib/jacorb.jar
   jacorb/2.3.1jboss.patch01-brew/lib/jacorb_g.jar
   jacorb/2.3.1jboss.patch01-brew/src/README
Log:
JBPAPP-1477 - JBossTS JTS need JacORB shutdown patch

Modified: jacorb/2.3.1jboss.patch01-brew/component-info.xml
===================================================================
--- jacorb/2.3.1jboss.patch01-brew/component-info.xml	2009-08-08 03:40:57 UTC (rev 28509)
+++ jacorb/2.3.1jboss.patch01-brew/component-info.xml	2009-08-08 18:13:34 UTC (rev 28510)
@@ -6,7 +6,7 @@
       projectHome="http://www.jacorb.org"
       description="Java implementation of the OMG's CORBA standard with OTS classes removed."
       scm=":ext:cvs.devel.redhat.com:/cvs/dist/jacorb-jboss"
-      tag="jacorb-jboss-2_3_1-1_ep5_el4">
+      tag="jacorb-jboss-2_3_1-3_ep5_el4">
       <!-- Built using JDK 1.4 -->
       <artifact id="idl.jar"/>
       <artifact id="idl_g.jar"/>

Modified: jacorb/2.3.1jboss.patch01-brew/lib/idl.jar
===================================================================
(Binary files differ)

Modified: jacorb/2.3.1jboss.patch01-brew/lib/idl_g.jar
===================================================================
(Binary files differ)

Modified: jacorb/2.3.1jboss.patch01-brew/lib/jacorb.jar
===================================================================
(Binary files differ)

Modified: jacorb/2.3.1jboss.patch01-brew/lib/jacorb_g.jar
===================================================================
(Binary files differ)

Modified: jacorb/2.3.1jboss.patch01-brew/src/README
===================================================================
--- jacorb/2.3.1jboss.patch01-brew/src/README	2009-08-08 03:40:57 UTC (rev 28509)
+++ jacorb/2.3.1jboss.patch01-brew/src/README	2009-08-08 18:13:34 UTC (rev 28510)
@@ -37,6 +37,12 @@
 # protection requirements (SSL), as it should be per the CSI v2 specification.
 Patch7:         jacorb-2.3.0-primaddress_port.patch
 
+# JBPAPP-1477 JacORB 2.3.0.jboss5 intermittently hangs during shutdown.
+# Thread dump shows it waiting in RequestController.waitForShutdown(), 
+# presumably beacause it believes there are outstanding requests still 
+# in progress.
+Patch9:         jacorb-2.3.0-CORBA_OBJECT_NOT_EXIST.patch
+
 # This patch removes the OTS classes
 Patch13:        jboss-2.3.1-remove_ots_classes.patch
 




More information about the jboss-cvs-commits mailing list