]
Rob Stryker closed JBIDE-180.
-----------------------------
Resolution: Done
JIRA cleanup: Closing old bugs
New EJB 2.1 Deployment Descriptor creates 2.0 version
-----------------------------------------------------
Key: JBIDE-180
URL:
http://jira.jboss.com/jira/browse/JBIDE-180
Project: JBoss Tools
Issue Type: Bug
Environment: Win 2000, Eclipse 3.0.2, Jboss IDE v 1.4.1.e30, JDK 1.4.2_08-b03
Reporter: MrSlinkyman
Using the Jboss IDE tools I created a J2EE 1.4 Project. Once the project was created I
created a new "EJB 2.1 Deployment Descriptor".
The following is the file that was created and what is also generated if the "EJB
2.0 Deployment Descriptor" is selected.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ejb-jar PUBLIC
"-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN"
"http://java.sun.com/dtd/ejb-jar_2_0.dtd">
<ejb-jar>
<enterprise-beans>
<session>
<ejb-name></ejb-name>
<ejb-class></ejb-class>
<session-type></session-type>
<transaction-type></transaction-type>
</session>
<entity>
<ejb-name></ejb-name>
<ejb-class></ejb-class>
<persistence-type></persistence-type>
<prim-key-class></prim-key-class>
<reentrant></reentrant>
</entity>
<message-driven>
<ejb-name></ejb-name>
<ejb-class></ejb-class>
<transaction-type></transaction-type>
</message-driven>
</enterprise-beans>
</ejb-jar>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: