7 Replies Latest reply on Jan 21, 2006 7:12 PM by gavin.king

    seam.properties not read?

    emsa

      I'm now trying to get seam-managed persistance to work by adding this to seam.properties:

      org.jboss.seam.init.managedPersistenceContexts em
      em.persistenceUnitName java:/EntityManagerFactories/testDatabase

      but 'em' does not get created. I have also tried to add bogus stuff to seam.properties and that does not generate any errors.
      The JNDI is valid and I have changed the listener and the app works as expected using @PersistenceContext - Am I missing something?

      Thanks,
      /Magnus