0 Replies Latest reply on Mar 1, 2003 10:13 PM by ootechnology

    Weblogic Datasource porting

    ootechnology

      We are porting j2ee app. from weblogic6.1 to jboss 3.0.4. we are using DB2 database. Following is the excerpt from weblogic config.xml:







      Here 3 datasources AuditPkgPool, HierarchyPkgPool, AccountPkgPool are associated with the same pool: "vfpool".

      I am not sure on how to do the equivalent configuration in JBOSS.

      Tried different combinations(like creating three different db2-account-service.xml, db2-hierarchy-service.xml, db2-audit-service.xml). But couldn't get it work. Any help would be greatly appreciated. Thanks.