How do I open the preferences of an EJB
I remember rightclick on a Bean and selecting "Edit..." on the J2EE-Tab of the Project Explorer opened a Tab in the Editor-Area which allowed to change some settings of the Bean (JNDI-Name, etc.).
But however since a few weeks this doesn't work anymore. When I click on "Edit..." the Project Explorer just switches to the "Project" tab (without selecting a specific entry)
By now I'm manually editing the XML-Deployment-Files as I can't find a way to open the Settings Tab for the EJBs.
BTW: I'm using IDEA 5.1.2 and JBossIntegration-Plugin 2.12 (the latest one for IDEA 5.1)
thx in advance for your support!
nomike aka Michael Postmann
Please sign in to leave a comment.
Are you sure there is no exception? Very strange... It should work in 5.1.2
"Michael Postmann" <no_reply@jetbrains.com> wrote in message
news:18739281.1152785577257.JavaMail.javamailuser@localhost...
>I remember rightclick on a Bean and selecting "Edit..." on the J2EE-Tab of
>the Project Explorer opened a Tab in the Editor-Area which allowed to
>change some settings of the Bean (JNDI-Name, etc.).
>
>
>
Michael,
This switch to the project tab instead of opening the editor is normally caused by some exception thrown during editor initialization. Do you find anything suspicious in idea.log?
- Martin
Tis explanatin sounds reasonable to me, however I didn't hat enough time to further explore it and now it's not reproduceable anymore.
But thx anyway....
nomike aka Michael Postmann