Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a Stateless Session EJB Project

    • Select File --> New --> Project




    • In the popup window, select EJB --> EJB Project and then click Next




    • Type jaxws-converterejb as the Project Name and click Next..




    • The default option should work for Geronimo, so click Next




    • Here also default options will work, but the service and wsdl file will be located at the URL specified by the annotations




      Tip
      titleChanging Service Location

      If you want to change the service location to any custom URL you want, make sure that the check box Generate Deployment Descriptor is selected.



    • Modify the Group Id to org.apache.geronimo.samples.jaxws and the artifact id to jaxws-converterejb.




    • Click Finish

...