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 2007/05/23 05:01:27 UTC

svn commit: r540824 - in /incubator/openejb/trunk/openejb3/examples: helloworld-stateful-pojo/src/main/resources/META-INF/ejb-jar.xml resource-injection/src/main/resources/META-INF/ejb-jar.xml

Author: dblevins
Date: Tue May 22 20:01:27 2007
New Revision: 540824

URL: http://svn.apache.org/viewvc?view=rev&rev=540824
Log:
Set metadata-complete flag to flase (we didn't support it previously)

Modified:
    incubator/openejb/trunk/openejb3/examples/helloworld-stateful-pojo/src/main/resources/META-INF/ejb-jar.xml
    incubator/openejb/trunk/openejb3/examples/resource-injection/src/main/resources/META-INF/ejb-jar.xml

Modified: incubator/openejb/trunk/openejb3/examples/helloworld-stateful-pojo/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/examples/helloworld-stateful-pojo/src/main/resources/META-INF/ejb-jar.xml?view=diff&rev=540824&r1=540823&r2=540824
==============================================================================
--- incubator/openejb/trunk/openejb3/examples/helloworld-stateful-pojo/src/main/resources/META-INF/ejb-jar.xml (original)
+++ incubator/openejb/trunk/openejb3/examples/helloworld-stateful-pojo/src/main/resources/META-INF/ejb-jar.xml Tue May 22 20:01:27 2007
@@ -16,7 +16,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<ejb-jar xmlns="http://java.sun.com/xml/ns/javaee" version="3.0" metadata-complete="true">
+<ejb-jar xmlns="http://java.sun.com/xml/ns/javaee" version="3.0" metadata-complete="flase">
     <enterprise-beans>
         <session>
             <ejb-name>FriendlyPerson</ejb-name>

Modified: incubator/openejb/trunk/openejb3/examples/resource-injection/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/examples/resource-injection/src/main/resources/META-INF/ejb-jar.xml?view=diff&rev=540824&r1=540823&r2=540824
==============================================================================
--- incubator/openejb/trunk/openejb3/examples/resource-injection/src/main/resources/META-INF/ejb-jar.xml (original)
+++ incubator/openejb/trunk/openejb3/examples/resource-injection/src/main/resources/META-INF/ejb-jar.xml Tue May 22 20:01:27 2007
@@ -19,7 +19,7 @@
 
 <!-- $Rev$ $Date$ -->
 
-<ejb-jar xmlns="http://java.sun.com/xml/ns/javaee" version="3.0" metadata-complete="true">
+<ejb-jar xmlns="http://java.sun.com/xml/ns/javaee" version="3.0" metadata-complete="false">
   <enterprise-beans>
     <session>
       <ejb-name>InvoiceBean</ejb-name>