[JBoss-user] [EJB/JBoss] - Re: Using Oracle Sequence for CMP Entity Beans

2004-09-17 Thread Atonyd
I've a similar problem but with SQL Server auto numbering identity fields. I'll be facing your problem in the next few weeks as we are due to start a port to Oracle. If you find an answer can youy post it to the list. View the original post :

[JBoss-user] [EJB/JBoss] - Re: Using Oracle Sequence for CMP Entity Beans

2004-09-17 Thread lafr
In jbosscmp-jdbc.xml you have to put in something like this for every entity which has a field filled by a sequence: | entity | | entity-command name=oracle-sequence | attribute name=sequenceafsta_seq/attribute | /entity-command | /entity | View the original