I have stateless session beans
I see the T icon left to the methods declaration in my EJB remote interface.
When I click on that it goes to the implementation i.e EJB bean class.

but when I press Ctrl-Alt-B, I got a popup window that says 'searching for
implementations' .. it finishes the search but doesnot go anywhere.

And this is the same for my servlet classes where I make a call to one of
the EJB methods. When I press Ctrl-Alt-B nothing happens.

Thanks,
-Anil


"Alexey Kudravtsev" <[EMAIL PROTECTED]> wrote in message
afuluv$p61$[EMAIL PROTECTED]">news:afuluv$p61$[EMAIL PROTECTED]...
> 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