Why does the jca WrappedStatement implement an interface from the cmp
module?
package org.jboss.resource.adapter.jdbc;
public class WrappedStatement
implements Statement, org.jboss.ejb.plugins.cmp.jdbc.WrappedStatement
{
...
}
This cmp version of the WrappedStatement is just providing access to
the underlying statement object. Why isn't that just part of the jca
version of the WrappedStatement, or some interface in the jca pkg?
There cannot be dependencies on from the jca layer to a user of jca.
xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development