Hi folks,
 
        I have a bean called com.closeout.impl.CloseoutBean.java
 
I have specified the merge directory in my build file as merge.
Within the merge directory, I've a structure that looks like
com/closeout/impl
and in the impl folder I have the file ejb-ejbrefs-CloseoutBean.xml
 
<ejb-local-ref>
    <ejb-ref-name>Booking</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <local-home>com.booking.api1.IBookingLocalHome</local-home>
    <local>com.booking.api1.IBookingLocal</local>
</ejb-local-ref>
 
However the ejbdoclet task doesn't pick up and include the xml specified in my merge file.
 
Is there anything I'm not doing?
 
Thanks,
Mark.
 
**********************************************************************************************
This email, its contents and any files attached are a confidential communication and are
intended only for the named addressees indicated in the message. If you are not the
named addressee or if you have received this email in error, (a) you may not, without the
consent of Cognotec, copy, use or rely on any information or attachments in any way and
(b) please notify the sender by return email and delete it from your email system. Unless
separately agreed, Cognotec does not accept any responsibility for the accuracy or
completeness of the contents of this email or its attachments. Please note that any views,
opinion or advice contained in this communication are those of the sending individual
and not those of Cognotec and Cognotec shall have no liability whatsoever in relation to
this communication (or its content) unless separately agreed.
**********************************************************************************************

Reply via email to