We recently purchased RealTimeMessaging.
Invoice: 32185
I replaced the two jars (isomorphic_js_parser.jar and isomorphic_realtime_messaging.jar) I downloaded from licensed package.
Inlcuded below code:
<inherits name="com.smartgwt.RealtimeMessaging"/>
-----------------------------------
In -- web.xml
<!-- //>RealtimeMessaging -->
<!-- The MessagingServlet is used by realtime messaging -->
<servlet>
<servlet-name>MessagingServlet</servlet-name>
<servlet-class>com.isomorphic.messaging.MessagingServlet</servlet-class>
</servlet>
<!-- //<RealtimeMessaging -->
-----------------------
I am still getting below error. Not sure, if I am missing anything.
20:50:41.368:MUP0:WARN:Log:java.lang.RuntimeException: Attempt to use Messaging APIs without the optional Realtime Messaging module. Verify that your license includes this optional module and that you have included the necessary client and server-side components in your project.
Invoice: 32185
I replaced the two jars (isomorphic_js_parser.jar and isomorphic_realtime_messaging.jar) I downloaded from licensed package.
Inlcuded below code:
<inherits name="com.smartgwt.RealtimeMessaging"/>
-----------------------------------
In -- web.xml
<!-- //>RealtimeMessaging -->
<!-- The MessagingServlet is used by realtime messaging -->
<servlet>
<servlet-name>MessagingServlet</servlet-name>
<servlet-class>com.isomorphic.messaging.MessagingServlet</servlet-class>
</servlet>
<!-- //<RealtimeMessaging -->
-----------------------
I am still getting below error. Not sure, if I am missing anything.
20:50:41.368:MUP0:WARN:Log:java.lang.RuntimeException: Attempt to use Messaging APIs without the optional Realtime Messaging module. Verify that your license includes this optional module and that you have included the necessary client and server-side components in your project.
Comment