Announcement

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

    Module SmartGwtPowerNoTheme Deprecated?

    Hi

    We have the license for Power edition of SmartGWT. Recently we cleaned up our code and wrote the following line in our *.gwt.xml

    Code:
    <inherits name="com.smartgwtpower.SmartGwtPowerNoTheme"/>
    We got this warning in the log message

    Code:
    [WARN] [nara] - GWT modules `com.smartgwtpower.SmartGwtPower.gwt.xml',
    `com.smartgwtpower.SmartGwtPowerNoScript.gwt.xml',
    and `com.smartgwtpower.SmartGwtPowerNoTheme.gwt.xml' are deprecated.
    They have been replaced by their EE equivalents: `com.smartgwtee.SmartGwtEE.gwt.xml',
    `com.smartgwtee.SmartGwtEENoScript.gwt.xml',
    and `com.smartgwtee.SmartGwtEENoTheme.gwt.xml'.
    What does it mean? Should we switch to use SmartGwtEENoTheme instead? (Can we do that without upgrading to the Enterprise Edition?)

    Our versions:
    Client Version: v11.0p_2016-10-07/PowerEdition Deployment (built 2016-10-07)


    #2
    Hi leeyuiwah,

    I think so. I have the same in my project (also power license) and this is from the BuiltInDS.gwt.xml in the power samples dicrectory:
    Code:
    <inherits name="com.smartgwtee.SmartGwtEENoTheme"/>
    Best regards
    Blama

    Comment


      #3
      Thanks!

      Comment

      Working...
      X