Author: scamp
Date: Mon May 16 10:08:37 2005
New Revision: 170409

URL: http://svn.apache.org/viewcvs?rev=170409&view=rev
Log: (empty)

Modified:
    incubator/apollo/trunk/src/templates/Resource.vm

Modified: incubator/apollo/trunk/src/templates/Resource.vm
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/Resource.vm?rev=170409&r1=170408&r2=170409&view=diff
==============================================================================
--- incubator/apollo/trunk/src/templates/Resource.vm (original)
+++ incubator/apollo/trunk/src/templates/Resource.vm Mon May 16 10:08:37 2005
@@ -61,20 +61,23 @@
         #end   
         
         #if ($notificationProducer)
-        /**
-         * Initializes the Topic, TopicExpressionDialects and FixedTopicSet 
resource properties
-        * </br>
-        * FixedTopicSet will be set based on the value returned from the 
[EMAIL PROTECTED] TopicSpaceSet#isFixed()} method.
-        * </br>
-        * Topic will have all root topics in the TopicSpaceSet, set to Simple 
dialect AND all child topics set to
-        * Concrete dialect.
-        * </br>
-        *
-        * TopicExpressionDialects will be set to the engine's known Topic 
Dialects acquired from the TopicExpressionEngine
-        *
-        * If this is not the behavior you would like, you will need to remove 
the following line of code and initialize the properties
-        * individually.
-         */
+    /**
+     * Initializes the Topic, TopicExpressionDialects and FixedTopicSet 
resource properties
+     *
+     * </br>
+     * <strong>NOTE this MUST be called last in the Resource.init() method to 
ensure all topics get registered</strong>
+     * </br>
+     * FixedTopicSet will be set based on the value returned from the [EMAIL 
PROTECTED] TopicSpaceSet#isFixed()} method.
+     * </br>
+     * Topic will have all root topics in the TopicSpaceSet, set to Simple 
dialect AND all child topics set ot
+     * Concrete dialect.
+     * </br>
+     *
+     * TopicExpressionDialects will be set to the engine's known Topic 
Dialects acquired from the TopicExpressionEngine
+     *
+     * @param topicSpaceSet
+     * @param propSet
+     */
         
org.apache.ws.notification.topics.util.TopicUtils.initNotificationProducerProperties(getTopicSpaceSet()
 , getResourcePropertySet());
         #end
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to