facebook

XDOCLET Completition

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #234272 Reply

    thecrazylab
    Member

    if you format the code in a ejb cmp with ctrl+shift+f you got something like this

    * @ejb.bean name=”Role” display-name=”Name for Role” description=”Description
    * for Role” jndi-name=”ejb/Role” type=”CMP” cmp-version=”2.x”
    * view-type=”local
    *
    */

    you will be not able to add other tags with autocompletition, for example try to add primkey-field=”id” a the end! i have tested a bit and seem that the problem is that the description tag is cutted into two line, infact if you rewrite the code like this

    * @ejb.bean name=”Role” display-name=”Name for Role”
    * description=”Description for Role” jndi-name=”ejb/Role” type=”CMP” cmp-version=”2.x”
    * view-type=”local
    *
    */

    you will be reable to see autocompletition and to insert primkey-field=”id” at the end, don’t know if it is a myeclipse or a eclipse problem but i hobe this will be fixed 😉

    #234321 Reply

    Riyad Kalla
    Member

    I have filed the issue, thank you.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: XDOCLET Completition

You must be logged in to post in the forum log in