Hi , I got this id from a discussion forum. I have a few problems in deploying EJB's using weblogic.Could you kindly help me resolve these?The problems are as follows: To begin with let me define the terms used in the questions. A} Supporting class --- A Utility class in the same package as the BEAN class B} "class in the system"--A Utility class in the same package as the BEAN class and the supporting class The Problems are: 1} Can you call a static method of a supporting class from your Bean class ? 2} can your supporting class call a static method another class in the System?? 3} Should the methods of the supporting class be PUBLIC ONLY or can they have PACKAGE visibility?? 4} can your bean access a synchronized method of a supporting class? 5} Can a supporting class access a synchronized method of another class in the system?? For some of the above problems I am getting IllegaAccessError. could you kindly clarify these ! I thank you in anticipation Thank you Arava =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
