Re: [JBoss-user] Re: Error in datamapping for java.lang. Long

2002-07-18 Thread Binil Thomas
Hi, It means java.lan.Long fields in your CMP EntityBeans will be persisted to BIGINT columns in your database now. Its better not to change standardjaws.xml, intead you can edit the jaws.xml file in your EJB jar file. This will mean that the change is effected only when persisting your bean (not

[JBoss-user] Re: Error in datamapping for java.lang. Long

2002-07-18 Thread Vijaya Laxmi
Hi,   When I am porting my application to MS SQL 2000 database. I get an error for type mapping. The java type of the field is java.lang.Long. The jdbc type and sql type given in standardjaws is DECIMAL. When I am running the application it is giving error. I have set the jdbctype to BIGINT