Hi all,

I have two Entity EJBs connected by unidirectional relationship, say BeanA
 and BeanB. These EJBs are held in separate build projects, in separate
 directory trees, etc. BeanB depends on BeanA, so the relationship is as
 follows:

BeanB ---> BeanA

The first step in my build procces is to build project containg BeanA which
 is OK since BeanA does not know a thing about BeanB. The problem shows when
 i try to build the project with BeanB. While Xdoclet parses BeanB source
 file it throws an exception and reports:

<<The Bean class is needed but not found in Xdoclet source path for interface
cz. ** .LocalBeanA>>

My question is. Is the source of BeanA class really needed? Have I missed
something?

For me it is an important question because I work large project where
splitting EJBs to separate build projects is really necessary.

Thanx for your answers,
Dominik


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to