0 Replies Latest reply on Feb 6, 2019 4:13 AM by softpalani

    java.lang.RuntimeException: WFLYEJB0054: Failed to marshal EJB parameters

    softpalani

      Hi All,

       

      I am using wildfly-10.1.0.Final and JDK -1.8.

      The issue is when I accessing my application page(UI).

      java.lang.RuntimeException: WFLYEJB0054: Failed to marshal EJB parameters.

      And the same code is working fine in JDK -1.6 and JBoss-5.

       

      And I found the fix.  for every page navigation, I am using one java class and that is not Serializable. if the class is Serializable the issue is not coming.

      So is there any option to fix this issue in wildFly server side itself without java code change.

       

      Thanks

      Palani