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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...