Ok, I will go to try, but what must I place in my archive standardjaws.xml?
Currently I have the following code:

            <mapping>
                <java-type>java.util.Date</java-type>
                <jdbc-type>DATE</jdbc-type>
                <sql-type>DATE</sql-type>
            </mapping>

Could I change for?

            <mapping>
                <java-type>java.sql.Date</java-type>
                <jdbc-type>DATE</jdbc-type>
                <sql-type>DATE</sql-type>
            </mapping>



--------------------------------------------------------------------------
Felipe F. Palma Dias - [EMAIL PROTECTED]
http://www.palmadias.hpg.com.br
ICQ: 133921121
----- Original Message -----
From: "danch" <[EMAIL PROTECTED]>
To: "Felipe F. Palma Dias" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, November 29, 2001 1:50 PM
Subject: Re: [JBoss-user] java.lang.reflect.UndeclaredThrowableException


>
>
> Felipe F. Palma Dias wrote:
>
> >>Does your bean have a date field that you're not setting?
> >>
> >     Has a date field and it is recorded, therefore of first when I
create
> > bean I obtain to execute the program correctly. Sees mine below two
codes.
> >
> >
> >>Is it declared as java.sql.Date?
> >>
> > No, It is java.util.Date
> >
>
> Try declaring it as java.sql.Date. There was a similar discussion
> recently, and I _believe_ that solved it.
>
> -danch
>
>


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

Reply via email to