Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
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.
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]
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.