Could you please elaborate your issue ?
What beans you have in your project ?
Does 'I' icon appear left to the methods in EJB interface ?
If you set caret onto the EJB method reference, like 'businessMethod' below,
and press Ctrl-Alt-B, does you EJB Class appeared in editor ?
    public s() {
        EJBLocalInt e = null;
        e.businessMethod(null);
    }


--
regards,
Alexey Kudravtsev.
JetBrains, Inc
http://www.intellij.com
"Develop with pleasure!"
P.S Could you please post EJB related messages into the
jetbrains.intellij.eap.j2ee group ?

"Anil Kona" <[EMAIL PROTECTED]> wrote in message
aftcnq$p1r$[EMAIL PROTECTED]">news:aftcnq$p1r$[EMAIL PROTECTED]...
> I have EJB enabled for my project.
> and from any place where I make a call to one of the EJB methods, if I say
> goto implementation, it doesnot work
>
> this used to work fine in #629
> am I missing something here
>
> thanks,
> -Anil
>
>
>


_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to