Posted By:
Leonardo_Donzelli
Posted On:
Wednesday, January 22, 2003 04:36 AM
Hi. I'm trying to deploy an entity bean using IBM websphere Studio version 5.0 and I receive a compilation error trying to use a String as input parameter of a set accessor method that accepts a java.sql.Clob. Compilation message is: "The method setQuotation_data(java.sql.Clob) in the type EtyQuotationBean is not applicable for the arguments (java.lang.String)". The same code, taht is passing a String, is instead correctly compiled using JBuilder6. Do you have any suggestions on how to solve this problem? Thanks, Leo
More>>
Hi.
I'm trying to deploy an entity bean using IBM
websphere Studio version 5.0 and I receive a
compilation error trying to use a String as input
parameter of a set accessor method that
accepts a java.sql.Clob.
Compilation message is:
"The method setQuotation_data(java.sql.Clob)
in the type EtyQuotationBean is not applicable
for the arguments (java.lang.String)".
The same code, taht is passing a String, is
instead correctly compiled using JBuilder6.
Do you have any suggestions on how to solve this problem?
Thanks,
Leo
<<Less