I've compiled, successfully, the sample code in "eb" directory & also had no problem 
comiling ClientAccount.java for Container Managed example.

When I try to run ClientAccount, I get following
error:

"Cannot create Account: java.rmi.ServerError: Server Error; nested exception is:
    java.lang.NoClassDefFoundError: com/bull/ejb/EntityContextImpl"


This is what I've found out when debugged ClientAccount
code: 

a1 = BeanHome.create(109, "John Smith", 0);

is the statment where it is choking. By the it
was also choking in following

alist = h.findAllAccounts();

but I commented out the accountList method as, 
the findAllAccount defination in AccountImpl.properties
file did not have any "Where" clause - Yes I double
checked it.

Help me out as I've spent hours & hours & I could'nt
make the first example to run. ( I did evaluated
WebLogic AppServer & it took me only few hours to
make it work).
Let me know if I can sent you some of those
properties Or .TXT files.

I thank you for assisting me on this.



Reply via email to