[jboss-user] [JBoss Tools (users)] - Re: Oracle generated entities failure

2008-09-16 Thread [EMAIL PROTECTED]
glad to be of help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176938#4176938 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4176938 ___ jboss-user mailing list jboss-user@l

[jboss-user] [JBoss Tools (users)] - Re: Oracle generated entities failure

2008-09-16 Thread ipazmino
Thank you a lot!!! I didn't understand it was a property, but now it worked perfectly!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176922#4176922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4176922 _

[jboss-user] [JBoss Tools (users)] - Re: Oracle generated entities failure

2008-09-16 Thread [EMAIL PROTECTED]
im not talking about the database connection - i'm talking about the default schema setting in hibernate. hibernate.default_schema in cfg.xml or persistence.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176897#4176897 Reply to the post : http://www.jb

[jboss-user] [JBoss Tools (users)] - Re: Oracle generated entities failure

2008-09-16 Thread ipazmino
Thanks for your time. I still can't get it to function, but I get the error notification much faster than before. I have set the following config for the driver: conn url = jdbc:oracle:thin:@localhost:1521:XE db name = TESTUSER driver class = oracle.jdbc.driver.OracleDriver user id = TESTUSER a

[jboss-user] [JBoss Tools (users)] - Re: Oracle generated entities failure

2008-09-16 Thread [EMAIL PROTECTED]
In oracle username == schema View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176838#4176838 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4176838 ___ jboss-user mailing list jb

[jboss-user] [JBoss Tools (users)] - Re: Oracle generated entities failure

2008-09-16 Thread ipazmino
Hi, I tried adding the database name in the Generate entities dialog box, and also modified the connection string to [EMAIL PROTECTED]:1521:XE But, as you can see, there is not exactly a db name, but a user that can access some tables in a table space. So, I'm not really sure what should I set