I'm using the lib in production with GlassFish v3 and for developing
with GlassFish 3.0.1, and haven't seen this exception so far for my
EJB's. Something is weird with your EJB... Could you check the
javaee-inject-examples (1.4.10-SNAPSHOT) project with the same container?

Thanks,
Peter

2010-07-07 18:12 keltezéssel, Harald Wellmann írta:
> Hmmm, has anybody tried this on Glassfish? The exception I currently get is:
> 
> org.apache.wicket.util.io.SerializableChecker$WicketNotSerializableException: 
> Unable to serialize class: 
> com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate
> 
> protected java.lang.reflect.InvocationHandler java.lang.reflect.Proxy.h 
> [class=com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate] <----- 
> field that is not serializable
> 
> So it seems it's not the proxy itself that cannot be serialized but some 
> delegate generated by Glassfish which is not serializable (even though my 
> implementation class is).
> 
> Regards,
> 
> Harald

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to