Bugs item #1053625, was opened at 2004-10-25 03:04 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1053625&group_id=22866
Category: JBossMX Group: v4.0 Status: Open >Resolution: Accepted Priority: 5 Submitted By: Marcus Redeker (mredeker) >Assigned to: Scott M Stark (starksm) Summary: Not JSR-77 Spec compliant Initial Comment: We are currently developing a JSR-77 Management Console and found that JBoss's class "org.jboss.management.j2ee.ResourceAdapter" which represents the JSR-77 j2eeType "ResourceAdapter" is not spec complient. It must have an attribute "jcaResource" but JBoss has named the attribute "JcaResource" with a capital letter. Als we found that self deployed DataSources are not accessibale 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. ---------------------------------------------------------------------- >Comment By: Scott M Stark (starksm) Date: 2004-11-07 10:22 Message: Logged In: YES user_id=175228 A duplicate jcaResource has been added to conform to the expected name. I'll look into the DataSource naming issue, but define what you mean by 'self deployed DataSource'. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1053625&group_id=22866 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
