I'm looking for a way to add database specific versions of tags to an EJB source file and generate a deployment descriptor for each database the app will support. For example, something along the lines of:
@jboss.sql.type.oracle type="TYPEX" @jboss.sql.type.sqlserver type="TYPEY"
I expect I'll probably need to implement some database specific finders as well.
Is there a simple way to do this other than cracking open and tinkering with the jboss xdoclet module?
Thanks, Jon
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
