[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Norman Richards norman.richards at jboss.com
Thu Oct 18 14:07:12 EDT 2007


  User: nrichards
  Date: 07/10/18 14:07:12

  Modified:    doc/reference/en/modules  jms.xml
  Log:
  fix jms example
  
  Revision  Changes    Path
  1.20      +1 -1      jboss-seam/doc/reference/en/modules/jms.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jms.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/jms.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- jms.xml	6 Aug 2007 07:29:18 -0000	1.19
  +++ jms.xml	18 Oct 2007 18:07:12 -0000	1.20
  @@ -412,7 +412,7 @@
   public void publish(StockPrice price) {
         try
         {
  -         topicPublisher.publish( topicSession.createObjectMessage(price) );
  +         stockTickerPublisher.publish( topicSession.createObjectMessage(price) );
         } 
         catch (Exception ex)
         {
  
  
  



More information about the jboss-cvs-commits mailing list