I am fairly new to Java and very new to jboss
I have developed a persistant entity ejb.
When I call the home.create function (one of the parameters is a serialised object) from my client I get the following error:
java.lang.reflect.UndeclaredThrowableException: java.lang.ClassNotFoundException: passwords.UserRoles (no security manager: RMI class loader disabled)
I wouldn't expect to have to set any security as I would expect this to be handled by the container and would expect this to be a container issue.
Now obviously I have a lot to go and read but also need to get the sample working rather quickly. Can anyone give me some pointers and areas to go and read.
Thanks