I fixed the problem. it seems that for some reason the sequences were not being create in
oracle. i dont know if this is a jboss issue or not but after running the following sql
everything works again.
create sequence hibernate_sequence;
create sequence portal_seq;
create sequence sec_seq;
create sequence instance_seq;
create sequence portlet_seq;
create sequence user_seq;
thanx for all the help!!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094114#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...