Using XDoclet you have to put
 * @jboss.entity-command        name="oracle-sequence"
 * @jboss.entity-command-attribute      name="sequence" value="Name of the 
Sequence to use"
at class level.

This leads to
<entity-command name="oracle-sequence">
  |     <attribute name="sequence">Name of the Sequence to use</attribute>
  | </entity-command>
  | 
in jbosscmp-jdbc.xml as child of the matching entity element.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974329#3974329

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974329
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to