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
XDocklet Conf for EJBs a for Sun Applicationserver 8.1
im new to MyEclipse and and have a XDocklet Question.
I want create a EJB for a Sun Java Applicationserver 8.1
What are the right XDocklet Configuration, that my Bean will run on this server?
First read the EJB development tutorial for MyEclipse. EJB Quickstart. There is one section that pertains to appserver setup. In this section you will need to setup sun appserver instead of JBoss. So you will need to add a subtask called “sunone” instead of jboss. On the new sunone task you need to set the destDir to “src/META-INF” so the sun deployment descriptor will be generated in the right location.