Hello All,
we are using Jboss-4.0.5GA version with oracle 10g database, When we use the sequence
generator it is giving some big value(if we fetch the same through db it will give very
small number).
Same sequence was working fine with jboss-4.0.3sp1 and oracle 9i.
i have given sample code below,
//sequence generator defination
@javax.persistence.SequenceGenerator(name="SEQ_PRJ",
sequenceName="S_PHX_PROJEKTE")
//used with the attribute
@GeneratedValue(strategy = GenerationType.SEQUENCE, generator="SEQ_PRJ")
please let me know, what could be the problem?
Thanks in Advance
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047444#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...