SecurityAdapter for Orion

2001-04-10 Thread Ranga Raj
I am working on the latest version of PetStore (1.1.1) and on Oracle. I am deploying these on I am able to deploy the application and am able to see the screens. However, I am not able to authenticate myself. When I signIn with the default user, I get an error with the message: "You could not

Re: SecurityAdapter for Orion

2001-04-10 Thread SCOTT FARQUHAR
I haven't looked at the petstore demo, but from the error I would say that the class: com.sun.j2ee.blueprints.petstore.control.ejb.ModelUpdateManager does not implement serializable, and when Orion tries to serialise it (to marshall for RMI, or save to DB), then it throws an error. If you have