On Tue, 2003-07-29 at 05:31, Balaji wrote: > i my project work we have decided to migrate from Weblogic to JBoss > .We also decided to go for XDoclet. > in weblogic related tag for XDoclet we can specify cache > ,transaction-descriptor,automatic key generation etc.. > > For Example > * @weblogic.cache > * max-beans-in-cache = "1000" > * concurrency-strategy= "Database" > * @weblogic.transaction-descriptor > * trans-timeout-seconds = "3000" > * @weblogic.automatic-key-generation > * generator-type="ORACLE" > * generator-name="Rel_SEQ" > * key-cache-size="1" > > but when using JBoss, XDoclet is not having the support for this > tag.can anyone guide me to avoid this problem
Questions on using XDoclet should be directed to the xdoclet-user list. This list is for questions relating to developing XDoclet itself (and modules), rather than developing with XDoclet. To address your question, however, the answer is... I don't know (I've never used JBoss myself). If you tell me what elements you want to generate in the JBoss-specific deployment descriptors, I can look through the templates and tell you how to generate them. If you don't know what elements you need to generate (or even whether there are equivalent entries in the JBoss DDs) you might be better off asking in a JBoss support forum. Andrew. ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
