User: pra     
  Date: 01/05/09 12:30:48

  Modified:    src/docs howtomdb.xml
  Log:
  Corrected a code example error: TOPIC_FACTORU was not defined
  
  Revision  Changes    Path
  1.4       +1 -1      manual/src/docs/howtomdb.xml
  
  Index: howtomdb.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/src/docs/howtomdb.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- howtomdb.xml      2001/04/10 10:41:17     1.3
  +++ howtomdb.xml      2001/05/09 19:30:48     1.4
  @@ -285,7 +285,7 @@
   
         // Lookup the managed connection factory for a topic
         TopicConnectionFactory topicFactory = 
  -         (TopicConnectionFactory)context.lookup(TOPIC_FACTORY);
  +         (TopicConnectionFactory)context.lookup("TopicConnectionFactory");
   
         // Create a connection to the JMS provider
         TopicConnection topicConnection = topicFactory.createTopicConnection();
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to