facebook

control+space doesn’t work

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #198611 Reply

    Hi,

    the workbench doesn’t show my some items (for example @jboss.column-name) when I press CTRL+SPACE to get help on writing a jboss xdoclet tag for a class method.
    (It shows me just @jboss.method-attributes and @jboss.clustered)

    Maybe I didn’t set some xdoclet customization option…

    Thanks,
    Paolo.

    #198616 Reply

    Scott Anderson
    Participant

    Paolo,

    I looked into this and the issue is caused because we don’t offer context help for any tags that have been deprecated. In the xtags file the following fields are flagged as deprecated:
    jboss.column-name, jboss.read-only, jboss.jdbc-type and jboss.sql-type. Instead, you should be using ‘ejb.persistence column-name’, ‘jboss.persistence read-only’, ‘ejb.persistence jdbc-type’ and ‘ejb.persistence sql-type’, respectively.

    –Scott
    MyEclipse Support

    #198621 Reply

    Hi scott,

    the workbench doesn’t offer help context for ejb.persistence tag, too. The most important problem ( I think that it’s strictly related to this one) is that xdoclet doesn’t generate field item in jbosscmp-jdbc.xlm descriptor.

    Thank.

    P.S.
    Congratulation for your reply time.

    #198634 Reply

    Scott Anderson
    Participant

    the workbench doesn’t offer help context for ejb.persistence tag, too

    It does for me. However, this is only available on Entity beans. Please make sure that your EJB class implements javax.ejb.EntityBean and it should show up. It won’t for session beans.

    –Scott
    MyEclipse Support

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: control+space doesn’t work

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