-
Bug
-
Resolution: Done
-
Major
-
4.3.0.GA_CP02_FP01
-
None
-
Release Notes
Remoting does not escape dots in a component name, thus generating JavaScript that does not run. For instance, if the name of the component is com.example.remoting.componentName, the InterfaceGenerator produces:
Seam.Remoting.type.com.mydomain.throwaway.manager.prototype.methodName = ...
Obviously, this isn't going to work. A reasonable quick fix is to replace dots with underscores.