[jboss-cvs] JBossAS SVN: r96335 - 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 Nov 13 09:12:32 EST 2009


Author: jesper.pedersen
Date: 2009-11-13 09:12:32 -0500 (Fri, 13 Nov 2009)
New Revision: 96335

Modified:
   projects/jboss-jca/trunk/api/src/main/java/javax/resource/spi/Connector.java
Log:
[JBJCA-215] Merge API changes from JCA 1.6 (Final)

Modified: projects/jboss-jca/trunk/api/src/main/java/javax/resource/spi/Connector.java
===================================================================
--- projects/jboss-jca/trunk/api/src/main/java/javax/resource/spi/Connector.java	2009-11-13 13:59:58 UTC (rev 96334)
+++ projects/jboss-jca/trunk/api/src/main/java/javax/resource/spi/Connector.java	2009-11-13 14:12:32 UTC (rev 96335)
@@ -44,14 +44,6 @@
 @Target(TYPE)
 public @interface Connector 
 {
-   
-   /**
-    * Specifies the name of the resource adapter module. If the moduleName 
-    * annotation element is not specified, the application server must 
-    * follow the requirements in the Java Platform, Enterprise Edition 
-    * (Java EE) Specification to determine the default moduleName.
-    */
-   String moduleName() default "";
 
    /**
     * Describes the resource adapter module.




More information about the jboss-cvs-commits mailing list