-
Bug
-
Resolution: Done
-
Major
-
7.1.1.Final, 7.1.2.Final (EAP)
I'm using JBOSS AS 7 and jdk 1.7. In which i created a simple ejb project with session bean(BookCatalogBean) and a local plain java object(SimpleClass.java) which is not serialized. When i tried to call a method by invoking session bean it throws an exception ::::: java.lang.RuntimeException: IOException marshaling EJB parameters
.....
caused by java.io.NotSerializableException(Full strace has been attached). The exception is due to returning SimpleClass.java which is not serialized class and i don't want it to be.
Note:
I invoke the specific method of the session bean via local-lookup.
- is related to
-
AS7-3939 Remote client is able to access bean with Local interface
- Resolved