0 Replies Latest reply on Jan 7, 2006 11:31 PM by ameelin

    How do you create a full-fledged jboss hibernate app with ha

    ameelin

      My ear structure is like so (I interface with 3 dbs using hibernate and each is to have its own sessionFactory generated per its own hibernate-service.xml)
      model1.har
      model2.har
      model3.har
      appejb.jar (just as session bean for session facade purposes)

      I want to make this structure using the JBossIDE(1.5M3 ide is what I use)

      How do I do that?