Announcement

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

    Policy file generation between smartgwt 2.5p1 and 3.1

    I have an application which I want to upgrade from smartgwt2.5p1 to 3.1. Under the (ancient) 2.5 version everything works beautifully. But when I use 3.1 (or 4.0 / 5.0) libraries, gwt complains the policy files could not be found when I running it.

    Which is odd because:
    * all objects are serializable
    * all objects involved have an zero argument contstructor
    * all fields are serializable.

    (also see http://stackoverflow.com/questions/9...ationexception)

    Because on this forum GWT errors are not to be discussed, my question is, why do I have issues running with smart-gwt 3.1 but not in 2.5? The GWT version is the same (2.6), codebase is the same and configuration is the same.


    Update:
    The issue has been fixed. Appearently one object instance was not serializable. Still wondering why smart-gwt 2.5 did not mind.
    Last edited by Standeman; 20 Aug 2015, 04:15.
Working...
X