Bug 239581 - Fix Class name validation in Entity wizard
Summary: Fix Class name validation in Entity wizard
Status: RESOLVED FIXED
Alias: None
Product: Dali JPA Tools
Classification: WebTools
Component: General (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 2.1 M1   Edit
Assignee: Karen Butzke CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on: 225379
Blocks:
  Show dependency tree
 
Reported: 2008-07-04 05:18 EDT by Kaloyan Raev CLA
Modified: 2008-10-21 21:56 EDT (History)
3 users (show)

See Also:


Attachments
patch (1.36 KB, patch)
2008-07-04 05:21 EDT, Kaloyan Raev CLA
neil.hauge: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kaloyan Raev CLA 2008-07-04 05:18:23 EDT
The EntityDataModelProvider extends the NewJavaClassDataModelProvider. It also overrides the validate() method to make some custom validation in the data model. 
There are some changes made for bug 225379 that improves the validation of the CLASS_NAME property. Therefore, the EntityDataModelProvider does not need (and better not to) validate the CLASS_NAME property any more.
Comment 1 Kaloyan Raev CLA 2008-07-04 05:21:32 EDT
Created attachment 106559 [details]
patch

Patch that removes the validation of the CLASS_NAME data model property from the EntityDataModelProvider and leaves it to the NewJavaClassDataModelProvider superclass.
Comment 2 Kaloyan Raev CLA 2008-07-04 05:25:01 EDT
This patch should be committed to HEAD, but I don't see any appropriate target milestone available... 2.1 may be?
The patch is not relevant for the Ganymede maintenance release, because the dependent bug 225379 is out of its scope. 
Comment 3 Karen Butzke CLA 2008-08-05 09:51:40 EDT
checked in to HEAD
Comment 4 Neil Hauge CLA 2008-08-27 17:15:18 EDT
Housekeeping.