facebook

How do I get jboss.xml generated? [Closed]

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

    I have a EJB project up and running. Deployment to JBoss 3.2.2RC2 works great.

    Now I need to add a few JBoss specific things (JMS Destination, CMP stuff etc.). How can I do this? I cannot find a way to get MyEclipse to run the <jboss /> subtask.

    #197954 Reply

    Scott Anderson
    Participant

    To run the jboss task, you must first add the jboss doclet command to your project configuration.
    [list]
    Navigate to Properties > XDoclet Configuration
    Select Standard EJB
    Right-click on ejbdoclet and select ‘Add’
    Select jboss
    Configure jboss properties and set ‘destDir’ to your META-INF folder
    Save changes
    Run XDoclet
    [list]

    –Scott
    MyEclipse Support

    #197973 Reply

    Ah, thanks! It’s working now.

    #197997 Reply

    Scott,

    These kinds of questions are exactely the reason why I proposed to have these appserver specific xdoclet tasks added automagically once a specific appserver is switched on in the J2EE appserver config panel.

    Ronald

    #197998 Reply

    Scott Anderson
    Participant

    Ronald,

    That’s a very good enhancement suggestion. I’ll add it to our internal list of proposed enhancements. Thanks!

    –Scott
    MyEclipse Support

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: How do I get jboss.xml generated? [Closed]

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