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

Summary: Add check for lower case character in CMP field name
Product: javaee Reporter: Petr Blaha <blaha>
Component: EJBAssignee: Ondrej Rypacek <rypacek>
Status: CLOSED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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]