You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2009/01/28 18:05:06 UTC

svn commit: r738540 - /openejb/trunk/openejb3/container/openejb-core/src/main/resources/org/apache/openejb/config/rules/Messages.properties

Author: dblevins
Date: Wed Jan 28 17:05:06 2009
New Revision: 738540

URL: http://svn.apache.org/viewvc?rev=738540&view=rev
Log:
Fixed typos

Modified:
    openejb/trunk/openejb3/container/openejb-core/src/main/resources/org/apache/openejb/config/rules/Messages.properties

Modified: openejb/trunk/openejb3/container/openejb-core/src/main/resources/org/apache/openejb/config/rules/Messages.properties
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/container/openejb-core/src/main/resources/org/apache/openejb/config/rules/Messages.properties?rev=738540&r1=738539&r2=738540&view=diff
==============================================================================
--- openejb/trunk/openejb3/container/openejb-core/src/main/resources/org/apache/openejb/config/rules/Messages.properties (original)
+++ openejb/trunk/openejb3/container/openejb-core/src/main/resources/org/apache/openejb/config/rules/Messages.properties Wed Jan 28 17:05:06 2009
@@ -710,7 +710,7 @@
 
 1.xml.businessRemote.beanClass = Bean class mistakenly declared as <business-remote>
 2.xml.businessRemote.beanClass = Bean class mistakenly declared as <business-remote>
-3.xml.businessRemote.beanClass = The bean class cannot itself cannot be used as the value of the <business-remote> element of the ejb-jar.xml.  Either list a valid java interface or delete this element and annotate the intended interface with the @Remote annotation.
+3.xml.businessRemote.beanClass = The bean class cannot itself be used as the value of the <business-remote> element of the ejb-jar.xml.  Either list a valid java interface or delete this element and annotate the intended interface with the @Remote annotation.
 
 1.xml.businessRemote.notInterface = The value of <business-remote> is not an interface
 2.xml.businessRemote.notInterface = The value of <business-remote> is not an interface: {0}
@@ -734,7 +734,7 @@
 
 1.xml.businessLocal.beanClass = Bean class mistakenly declared as <business-local>
 2.xml.businessLocal.beanClass = Bean class mistakenly declared as <business-local>
-3.xml.businessLocal.beanClass = The bean class cannot itself cannot be used as the value of the <business-local> element of the ejb-jar.xml.  Either 1) list a valid java interface or 2) delete this element and annotate the intended interface with the @Local annotation.
+3.xml.businessLocal.beanClass = The bean class cannot itself be used as the value of the <business-local> element of the ejb-jar.xml.  Either 1) list a valid java interface or 2) delete this element and annotate the intended interface with the @Local annotation.
 
 1.xml.businessLocal.notInterface = The value of <business-local> is not an interface
 2.xml.businessLocal.notInterface = The value of <business-local> is not an interface: {0}