Hi All,

I'm developing an EJB application which interfaces with a legacy system.  Part
of this system provides validation rules to a repository. When entries are
written to the repository, some validation rules are fired that verify that the

referenced entries already exist in the repository.

I'm planning to use BMP Enity Beans.  The problem arises when the EJB Container

calls ejbStore in a non-predetermined order.  This is a problem because my
application needs to write to the repository in an order which will satisfy the

validation rules.

Any ideas how to get around this problem?  All that I can think of thus far is
not to implement the ejbStore method and write to the repository from the
applications business logic methods.

Thanks,

Alex




__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.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".

Reply via email to