Hello,

On Mon, Sep 04, 2000 at 07:43:33AM -0400, Aaron Mulder wrote:
>       It looks like it can't match up the data types in the database to
> the data types in your EJB.  Are you using a jaws.xml file or just
> accepting the defaults?  What database are you using?  You may need to
> specify the DB in jaws.xml so it uses the correct variable mappings.

I'm using InstantDB over the RMIJDBC driver.

In my jaws.xml field is the following defintion:

        <cmp-field>
           <field-name>books</field-name>   
           <column-name>books</column-name>
           <sql-type>LONGVARBINARY</sql-type>
           <jdbc-type>LONGVARBINARY</jdbc-type>
         </cmp-field>

The field books in the class UnitBean is defined as 

public Book[] books;

Sascha
-- 
.-> Sascha Matzke - [EMAIL PROTECTED] ------------------------.
|   Read the sourcecode, Luke...                             |
|                                         Obi Wan Kenobi     |
`-- On this earth for  24 years,  326 days  <----------------'


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to