> Ian McCallion wrote:
> table. How bad would it be to make JDBC calls to
> that table myself instead of serializing.
Yes, this is a leagal approach and it is termed as
hybrid (of CMP and BMP) wherein you can store your
dependent object in the ejbStore() method using
standard JDBC calls.
All you need to do is obtain a DataSource object from
the container and get the Connection from this
DataSource and the transaction requirements are taken
care of.
Yogi!
__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/
===========================================================================
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".