The template file remoteBase.gsp contains an invalid import:
import mx.messaging.ServerConfig;
should be:
import mx.messaging.config.ServerConfig;
I saw a comment about this in GDS-439 but the fix was never included in trunk?
Description
The template file remoteBase.gsp contains an invalid import:
import mx.messaging.ServerConfig;
should be:
import mx.messaging.config.ServerConfig;
I saw a comment about this in GDS-439 but the fix was never included in trunk?