hi,
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
 
-Regards
Balaji
 
 
 

Reply via email to