In entity beans the primary key must be an object
all other fields may be of primitive type. If you
are having issues with non-primary key fields that
are primitives, check you standardjaws.xml or your
jaws.xml to make sure that they are mapping correctly
to your database.

Kevin Meldorf 
Systems Analyst 
WorldTravel BTI 
400 Skokie Blvd 
Northbrook, IL 60062 
Phone: (847) 480-8340 
[EMAIL PROTECTED] 


>Hi:
>
>I'm implementing an entity bean that manage persintence (BMP). I declare
>the entity variables with primitive types like float and boolean.
>
>The problem is that the values of these variables seem to be lost, but
>if I use a object from Float class (an not from float type) it's work
>well.

>Is that normal? I always must use java classes and not primitive types?

>Thank You


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to