Bugs item #453681, was opened at 2001-08-21 04:15
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402704&aid=453681&group_id=31602

Category: ejbdoclet
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Andrew Stevens (stevensa)
Assigned to: Nobody/Anonymous (nobody)
Summary: can't have >1 ejb-ref entry?

Initial Comment:
I have a session bean with two @ejb:ejb-ref class tags 
(both relevant EJB classes are imported), one a 
session bean and the other an entity bean.  In the 
generated (EJB 1.1) DD, although the bean's second 
<ejb-ref> entry has the expected <ejb-ref-name> and 
<ejb-link> values, the <ejb-ref-type>, <home> and 
<remote> values are just a repeat of the first ones 
i.e. it says both beans are Session beans, and use the 
session bean's home and remote interfaces.

I tried adding a third @ejb:ejb-ref, and it used the 
session bean's <ejb-ref-type>, <home> and <remote> 
values for all three.  I've also tried swapping the 
order of the @ejb:ejb-ref tags; it always uses the 
first bean's values for all of them.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402704&aid=453681&group_id=31602

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to