facebook

EJB and XDoclet

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

    pandsen
    Member

    Hi
    When I ‘Run XDoclet’, as fllows:

    Buildfile: C:\eclipse\workspace\EJBMoudle\xdoclet-build.xml

    N400004:
    [ejbdoclet] (XDocletMain.start 47 ) Running <remoteinterface/>
    [ejbdoclet] (XDocletMain.start 47 ) Running <localinterface/>
    [ejbdoclet] (XDocletMain.start 47 ) Running <homeinterface/>
    [ejbdoclet] Generating Home interface for ‘com.test.Management’.
    [ejbdoclet] (XDocletMain.start 47 ) Running <localhomeinterface/>
    [ejbdoclet] (XDocletMain.start 47 ) Running <dataobject/>
    [ejbdoclet] (XDocletMain.start 47 ) Running <valueobject/>
    [ejbdoclet] (XDocletMain.start 47 ) Running <entitypk/>
    [ejbdoclet] (XDocletMain.start 47 ) Running <entitycmp/>
    [ejbdoclet] (XDocletMain.start 47 ) Running <entitybmp/>
    [ejbdoclet] (XDocletMain.start 47 ) Running <session/>
    [ejbdoclet] Generating Session class for ‘com.test.Management’.
    [ejbdoclet] (XDocletMain.start 47 ) Running <dao/>
    [ejbdoclet] (XDocletMain.start 47 ) Running <utilobject/>
    [ejbdoclet] Generating Util class for ‘com.test.Management’.
    [ejbdoclet] (XDocletMain.start 47 ) Running <deploymentdescriptor/>
    [ejbdoclet] Generating EJB deployment descriptor (ejb-jar.xml).

    _generation_:
    BUILD SUCCESSFUL
    Total time: 21 seconds

    If I want to generate remoteinterface, localinterface, homeinterface, and localhomeinterface, how config xdoclet?

    Thanks for any help.

    #197539 Reply

    Scott Anderson
    Participant

    To get rid of the generation you don’t want, navigate back to the project’s XDoclet configuration (Properties > XDoclet) and select the ‘Standard EJB’ setting. This will show the ejbdoclet task in the window below. Un-check whatever generations you don’t want to run and save the settings.

    –Scott
    MyEclipse Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: EJB and XDoclet

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