You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2008/08/05 23:51:18 UTC

svn commit: r682977 - in /cxf/branches/2.0.x-fixes: ./ rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/JMSDestination.java

Author: dkulp
Date: Tue Aug  5 14:51:17 2008
New Revision: 682977

URL: http://svn.apache.org/viewvc?rev=682977&view=rev
Log:
Blocked revisions 678820,678968,678975,679355,679390,679446,679584,680757,680773,681215,681585-681586,681597-681598,681642,681653,681698,681716,681771,681777,681905,682661 via svnmerge

........
  r678820 | bimargulies | 2008-07-22 13:30:46 -0400 (Tue, 22 Jul 2008) | 3 lines
  
  Fix Javascript tests to actually run asynchronously. Now I can actually work on the problem with
  multiple requests.
........
  r678968 | bimargulies | 2008-07-22 21:32:02 -0400 (Tue, 22 Jul 2008) | 2 lines
  
  Repair CXF-1713.
........
  r678975 | bimargulies | 2008-07-22 21:57:23 -0400 (Tue, 22 Jul 2008) | 3 lines
  
  Add example of multiple distinct operations in parallel to javascript 
  client.
........
  r679355 | seanoc | 2008-07-24 07:07:15 -0400 (Thu, 24 Jul 2008) | 2 lines
  
  Enable demos to be built and run using maven.
  Updated READMEs accordingly.
........
  r679390 | gmazza | 2008-07-24 08:31:26 -0400 (Thu, 24 Jul 2008) | 2 lines
  
  Fixed commenting, typos, etc.
........
  r679446 | seanoc | 2008-07-24 12:15:34 -0400 (Thu, 24 Jul 2008) | 3 lines
  
  Enabled demos to build and run using maven
  Updated README's
........
  r679584 | bimargulies | 2008-07-24 18:28:39 -0400 (Thu, 24 Jul 2008) | 2 lines
  
  Turn off PMD charset warnings.
........
  r680757 | seanoc | 2008-07-29 12:26:02 -0400 (Tue, 29 Jul 2008) | 2 lines
  
  Enabled demo to be built and run using maven.
  Updated README.
........
  r680773 | seanoc | 2008-07-29 13:06:15 -0400 (Tue, 29 Jul 2008) | 1 line
  
  added pom.xml allow build and run with maven
........
  r681215 | sergeyb | 2008-07-30 17:53:07 -0400 (Wed, 30 Jul 2008) | 1 line
  
  Various minor JAX-RS fixes 
........
  r681585 | gmazza | 2008-07-31 21:53:23 -0400 (Thu, 31 Jul 2008) | 2 lines
  
  Typos fixed.
........
  r681586 | bimargulies | 2008-07-31 21:54:11 -0400 (Thu, 31 Jul 2008) | 3 lines
  
  Start trying to make aegis service configuration work. This test passes, 
  but I don't know why.
........
  r681597 | dkulp | 2008-07-31 23:13:55 -0400 (Thu, 31 Jul 2008) | 3 lines
  
  Some CORBA cleanups, fix problems with unsigned types, start exploring how to support derived types.
........
  r681598 | dkulp | 2008-08-01 00:17:19 -0400 (Fri, 01 Aug 2008) | 2 lines
  
  Change to list of tests that don't work as that's more interesting to know.
........
  r681642 | seanoc | 2008-08-01 06:23:54 -0400 (Fri, 01 Aug 2008) | 1 line
  
  Demo now builds and runs using maven
........
  r681653 | seanoc | 2008-08-01 07:19:18 -0400 (Fri, 01 Aug 2008) | 1 line
  
  Enabled demo to be built and run using maven
........
  r681698 | seanoc | 2008-08-01 10:00:53 -0400 (Fri, 01 Aug 2008) | 1 line
  
  Updated ws_policy demo to be built and ran using maven
........
  r681716 | dkulp | 2008-08-01 11:11:39 -0400 (Fri, 01 Aug 2008) | 3 lines
  
  Make sure an invoker gets set.  
  Propogate some error messages up so it's possible to diagnose why creation of the service object failed.
........
  r681771 | dkulp | 2008-08-01 14:33:15 -0400 (Fri, 01 Aug 2008) | 2 lines
  
  Updates to be able to support wsdl's that use the older Yoko namespace by mapping them into the new namespace at read time.
........
  r681777 | dkulp | 2008-08-01 14:46:36 -0400 (Fri, 01 Aug 2008) | 2 lines
  
  The corbaloc registration stuff is very ORB specific.   Move that into the OrbConfig where subclasses can be provided for different ORBs.
........
  r681905 | bimargulies | 2008-08-01 19:47:01 -0400 (Fri, 01 Aug 2008) | 2 lines
  
  Punt the seemingly needed new service configuration for aegis.
........
  r682661 | seanoc | 2008-08-05 06:09:45 -0400 (Tue, 05 Aug 2008) | 1 line
  
  Fixing checkstyle errors.
........

Modified:
    cxf/branches/2.0.x-fixes/   (props changed)
    cxf/branches/2.0.x-fixes/rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/JMSDestination.java

Propchange: cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-blocked' - no diff available.

Modified: cxf/branches/2.0.x-fixes/rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/JMSDestination.java
URL: http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/JMSDestination.java?rev=682977&r1=682976&r2=682977&view=diff
==============================================================================
--- cxf/branches/2.0.x-fixes/rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/JMSDestination.java (original)
+++ cxf/branches/2.0.x-fixes/rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/JMSDestination.java Tue Aug  5 14:51:17 2008
@@ -115,9 +115,8 @@
             //Get a non-pooled session. 
             listenerSession = base.sessionFactory.get(base.targetDestination);
             listenerThread = new JMSListenerThread(listenerSession,
-                                                   getEndpointInfo() == null ? null 
-                                                       : getEndpointInfo().getName());
-            listenerThread.start();
+                                                   endpointInfo.getName());
+             listenerThread.start();
         } catch (JMSException ex) {
             getLogger().log(Level.SEVERE, "JMS connect failed with JMSException : ", ex);
         } catch (NamingException nex) {