Hi Max and Gavin,
I googled around and found this discussion:
http://channel9.msdn.com/ShowPost.aspx?PostID=259075
It seemed to me that the schema is something like:
{server}.{database}.{owner}.{object}
When I set:
hibernate.default_schema=bunzee
And the tables in the sql2000 dbase have: dbo as
Max,
Thank you. I understand that I should put the line: hibernate.default_schema
myclass. My question is:
1. what is myclass? Is it some schema file generated by the database manager?
Is it a java class called "myclass" in a "myclass.java" file?
Please be patient with me if I sound "redic
Hi max,
Could you please post an example of a schema?
I am using sqlserver 2000 and lets say my database named myclass has 1 table
named Student that has 3 columns: ID, name, and address.
If I want to reveng only the student table in the myclass database and no
system table at all. How should
Max,
Thank you for your help. Could you please show me how or point me to the
reference where it said settting hibernate.schema_default in build properties.
I googled around and find some literature that said something like
"hibernate.schema_default=SCHEMA". I suspect that SCHEMA is an XML fi
Hi,
I think there's a general issue when seam-gen is used to generate-entities from
sqlserver (or postgresql). Basically the system table also got processed too
and hibernate complains about missing primary key and whatnot.
Does any one know how to set it such that only the non-system tables g
Hi,
I want to develop and enterprise system where it uses JBoss AS, portal, ebj3,
and seam altogether.
Here's the problem:
JBoss AS Jems installer is required to use with ejb3 and seam ( from
http://labs.jboss.com/portal/jbossas/download/index.html)
The reference guide in the \jboss-portal-2.6.