You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2015/04/16 01:08:58 UTC

svn commit: r1673978 - /tomee/site/trunk/content/application-resources.mdtext

Author: jgallimore
Date: Wed Apr 15 23:08:58 2015
New Revision: 1673978

URL: http://svn.apache.org/r1673978
Log:
Grammar corrections

Modified:
    tomee/site/trunk/content/application-resources.mdtext

Modified: tomee/site/trunk/content/application-resources.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/application-resources.mdtext?rev=1673978&r1=1673977&r2=1673978&view=diff
==============================================================================
--- tomee/site/trunk/content/application-resources.mdtext (original)
+++ tomee/site/trunk/content/application-resources.mdtext Wed Apr 15 23:08:58 2015
@@ -29,7 +29,7 @@ As an alternative to defining a resource
     MyQueue = new://Resource?type=javax.jms.Queue
 	
 Resources, or attributes for resources specified using system properties will override definitions specified in `tomee.xml`.
-Server-wide resources can be looked up in JNDI under the following name: openejb:Resources/<resource id>.
+Server-wide resources can be looked up in JNDI under the following name: openejb:Resources/resource id.
 
 # Defining Resources
 <a name="DefiningResources"></a>
@@ -57,7 +57,7 @@ The `<Resource>` tag has a number of att
 
 * type
 
-A type that TomEE know. The type is associated with a provider that knows how to create that type, and also any default properties that the resource should have if they are not specified in the resource definition. See <a href="https://github.com/apache/tomee/blob/tomee-1.7.x/tomee/tomee-webapp/src/main/resources/META-INF/org.apache.tomee/service-jar.xml">service-jar.xml</a> for an example of set of service providers that come with TomEE.
+A type that TomEE knows. The type is associated with a provider that knows how to create that type, and also any default properties that the resource should have if they are not specified in the resource definition. See <a href="https://github.com/apache/tomee/blob/tomee-1.7.x/tomee/tomee-webapp/src/main/resources/META-INF/org.apache.tomee/service-jar.xml">service-jar.xml</a> for an example set of service providers that come with TomEE.
 
 * provider
 
@@ -146,7 +146,7 @@ The format of `resources.xml` uses the s
 	
 This mechanism allows you to package your custom resources within your application, alongside your application code, rather than requiring a .jar file in the `lib/` directory.
 
-Application resources are bound in JNDI under openejb:Resource/<appname>/<resource id>.
+Application resources are bound in JNDI under openejb:Resource/appname/resource id.
 
 # Additional resource properties