Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Gregory Shrago
Subsystem
J2EE.EJB2
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Matt Bishop
    5 years ago (25 Feb 2006 02:18)
  • Updated by   root
    2 years ago (17 Jan 2010 20:27)
  • Jira: IDEADEV-7302
    (history, comments)
 
IDEA-31558 CMP Entity Bean ejb-jar.xml generator incorrectly capitalizes <reentrant> element
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
When creating/editing a 2.x CMP in IDEA, the ejb-jar.xml file is automatically updated with the changes. The <reentrant> element of ejb-jar.xml can be either 'true' or 'false' (lower-case), but IDEA will set the value to 'False' which breaks XML validation.

I'm using the following schema to define <ejb-jar>:
<ejb-jar
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
        http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd"
version="2.1">


Environment: Windows XP

Issue was resolved
Comments (0)
 
History
 
Linked Issues (?)
 
Issue has no comments