This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 56059 - Add check for lower case character in CMP field name
Summary: Add check for lower case character in CMP field name
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Ondrej Rypacek
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2005-03-07 14:20 UTC by Petr Blaha
Modified: 2006-03-24 13:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2005-03-07 14:20:04 UTC
[Build 20050306]
If user creates new CMP field Klic gets following
error:
com.sun.enterprise.deployment.backend.IASDeploymentException:
Fatal Error from EJB Compiler -- Caught
javax.ejb.EJBException while processing CMP beans
for application [testjdk5]; module
[TestJDK5-EJBModule.jar]: CMP/CMR field Klic must
start with a lower case character..

Fix: add check for lower case character for CMP field
Comment 1 Ondrej Rypacek 2005-03-21 10:27:26 UTC
Fixed consistently with the current checking mechanism.

Checked in:
j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/logicalview/ejb/action/...
AddCmpFieldAction.java, rev.1.7
Bundle.properties, rev. 1.14
Comment 2 Petr Blaha 2005-04-21 09:18:54 UTC
[netbeans41 RC1]