Hello,

I have an cmp entity bean called Unit which has an attribute called books
which is an array of the dependent class Book.

There are the methods

public void setName(String name) {};
public String getName() {};
public void setBooks(Book[] ba) {};
public Book[] getBooks() {};

I also have a testclient which sucessfully gets creates an Unit, sets
and gets the name (which is also sucessfully saved in the
database). When I try to call setBooks(Book[] ba) I get an 

java.lang.reflect.UndeclaredThrowableException

Any hints??

Sascha
-- 
.-> Sascha Matzke - [EMAIL PROTECTED] ------------------------.
|   Eure Moral, Eure MGs werden nicht ewig regier'n...       |
|                                         Anarchist Academy  |
`-- On this earth for  24 years,  326 days  <----------------'


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

Reply via email to