History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-7302
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Gregory Shrago
Reporter: Matt Bishop
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

CMP Entity Bean ejb-jar.xml generator incorrectly capitalizes <reentrant> element

Created: 25 Feb 06 01:18   Updated: 19 Jul 06 19:29
Component/s: J2EE.EJB2
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Windows XP

Build: 4,155
Fixed in build: 5,335
Severity: Medium


 Description  « Hide
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">



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.