Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Evaluate SMartGWTEE (Realtime Messaging Example Problem)

    hi all,
    I'm trying to evaluate smartgwtee and i can't run realtime messaging example.

    I've downloaded module from here

    => http://www.smartclient.com/releases/Messaging_Samples.zip

    My App. Configs :
    1. web.xml (Servlet)
    Code:
    <servlet>                                                                                                                                            
            <servlet-name>MessagingServlet</servlet-name>                                                                                                        
            <servlet-class>com.isomorphic.messaging.MessagingServlet</servlet-class>                                                                             
    </servlet>
    2.MyApp.gwt.xml
    Code:
    <inherits name="com.smartgwt.RealtimeMessaging"/>
    but I got an exception :
    Code:
    java.lang.ClassNotFoundException: com.isomorphic.messaging.MessagingServlet
    where is this class ? I can't find any jar file containing this class.


    Regards,
    Paata Lominadze.

    #2
    That file is obsolete, there are now running samples in the nightly packages - download from smartclient.com/builds.

    Comment

    Working...
    X