How to jump directly between ejb methods of bean-class and remote-interface?
In IDEA 4.0, how to jump directly between ejb methods of bean-class and remote-interface? I've created the EJB-Moudle, but the left side icon was not appear. That was a good feather in 3.x.
Please sign in to leave a comment.
AFAIK, there is no way to do that :(
I think that the only two nuisances I found in IDEA 4.0 are that it doesn't recognize automagically my EJBs (somehow minor) and that I can't jump from Home/Local/Remote to the Implementation (Very Big Major)
Hi,
Have the Control + Alt + B (goto implementations) works for you?
Rafael Alvarez wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
I have configured EJB modules with the following combinations:
Entity Bean, EJB2.0, Local & Remote Interface
Entity Bean, EJB2.0, Local Interface
Entity Bean, EJB1.1
Session Bean, EJB1.1
The Ctrl-Alt-B feature is not working in any of these modules.
I have tested it in both IDEA 4.0.1 and Pallada 2002.
Could you please post the full details(zipped test project will be the best) into the www.intellij.net/tracker ?
Thanks.
--
regards,
Alexey Kudravtsev
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Rafael Alvarez" <no_mail@jetbrains.com> wrote in message news:22752741.1080684967682.JavaMail.itn@is.intellij.net...
>
>
>
>
Ok. this is weird. As I can't submit our project & sources I prepared a test project... and it worked perfectly on Pallada! I'm yet to find what's the difference between the test project and the development project...
Rafael, could this be your issue?
http://www.intellij.net/tracker/idea/viewSCR?publicId=29229
r.
Rafael Alvarez wrote:
Nope. That's not it.
I have two Entity EJB with the same characteristics and with one of them is working and with the other is not. None of them has a Java class implementing the remote/local interface.