Kbase P124541: No exception is thrown when adding duplicate ProDataObjects to a ProDataGraph
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/21/2007 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1B
SYMPTOM(s):
Using ProDataSets with Java Open Client
Defined ProDataGraph (Temp Table) with unique key
Able to add multiple ProDataObjects (Records) to the ProDataGraph which violate the unique key constraint
No Java exception is raised
CAUSE:
Bug# OE00152232
CAUSE:
The Java Open Client code is working properly. There is no functionality which enforces a unique key constraint on the Java side. The unique key constraint violation will be caught on the AppServer side.
FIX:
Modify the Java application code to manually enforce this constraint if it is required to catch the exception before the AppServer is called