Hi!

I've started developing a very simple phonebook application for
learining purpose. The app consists of an ejb and a servlet adding and
showing the phone entries. The servlet is running quite well at home,
but in office I get
this exception:
    Exception caught: java.lang.ClassCastException:
PhoneEntryHome_EntityHomeWrapper14
while casting the homeinterface:
   Object boundObject = context.lookup("java:comp/env/ejb/PhoneEntry");
> PhoneEntryHome home = (PhoneEntryHome) boundObject;

Any idears what is going wrong?


thx in regards
Marcus Lankenau



begin:vcard 
n:Lankenau;Marcus
x-mozilla-html:FALSE
url:wwl.de
org:wwl vision2market;Interactive
adr:;;goebelstr. 46;Lilienthal;D;28865;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Senior Developer
fn:Marcus Lankenau
end:vcard

Reply via email to