Hello Juan,
Thursday, January 11, 2001, 3:53:41 AM, you wrote:
JLC> had that problem....
JLC> it's a mapping problem... (oracle-schema)
JLC> Strings get Mapped to varchars(size)...
JLC> They get chopped at size chars...
JLC> the only solution is to declare the field as java.lang.Object
JLC> then use it as string
Or you can edit orion-ejb-jar.xml and change the type of the field in
the DB. The schema set it to varchar(255), but you can change it to
any oracle type you want. look for a line like
<cmp-field-mapping ..... persistence-type="varchar2(255)" ..>
change that and voila!
--
Best regards,
Rafael mailto:[EMAIL PROTECTED]