Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Blocker
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 3.1.0.Beta4
-
Labels:None
-
Environment:Seam Remoting SNAPSHOT (8e1103d533b783231efa376daa52d44eb95d1d9b)
Description
Reproduced on remoting-helloworld application:
8e1103d533b783231efa376daa52d44eb95d1d9b (current develop HEAD)
- on the initial page load the firebug plugin reports:
missing ; before statement
|
[Break On This Error] var Seam = { beans: {}, debug: false, ...pattern.test(this.currentValue);}) );
|
remote.js (line 1)
|
Seam is not defined
|
[Break On This Error] Seam.debug = true;
|
helloworld.html (line 41)
|
Seam is not defined
|
[Break On This Error] Seam.debug = true;
|
helloworld.html (line 41)
|
cb242114143ecaa94235ec9083ef20db1f4b16c7
- the remoting.js error does not happen
Gliffy Diagrams
Issue Links
- is related to
-
SEAMREMOTING-23
Support global exception handler
-
- Resolved
-
The error does not occur when using uncompressed remoting.js (<script type="text/javascript" src="seam/resource/remoting/resource/remote.js?compress=false"></script>)