Read only archive ; use https://github.com/JacORB/JacORB/issues for new issues
View | Details | Raw Unified | Return to bug 858
Collapse All | Expand All

(-)file_not_specified_in_diff (+3 lines)
Line  Link Here
++ src/org/jacorb/orb/giop/GIOPConnection.java 2009-09-07 15:35:03.000000000 +0000
Lines 935-954 Link Here
935
                    if (logger.isDebugEnabled())
935
                    if (logger.isDebugEnabled())
936
                    {
936
                    {
937
                        logger.debug
937
                        logger.debug
938
                        (
938
                        (
939
                            this.toString() + ": sendMessage() -- opening transport"
939
                            this.toString() + ": sendMessage() -- opening transport"
940
                        );
940
                        );
941
                    }
941
                    }
942
                    synchronized (connect_sync)
942
                    synchronized (connect_sync)
943
                    {
943
                    {
944
                       do_close = false;
945
944
                        try
946
                        try
945
                        {
947
                        {
946
                            transport.connect (profile, timeout);
948
                            transport.connect (profile, timeout);
947
                            connect_sync.notifyAll();
949
                            connect_sync.notifyAll();
948
                        }
950
                        }
949
                        catch (RuntimeException ex)
951
                        catch (RuntimeException ex)
950
                        {
952
                        {
951
                            if (logger.isDebugEnabled())
953
                            if (logger.isDebugEnabled())
952
                            {
954
                            {
953
                                logger.debug
955
                                logger.debug

Return to bug 858