DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25908>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25908 JCA Support would be very useful Summary: JCA Support would be very useful Product: Tomcat 5 Version: Unknown Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] JCA support would be very useful to users that want to use JDO with Tomcat. Many JDO implementations come with a resource adaptor. Currently developers have to go to a full J2EE implementation like JBoss or worse WebSphere to be able to use the adaptor. The Tomcat community already recognizes that relational database connection pooling is very useful by providing JDBC connection pooling. More and more applications will be developed using JDO that don't need a full blown J2EE stack (part of the reason we are using JDO is to avoid CMP with all of the baggage we don't need), just a bit of JCA support. Container managed transactions wouldn't need to be implemented, developers just need a way to get ahold of a correctly configured PersistenceManager. Since there are already resource adaptors to provided connectivity to JDBC datasources, adding JCA support could also create a unified way to get a connetion to any datasource in Tomcat. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]