resurrecting the ClassCastException issue

2001-09-29 Thread Reason
I realize that this has been brought up a few times before, but I haven't seen any resolution in the archives beyond pointing the finger at misconfigured configuration files as being the problem. I'm attempting to run a junit test on an application (I have the main app and a single application

entity-deployment in orion-ejb-jar.xml

2001-09-29 Thread Mayssam Sayyadian
dear all, i was studying orion-ejb-jar.xml and i found copy-by-value as an attribute of entity-deployment. according to orion-ejb-jar.xml.html (/docs/) setting this to false improves the performance of the entity beans. WHEN can i do this? if my beans have no setter methods in their remote

Auto-reply: entity-deployment in orion-ejb-jar.xml

2001-09-29 Thread CHRIS.CHELLIAH
I will be out of the office from 10-Sep-2001 to 03-Oct-2001, with limited email and voice mail access. For business matters, please click on the link below to contact the relevant person. PetStore eXtreme matters :James H. Brooks Other business matters, my manager : David L. Johnson Thank you.

Re: entity-deployment in orion-ejb-jar.xml

2001-09-29 Thread Naresh Sharma
Hi, I think this option can be set to false only if a bean is being called by another bean in the same container, because if external client is calling the method, anyway parameter passing will be pass by value only. Naresh - Original Message - From: Mayssam Sayyadian [EMAIL

Problem implementing Custom User Management using SimpleUserManager

2001-09-29 Thread Adam Maliborski
Hi, I am trying to validate users of my ejb server via a database using the SimpleUserManager. I have extended SimpleUserManager and overridden the three methods and confirmed that they are being called and returning true. I have made the following changes to the descriptors.