Hello,
does anybody know how (and if is it possible) to store
lists,trees,hashtables... using EJB and representing a tree, a list.. with
an EJB? For example, when I've tried to do it with this CMP Entity Bean, the
EJB server said me "I don't know how to map my_list to database" (I'm using
WebLogic 5.1):
class MyEJBLinkedList implements EntityBean {
public Integer PK_MyEJBLinkedList; // The Primary Key
public java.util.LinkedList my_list; // This is a Serializable object!!
// The functions here are not important, the are very simple.
}
TIA
Luis F. Canals Samaniego
CEDETEL
Parque Tecnol�gico de Boecillo
Edificio Centro, Parcela 109
E-47151 Boecillo (Valladolid)
Tfno: +34 983 54 65 02
Fax: +34 983 54 66 96
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".