1 Reply Latest reply on Sep 12, 2009 3:29 PM by william.drai

    Integration SEAM 2.1 + Flex 3 + Granite 2.0 GA

      Hi everybody, before to begin, i want to apologize if my english is bad, because i'm french.


      So let's start.


      I've tried since yesterday to build a project with
      - JDK 1.6
      - IDE: eclipse Ganymede
      - JBoss 4.2.3 GA
      - Seam 2.1
      - Flex 3
      - Granite 2.0 Ga


      I've followed that website tutorial until the end: http://www.graniteds.org


      UnFortunately, it doesn't work. When i want to save a book, i get error message, there's a AMF3SerializationException.


      Look at the error message




      http-localhost%2F127.0.0.1-8080
      19:11:45,703 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-localhost%2F127.0.0.1-8009
      19:11:45,703 INFO  [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)] Started in 10s:0ms
      19:13:04,328 INFO  [Contexts] starting up: org.jboss.seam.security.identity
      19:13:04,343 INFO  [Contexts] starting up: org.jboss.seam.web.session
      19:13:21,750 ERROR [AMFMessageFilter] AMF message error
      org.granite.messaging.amf.io.AMF3SerializationException
              at org.granite.messaging.amf.io.AMF3Deserializer.readObject(AMF3Deserializer.java:94)
              at org.granite.messaging.amf.io.AMF3Deserializer.readAMF3Array(AMF3Deserializer.java:261)
              at org.granite.messaging.amf.io.AMF3Deserializer.readObject(AMF3Deserializer.java:124)
              at org.granite.messaging.amf.io.AMF3Deserializer.readObject(AMF3Deserializer.java:88)
      
      




      Do anyone met this probleme?


      Can you help me please?


      Thank you.