[jboss-user] [JBoss Seam] - Remoting and java map to js map error conversion

fguerzoni do-not-reply at jboss.com
Fri Oct 13 05:17:57 EDT 2006


Hi,
I found an error on interface produced by Seam remoting on JAVA MAP which is converted to BAG type.

Here is an example of what is produced by Seam:
Seam.Remoting.type.parent.__metadata = [
  {field: "name", type: "str"},
  {field: "children", type: "bag"}];

Javascript model downloaded from server correctly contains MAP type.
If I manually change in the interface 'bag' with 'map' all goes well.
I use the CVS SEAM updated version.

Anyone noted that?

thanks

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978110#3978110

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978110



More information about the jboss-user mailing list