Hello Janos!

The IBM module in XDoclet 1.2.2 is not "up to date".
The latest code for the IBM module in CVS is updated (a lot ;-) so please use 
the latest from CVS for the IBM module.

If you find it hard to get the latest code from CVS and build the jar-file on 
your own I can supply you with a jar-file based on the latest in CVS.

Here are some resource-refs that works on the latest code for the IBM module:

 * @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}"

Ok?

Good luck and let me know if you need more assistance!

Regards,
Magnus.

 


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
xdoclet-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to