[
https://issues.jboss.org/browse/SEAMREMOTING-46?page=com.atlassian.jira.p...
]
Jason Porter updated SEAMREMOTING-46:
-------------------------------------
Fix Version/s: 3.1.0.Beta4
(was: 3.1.0.CR1)
remote.js contains syntax error
-------------------------------
Key: SEAMREMOTING-46
URL:
https://issues.jboss.org/browse/SEAMREMOTING-46
Project: Seam Remoting
Issue Type: Bug
Environment: Seam Remoting SNAPSHOT (8e1103d533b783231efa376daa52d44eb95d1d9b)
Reporter: Jozef Hartinger
Assignee: Shane Bryzak
Priority: Blocker
Fix For: 3.1.0.Beta4
Attachments: remote.js, uncompressed-remote.js
Reproduced on remoting-helloworld application:
*8e1103d533b783231efa376daa52d44eb95d1d9b (current develop HEAD)*
- on the initial page load the firebug plugin reports:
{noformat}
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)
{noformat}
*cb242114143ecaa94235ec9083ef20db1f4b16c7*
- the remoting.js error does not happen
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira