Hi Magnus

You have no idea how much I appreciate your answering.
I have questions:

1. Do I no longer have to use the following:
@websphere.resource-ref 
 *       res-ref-name="jdbc/Opcert"
jndi-name="jdbc/Opcert"
 * 
 * @websphere.ejb-ref-jndi
ref-name="SearchServiceLocal" 
 *                     
jndi-name="ejb/SearchServiceLocal"

2. I am behind a firewall with a proxy (at work only).
Can you please give me cvs instructions so I can
retrieve and build the latest ibm module
OR
post the jar somewhere?

3. I will try the new jar from Maven. Do you think it
is going to work? You could send me some Ant script to
make sure I use the correct parameters, please.

Once again, I thank you for your help.
Janos

* @ejb.resource-ref
 *              res-name="jdbc/myDataSource"
 *              res-type="javax.sql.DataSource"
 *              res-auth="Container"
 *              jndi-name="${datasource.jndiname}"
 *
 * @ejb.resource-ref 
 *              res-name="jms/myQueueConnectionFactory"
 *              res-type="javax.jms.QueueConnectionFactory" 
 *              res-auth="Container"
 *              jndi-name="${QCF.noXA.jndiname}"
 *
 * @ejb.resource-env-ref
 *              name="jms/myOutQueue"
 *              type="javax.jms.Queue"
 *              jndi-name="${MDBQueueIn.jndiname}"
 *  
 * @ejb:resource-ref 
 *              res-name="mail/myMailSession"
 *              res-type="javax.mail.Session" 
 *              res-auth="Container"
 *              jndi-name="${mailsession.jndiname}"
 *
 * @ejb:resource-ref 
 *              res-name="url/myURL"
 *              res-type="java.net.URL" 
 *              res-auth="Container"
 *              jndi-name="${url.jndiname}"



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to