HI,
> Double check your ejb-jar.xml--are you setting LoginHome as your Home
> interface in there? Is there a LoginHome.create() method
> declared? Is there
> a LoginBean.ejbCreate() method defined?
Hmm..I don't have a LoginHome.create()..the Orion Primer didn't show that. I
have a Login.java, LoginBean.java and LoginHome.java. I think Login.java is
the only one with a create() method in it. Should both the "interface"
classes have a create() in it?
Also, why is Orion trying to compile it if its already compiled? Or is this
some sort of "assembly" routine Orion does? I assume from what I read that
the EJB server "implements" the interfaces..so is it generating its own code
at runtime and that is what compiling is failing?
Thanks again.