0 Replies Latest reply on Jul 16, 2009 12:47 PM by gcameo

    Seam Components Glossary

    gcameo

      Where can I find all the various tags that can go into the component.xml and the various attributes that can be specified. For example I have see some applications write this for SMPC



      <persistence:managed-persistence-context name="bookingDatabase" 
      
                                        auto-create="true"
      
                         persistence-unit-jndi-name="java:/EntityManagerFactories/bookingData"/>



      whereas some do not use persistence-unit-jndi-name . They just use the name attribute of the persistence in persistence.xml. Under which conditions do you use which.


      How do I know all the options I have and what which one is for?


      Regards