0 Replies Latest reply on Feb 2, 2012 4:30 PM by v_m

    How to get wizards work with Archetype?

    v_m

      I am a new to JBossAS7.

       

      I am using eclipse and created a new project to run on JBossAS7. I chose jboss-javaee6-webapp archetype. It created a project with code similar to kitchensink.

       

      Now I am trying to add my own code. When I try to add a JPA entity it asks me to select a project and does not show my project in the list (infact the list is empty). So it does not allow me to add a new JPA entity. I guess I can add a simple class and add all the code myself. But the question is why is the wizard not working?