Hi Tyler,

yes this is normal, just like everything in Java, everything in RIFE is case sensitive.

Best regards,

Geert

On 29 Jun 2006, at 03:48, Tyler Pitchford wrote:

I ran into an issue where this:

addConstraint(new
ConstrainedProperty("categoryid").notNull(true).manyToOne (Category.class,
"id"));

was not correctly generating the foreign key constraint, but this:

addConstraint(new
ConstrainedProperty("categoryId").notNull(true).manyToOne (Category.class,
"id"));

was. It would setup the categoryid in the DB, but there would be no FK
constraint applied in the DB unless I used the correct capitalization,
is this proper behavior?

Cheers,
 Tyler
_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users


--
Geert Bevin
Uwyn "Use what you need" - http://uwyn.com
RIFE Java application framework - http://rifers.org
Music and words - http://gbevin.com


_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to