0 Replies Latest reply on Feb 5, 2010 12:04 AM by petr111

    Seam + Firebird + Persistence Unit

    petr111

      Hello,
      i want to ask you. I am using JBoss 4.2.3 and i am making 2 PersistenceUnit. I want to have distributed transaction processing. I am using this in Seam application with EJB3. But during
      loading i am becoming




      --- MBeans waiting for other MBeans --- 
      ObjectName: persistence.units:ear=myapp.ear,unitName=my1PU 
      State: NOTYETINSTALLED 
      I Depend On: 
      jboss.jca:name=myDS,service=DataSourceBinding 
      
      --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- 
      ObjectName: jboss.jca:name=myDS,service=DataSourceBinding 
      State: NOTYETINSTALLED 
      Depends On Me: 
      persistence.units:ear=myapp.ear,unitName=my1PU 





      Actually i am sure with my datasources. Do you have some ideas?
      Thanks for helps Petr