[jboss-user] [JBoss Portal] - Re: Couldn't create consumer 'self'
cry4dawn
do-not-reply at jboss.com
Thu Oct 11 10:24:14 EDT 2007
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#4094114
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094114
More information about the jboss-user
mailing list