4 Replies Latest reply on Jun 27, 2006 8:49 PM by shane.bryzak

    Seam Remoting

    javierfigueroa

      Hi!
      I using seam remoting and locate follow errors in javascript stub generate via InterfaceGenerator.

      1 - if the bean have superclass, superclasse declare fields are not discovery.
      2- the generated metadata for field, has error. por example:

      ___meta[
      {field: anyField, type: string},
      {field: anyField, type: bag},
      ]

      last quote is failure in Internet explorer

      Javier Figueroa






        • 1. Re: Seam Remoting
          shane.bryzak

          I've modified the InterfaceGenerator to remove the trailing comma and to also walk through the class ancestry of the component to include inherited fields. It would be great if you could get the latest version from CVS and try this out.

          • 2. Re: Seam Remoting
            javierfigueroa

            Ok

            Thank you

            • 3. Re: Seam Remoting
              javierfigueroa

              I again !

              I have detected a new mistake, seam remoting.

              The method unmarshall in BeamWrapper cannot find the inherited fields when classes exist with ancestors
              Obviously this mistake relates to the mistake that nofique before

              Regards!!

              • 4. Re: Seam Remoting
                shane.bryzak

                I've modified BeanWrapper to look for the field in the bean's superclasses. It would be great if you could test this for me, I don't have anything set up right now to test this and don't have time right now to write something.

                Please let me know if there's any problems.