[jboss-cvs] JBossAS SVN: r110785 - projects/jboss-jca/trunk/api/src/main/java/javax/resource/spi.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 25 10:33:23 EST 2011


Author: jesper.pedersen
Date: 2011-02-25 10:33:23 -0500 (Fri, 25 Feb 2011)
New Revision: 110785

Modified:
   projects/jboss-jca/trunk/api/src/main/java/javax/resource/spi/Activation.java
Log:
Requirement in JCA 1.6.MR1

Modified: projects/jboss-jca/trunk/api/src/main/java/javax/resource/spi/Activation.java
===================================================================
--- projects/jboss-jca/trunk/api/src/main/java/javax/resource/spi/Activation.java	2011-02-25 15:25:46 UTC (rev 110784)
+++ projects/jboss-jca/trunk/api/src/main/java/javax/resource/spi/Activation.java	2011-02-25 15:33:23 UTC (rev 110785)
@@ -30,15 +30,15 @@
 
 /**
  * Designates a JavaBean as an <code>ActivationSpec</code>. This annotation may
- * be placed on a JavaBean. A JavaBean annotated with the Activation annotation
- * is not required to implement the {@link ActivationSpec ActivationSpec}
+ * be placed on a JavaBean. Eventhough the JavaBean is annotated with the Activation annotation
+ * it is still required to implement the {@link ActivationSpec ActivationSpec}
  * interface.
  * 
  * <p>The ActivationSpec JavaBean contains the configuration information pertaining
  * to inbound connectivity from an EIS instance. A resource adapter capable of
- * message delivery to message endpoints must provide an JavaBean class
- * implementing the {@link ActivationSpec ActivationSpec} interface or annotate
- * a JavaBean with the <code>Activation</code> annotation for each supported
+ * message delivery to message endpoints must provide a JavaBean class
+ * implementing the {@link ActivationSpec ActivationSpec} interface which may be annotated
+ * with the <code>Activation</code> annotation for each supported
  * endpoint message listener type.
  * 
  * <p>The ActivationSpec JavaBean has a set of configurable properties specific to



More information about the jboss-cvs-commits mailing list