Hello Chris,This is fixed in #638Thank you for report--regards,Alexey Kudravtsev.JetBrains, Inchttp://www.intellij.com"Develop with pleasure!"PS Could you please post EJB related messages to the j2ee group ?"Christopher Cobb" <ccobb@phtek.com> wrote in messagenews:3D3EE8E2.9D8D46D9@phtek.com...
I have this code:
>
BuyerLocalHome home = (BuyerLocalHome)EJBFactory.getLocalHome(BuyerLocalHome.class); home.saveBuyersForUser(funcCodeGUID, arrBuyerDataBeans);
saveBuyersForUser is a home method with the signature in the bean:ejbHomeSaveBuyersForUser().
When I press CTRL-ALT-B on some other EJB methods, it usually knowswhere to go. In this case, nothing happens.
Pressing CTRL-ALT-B on a home method invocation should, I think, take meto the home method definition.
cc
>>
请先登录再写评论。
Hello Chris,
This is fixed in #638
Thank you for report
--
regards,
Alexey Kudravtsev.
JetBrains, Inc
http://www.intellij.com
"Develop with pleasure!"
PS Could you please post EJB related messages to the j2ee group ?
"Christopher Cobb" <ccobb@phtek.com> wrote in message
news:3D3EE8E2.9D8D46D9@phtek.com...
>
>
>
>
>
>
>