I have ask to DB admin to put the sys privileges to SCH1 schema...
I have a problem to bind my entity and table, i'm newbie on Oracle database,
in my entity :
@Entity
@Table(name="SCH2_TABLE1")
public class SCH2_TABLE1 implements java.io.Serializable
{
...it works in some case, but there are not 2 schema, but a lot and for some
table, Jboss don't bind the correct table...
i tried :
@Table(name="SCH2.SCH2_TABLE1")
also
@Table(name="[EMAIL PROTECTED]")
but jboss don't find any table...
what is the correct syntax to link the correct table??
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037907#4037907
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037907
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user