I am using myeclipse 6.0.0 GA.
I am developing an enterprise project consisting of an EJB and an WEB project.
In some of my xml files, or inside xdoclet tags, I am seeing a lot of curly yellow lines underlining word(s). If I take my mouse over the word, the error message states something is mis-spelled. For example,
a line like
<res-type>javax.jms.QueueConnectionFactory</res-type>
has the “javax” word underlined with an error message “The word ‘javax’ is not correctly spelled”. This is obviously an incorrect message because the word <U>is</U> spelled correctly.
Any thoughts?