[jboss-cvs] JBossAS SVN: r97751 - projects/jboss-jca/trunk/deployers/src/main/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 11 14:39:45 EST 2009


Author: jesper.pedersen
Date: 2009-12-11 14:39:45 -0500 (Fri, 11 Dec 2009)
New Revision: 97751

Modified:
   projects/jboss-jca/trunk/deployers/src/main/resources/validator.properties
Log:
[JBJCA-201] Add some config-property rules (resources)

Modified: projects/jboss-jca/trunk/deployers/src/main/resources/validator.properties
===================================================================
--- projects/jboss-jca/trunk/deployers/src/main/resources/validator.properties	2009-12-11 19:29:49 UTC (rev 97750)
+++ projects/jboss-jca/trunk/deployers/src/main/resources/validator.properties	2009-12-11 19:39:45 UTC (rev 97751)
@@ -7,6 +7,7 @@
 mcf.MCF=The class must implement the javax.resource.spi.ManagedConnectionFactory interface.
 mcf.MCFHashCode=A ManagedConnectionFactory must implement a "public int hashCode()" method.
 mcf.MCFEquals=A ManagedConnectionFactory must implement a "public boolean equals(Object)" method.
+mcf.MCFConfigProperties=Invalid config-property-type for ManagedConnectionFactory.
 mc.MC=The class must provide an implementation of the ManagedConnection interface.
 mc.MCGetMetaData=ManagedConnection.getMetaData() must return a javax.resource.spi.ManagedConnectionMetaData instance
 ra.RA=A ResourceAdapter must implement the javax.resource.spi.ResourceAdapter interface.
@@ -17,3 +18,5 @@
 cf.CFNull=ConnectionFactory must be a non-null value
 cf.CFSerializable=ConnectionFactory must implement java.io.Serializable
 cf.CFReferenceable=ConnectionFactory must implement javax.resource.Referenceable
+as.ASConfigProperties=Invalid config-property-type for ActivationSpec.
+ao.AOConfigProperties=Invalid config-property-type for AdminObject.




More information about the jboss-cvs-commits mailing list