0 Replies Latest reply on Oct 30, 2004 6:08 PM by mredeker

    Self deployed DataSources are not accessible through JSR-77

    mredeker

      We are currently developing a JSR-77 Management Console
      and found that self deployed DataSources are not
      accessible through JSR-77 because they have the "JBoss
      LocalTransaction JDBC Wrapper" as parent. But the spec
      allows only on object name to be returned by
      "jcaResource". This means that each self deployed
      DataSource should get it's own "JBoss LocalTransaction
      JDBC Wrapper" which is accessible through JSR-77.

      Or is there another way to access the datasource MangedObject.
      We would like to display the statistics for the datasources and can't get them :-(