[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate Reverse Engineering Editor - no tables are sho

2006-04-13 Thread ivan.rosina
May be you have missed to provide schema information. This kind of information is not provided by default in the xml generated from wizard. Hope this helps, Ivan Rosina View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937118#3937118 Reply to the post : http:/

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate Reverse Engineering Editor - no tables are sho

2006-03-28 Thread va
In the end i did set that option on tempdb, after all it's just a development db, and it worked. Enabling autocommit sounds like a better idea though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933206#3933206 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate Reverse Engineering Editor - no tables are sho

2006-03-28 Thread [EMAIL PROTECTED]
and the allow ddl in tran is not usable for you ? you can also enable autocommit in your hibernate.properties (but only do this for the hibernate.properties you use with the tools) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933140#3933140 Reply to the po

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate Reverse Engineering Editor - no tables are sho

2006-03-28 Thread stevel56
Has anyone sorted this out? I have the same ptoblem: Sybase server, able to see the tables in the Hibernate console view, but when I try to reverse engineer it, I get the exception about CREATE TABLE not allowed within a transaction in the tempdb database. View the original post : http:

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate Reverse Engineering Editor - no tables are sho

2006-03-03 Thread va
I found it on myeclipse site. or at least it looks the same. The workaround discussed there is enabling "Allow DDL in tran" for tempdb - is not really a workaround, since 1. I don't have the rights, 2. This is not good to do even if i could. http://www.myeclipseide.com/PNphpBB2+file-viewtopi

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate Reverse Engineering Editor - no tables are sho

2006-03-03 Thread [EMAIL PROTECTED]
yes, sybase has this weird error message about "CREATE TABLE" not being allowed even though we don't create any tables - we just ask for metadata. there is a workaround, just cant remember which one but take a look in the hibernate tools forum. View the original post : http://www.jboss.com/i

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate Reverse Engineering Editor - no tables are sho

2006-03-03 Thread va
"va" wrote : Also, | just read something on this page: | http://manuals.sybase.com/onlinebooks/group-as/asg1250e/svrtsg/@Generic__BookTextView/34899 | Apparently using DDL in tempdb is no a good idea... ..within transactions View the original post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate Reverse Engineering Editor - no tables are sho

2006-03-03 Thread va
Also, just read something on this page: http://manuals.sybase.com/onlinebooks/group-as/asg1250e/svrtsg/@Generic__BookTextView/34899 Apparently using DDL in tempdb is no a good idea... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927833#3927833 Reply to the p

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate Reverse Engineering Editor - no tables are sho

2006-03-03 Thread va
Max, i upgraded to tools3.1.0.beta4 and i changed the URL to oldURL/dbName and removed property default schema, where i used to specify dbName. Now, my URL looks like this: jdbc:sybase:Tds:esmdevdb:5000/access Now i get a list of tables, and a poblem during code generation: org.hibernate.excep

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate Reverse Engineering Editor - no tables are sho

2006-03-02 Thread [EMAIL PROTECTED]
is your default schema/catalog set to something non existint ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927681#3927681 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927681 --