Re: [Hibernate] Hibernate Tools 3.2.0.beta6 is out

2006-07-06 Thread Emmanuel Bernard
This is cool :-) Max Rydahl Andersen wrote: > > http://forum.hibernate.org/viewtopic.php?p=2313044#2313044 > > http://blog.hibernate.org/cgi-bin/blosxom.cgi/2006/07/06#hibernatetoolsbeta6released > > -- > -- > Max Rydahl Andersen > callto://max.rydahl.andersen > > Hibernate > [EMAIL PROTECTED] > h

[Hibernate] Hibernate Tools 3.2.0.beta6 is out

2006-07-06 Thread Max Rydahl Andersen
http://forum.hibernate.org/viewtopic.php?p=2313044#2313044 http://blog.hibernate.org/cgi-bin/blosxom.cgi/2006/07/06#hibernatetoolsbeta6released -- -- Max Rydahl Andersen callto://max.rydahl.andersen Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] Using Tomcat but

[Hibernate] hibernate tools 3.1 beta5 is out

2006-04-24 Thread Max Rydahl Andersen
http://forum.hibernate.org/viewtopic.php?p=2302253#2302253 -- -- Max Rydahl Andersen callto://max.rydahl.andersen Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] --- Using Tomcat but need to do more? Need to sup

[Hibernate] tools bundling hibernate 3.2.x

2006-03-17 Thread Max Rydahl Andersen
Hi guys, now that annotations is starting to be dependent on 3.2.x it would make sense if the tools moved along and thus allowed usage of latest ejb3/annotaitons work in the ant and eclipse tools. I assume that hibernate 3.2 will be compatible with 3.1 mapping files + possibly additions a

[Hibernate] Hibernate Tools 3.1.0.beta4

2006-01-29 Thread Max Rydahl Andersen
http://forum.hibernate.org/viewtopic.php?t=954780 -- -- Max Rydahl Andersen callto://max.rydahl.andersen Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] --- This SF.net email is sponsored by: Splunk Inc. Do you

Re: [Hibernate] Tools: ClassCastException when reverse-engineering table containing MS-SQL "money" field

2006-01-13 Thread Max Rydahl Andersen
you should go to the user forum/jira about this stuff. no one have reported any classcastexception when doing reverse engineering so feel free to report that in jira. /max I've got a problem with the current build. I've got an MS-SQL Server database containing a number of tables (which was c

[Hibernate] Tools: ClassCastException when reverse-engineering table containing MS-SQL "money" field

2006-01-13 Thread Peter Darton
I've got a problem with the current build. I've got an MS-SQL Server database containing a number of tables (which was created by "upsizing" a MS Access database). Some of these tables contain columns which are of syntax "money" (which is basically a fixed-point decimal field storing a number to 4

[Hibernate] Hibernate tools now compile and run against WTP 1.0M9

2005-11-29 Thread Max Rydahl Andersen
For those who care ;) http://forum.hibernate.org/viewtopic.php?p=2273924#2273924 Marshall/Koen: the multipage editors seem to work as long as you change from StructuredTextEditorXML to StructredTextEditor, but that is clearly not their intention ... I don't know if I can adapt the code to d

[Hibernate] hibernate-tools for 1.0M9

2005-11-26 Thread Darryl L. Miles
Max, Have you begun to look at getting them working for M9 ? I have synced up and take a look at things, some refactoring and Content Assist changes. Please advise. -- Darryl L. Miles --- This SF.net email is sponsored by: Splunk Inc.

Re: [Hibernate] Re: Hibernate tools 3.1 beta 1

2005-10-20 Thread Jordan Laughlin
nsard" <[EMAIL PROTECTED]> To: "Max Rydahl Andersen" <[EMAIL PROTECTED]> Cc: Sent: Thursday, October 20, 2005 2:31 AM Subject: Re: [Hibernate] Re: Hibernate tools 3.1 beta 1 Max Rydahl Andersen a écrit : go look at tools.hibernate.org where all the download links are

Re: [Hibernate] Re: Hibernate tools 3.1 beta 1

2005-10-20 Thread Xavier Poinsard
Max Rydahl Andersen a écrit : > go look at tools.hibernate.org where all the download links are. tools.hibernate.org redirects to http://www.hibernate.org/255.html and the download link at the top of the page points to http://sourceforge.net/project/showfiles.php?group_id=40712&package_id=141977

Re: [Hibernate] Re: Hibernate tools 3.1 beta 1

2005-10-20 Thread Max Rydahl Andersen
On Thu, 20 Oct 2005 10:59:42 +0200, Xavier Poinsard <[EMAIL PROTECTED]> wrote: Max Rydahl Andersen a écrit : The 3.1 beta1 release of the Hibernate Tools for Eclipse and Ant features support for annotations and query parameters in the query console, a reveng.xml editor an

[Hibernate] Re: Hibernate tools 3.1 beta 1

2005-10-20 Thread Xavier Poinsard
Max Rydahl Andersen a écrit : > > > The 3.1 beta1 release of the Hibernate Tools for Eclipse and Ant > features support for annotations and query parameters in the query > console, a reveng.xml editor and many improvements to wizards, > templates, and code gener

[Hibernate] Hibernate tools 3.1 beta 1

2005-10-19 Thread Max Rydahl Andersen
The 3.1 beta1 release of the Hibernate Tools for Eclipse and Ant features support for annotations and query parameters in the query console, a reveng.xml editor and many improvements to wizards, templates, and code generators. See the complete list with screenshots for more

Re: [Hibernate] hibernate tools as a RCP application

2005-10-17 Thread Max Rydahl Andersen
ok, but I would like make rcp form your plugins and i can do it with new wizards (similar yours).I want add reverse engineering in rdb/datatools database explorer, too (I try it before in JIRA), but rdb/datatools are bad for now (there isn't support for postgresql, for example and oracle su

Re: [Hibernate] hibernate tools as a RCP application

2005-10-17 Thread Haris Peco
ok, but I would like make rcp form your plugins and i can do it with new wizards (similar yours).I want add reverse engineering in rdb/datatools database explorer, too (I try it before in JIRA), but rdb/datatools are bad for now (there isn't support for postgresql, for example and oracle support

Re: [Hibernate] hibernate tools as a RCP application

2005-10-17 Thread Max Rydahl Andersen
I wont do much about RCP at the moment. Will wait until I get time (in a few weeks) or until someone provides patches. /max Hello Max, I think that you can do next : make preferences, for example, isRcp (boolean) and initializer set this to false in ApplicationWorkbenchWindowAdvisor#pr

Re: [Hibernate] hibernate tools as a RCP application

2005-10-17 Thread Haris Peco
Hello Max, I think that you can do next : make preferences, for example, isRcp (boolean) and initializer set this to false in ApplicationWorkbenchWindowAdvisor#preWindowOpen we set automatic this preferences to true When user call wizard we check this preferences and make root folder like now i

Re: [Hibernate] hibernate tools as a RCP application

2005-10-17 Thread Max Rydahl Andersen
Hi, we should definitly not add duplicated code - the wizard should be parameterized to handle both cases IMO. I want the RPC application to reuse as much code as possible - especially regarding ui code since that is a pain to debug/test. /max On Monday 17 October 2005 02:55 pm, Max Rydah

Re: [Hibernate] hibernate tools as a RCP application

2005-10-17 Thread Haris Peco
On Monday 17 October 2005 02:55 pm, Max Rydahl Andersen wrote: > yes, exactly. > > We need to decouple stuff so it can run on non-eclipse-project "things". > > /max It mean - don't include eclipse projects framework and change/add wizard for non-project files/directories ? i think that is enoug

Re: [Hibernate] hibernate tools as a RCP application

2005-10-17 Thread Max Rydahl Andersen
A couple of people have asked about RCP'ing Hibernate tools. I did the initial "prototype" just to see how tough it would be. It's pretty easy to make it work based on a stripped down eclipse (37 meg), but still some work needed to make it a standalone thing that can

Re: [Hibernate] hibernate tools as a RCP application

2005-10-17 Thread Haris Peco
WizardPage or create new wizard for RCP I suppose that it is similar for reveng.xml wizard and cfg.xml wizard Regards On Monday 17 October 2005 12:19 pm, Max Rydahl Andersen wrote: > Hi, > > A couple of people have asked about RCP'ing Hibernate tools. > I did the initial "pro

[Hibernate] hibernate tools as a RCP application

2005-10-17 Thread Max Rydahl Andersen
Hi, A couple of people have asked about RCP'ing Hibernate tools. I did the initial "prototype" just to see how tough it would be. It's pretty easy to make it work based on a stripped down eclipse (37 meg), but still some work needed to make it a standalone thing that can

[Hibernate] Hibernate Tools 3.1 alpha 5

2005-08-22 Thread Christian Bauer
The 3.1 alpha 5 release of the Hibernate Tools for Eclipse and Ant features new views in the query console (dynamic SQL preview, class diagrams), HQL syntax coloring, formatting, and code completion, as well as many other improvements to wizards, templates, and code generators. See the

[Hibernate] Hibernate Tools 3.0 alpha 4

2005-06-08 Thread Christian Bauer
The new updated version of the Hibernate Tools project includes significant updates to the Eclipse editors, plugings, and wizards, as well as a unified and convenient Ant task for integration of the tools in your regular builds. See the What's New overview or download directly.

Re: [Hibernate] Re: hibernate tools

2005-04-18 Thread snpe
Max, This is change : line 214-218 in ArtifactGeneratorWizard except this : public Object execute() { cfg.readFromJDBC(new JDBCFilter() { public boolean acceptTableName(TableIdentifier name) { return !name.getName().startsWith("BIN$"); // to avoid oracle pain. HACK! need to

[Hibernate] Re: hibernate tools

2005-04-18 Thread Max Rydahl Andersen
On Mon, 18 Apr 2005 15:35:47 +0200, snpe <[EMAIL PROTECTED]> wrote: Hello, This is new reveng plugin Popup work with table,view and schema - when user choose schema filter return all tables in schema (choosing schema work when doesn't exists default_schema in hibernate config) http://www.snpe.co

[Hibernate] Re: hibernate tools

2005-04-18 Thread snpe
Hello, This is new reveng plugin Popup work with table,view and schema - when user choose schema filter return all tables in schema (choosing schema work when doesn't exists default_schema in hibernate config) http://www.snpe.co.yu/org.hibernate.reveng1.zip regards Haris Peco On Monday 18 April

[Hibernate] Re: hibernate tools

2005-04-18 Thread Max Rydahl Andersen
On Mon, 18 Apr 2005 04:52:27 +0200, snpe <[EMAIL PROTECTED]> wrote: Max, I see new version JDBCFilter etc Can I change reveng plugin or you have yet adding JDBCFilter now uses TableIdentifier which should allow you to filter on catalog and schema. Partial rev.eng is not done yet. -- -- Max Rydahl

[Hibernate] hibernate tools - reverse engineering

2005-04-15 Thread snpe
Max, This plugin for call hibernate artifact wizard from database server view (webtools) Popup menu is for views and tables Plugin work when choose tables without dependencies with another tables - for better version You have to change JDBCBinder link : http://www.snpe.co.yu/org.hibernate.reven

Re: [Hibernate] Re: Hibernate tools and database explorer

2005-04-14 Thread snpe
On Thursday 14 April 2005 02:08 pm, Max Rydahl Andersen wrote: > >> I'll look at syncing up with the latest webtools. > >> > > > > Max, > > I try with last webtools cvs and it work.I will make that JDBCFilter > > return true > > for all dependencies (exported and imported keys). > > webtools

Re: [Hibernate] Re: Hibernate tools and database explorer

2005-04-14 Thread snpe
On Thursday 14 April 2005 07:59 am, Max Rydahl Andersen wrote: > On Wed, 13 Apr 2005 23:12:53 +0200, snpe <[EMAIL PROTECTED]> wrote: > > > Hello, > > yes, i want limit metadata and I wait for your changes > > ok. > > > > > Question 1: > > Can I limit dependencies (many-to-one,one-to-many) in J

Re: [Hibernate] Re: Hibernate tools and database explorer

2005-04-14 Thread Max Rydahl Andersen
I'll look at syncing up with the latest webtools. Max, I try with last webtools cvs and it work.I will make that JDBCFilter return true for all dependencies (exported and imported keys). webtools have complete jdbc framework (you can get table description,column,indexes, keys ..) - hibernat

Re: [Hibernate] Re: Hibernate tools and database explorer

2005-04-14 Thread Max Rydahl Andersen
n the ui too. /max > Hello, > I try integrate any database explorer and hibernate tools > I want, for example, that choose object (table,views ) from explorer > and call hibernate reverse engineering wizard. > I use sqlexplorer (patched), but I will try webtools when M4 be out >

Re: [Hibernate] Re: Hibernate tools and database explorer

2005-04-13 Thread snpe
flexible way of filtering tables - only possible in code at first, > but i'll expose it in the ui too. > > /max > > > > Hello, > > I try integrate any database explorer and hibernate tools > > I want, for example, that choose object (table,views ) from explor

[Hibernate] Re: Hibernate tools and database explorer

2005-04-13 Thread Max Rydahl Andersen
ntegrate any database explorer and hibernate tools I want, for example, that choose object (table,views ) from explorer and call hibernate reverse engineering wizard. I use sqlexplorer (patched), but I will try webtools when M4 be out (April 22) I have any request from tools 1) I need new method (o

[Hibernate] Hibernate tools and database explorer

2005-04-13 Thread snpe
Hello, I try integrate any database explorer and hibernate tools I want, for example, that choose object (table,views ) from explorer and call hibernate reverse engineering wizard. I use sqlexplorer (patched), but I will try webtools when M4 be out (April 22) I have any request from tools 1

[Hibernate] tools

2005-03-05 Thread baliuka juozas
Hi, I have eclipse plugin. It is wizard to add Hibernate instrumantation. It registers incremantal project builder and runs transformation on class files after JDT compiler. Do you need this stuff ? I develop plugins for eclipse and I can contribute more stuff if you will find it usefull.

[Hibernate] Tools 3.0 alpha 1 and Annotations 3.0 alpha 2 released

2005-01-25 Thread Christian Bauer
http://tools.hibernate.org/ http://annotations.hibernate.org/ -- Christian Bauer callto://christian-bauer Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] http://jboss.com --- This SF.Net email is sponsored by: Intel

Re: [Hibernate] Tools

2004-01-20 Thread Henri Tremblay
al Message - From: "Christian Bauer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 20, 2004 10:45 PM Subject: Re: [Hibernate] Tools > On 20 Jan (22:42), Henri Tremblay wrote: > > > But there's not much support for project conversion from

Re: [Hibernate] Tools

2004-01-20 Thread Henri Tremblay
y" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 20, 2004 9:33 PM Subject: Re: [Hibernate] Tools > To create hbm.xml files automagiclly from classes you should really try > xdoclet. > > All new project at work are now done using xdoclet+hiber

Re: [Hibernate] Tools

2004-01-20 Thread Christian Bauer
On 20 Jan (22:42), Henri Tremblay wrote: > But there's not much support for project conversion from as far as I know. > I'm trying to fill the hole. Did you try Middlegen? --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conferenc

Re: [Hibernate] Tools

2004-01-20 Thread Henri Tremblay
m trying to fill the hole. - Original Message - From: "Christian Bauer" <[EMAIL PROTECTED]> To: "Henri Tremblay" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, January 20, 2004 10:05 PM Subject: Re: [Hibernate] Tools > On 20 Jan (21:52), Henri T

Re: [Hibernate] Tools

2004-01-20 Thread Henri Tremblay
ECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, January 20, 2004 10:05 PM Subject: Re: [Hibernate] Tools > Henri Tremblay wrote: > > > Hello, > > > > At job we have decided to convert our application to Hibernate to > > solve some persistence issues that were pr

Re: [Hibernate] Tools

2004-01-20 Thread Max Rydahl Andersen
Christian Bauer wrote: On 20 Jan (21:52), Henri Tremblay wrote: An existing application is not really easy to convert but it's going pretty well. The first thing that was missing was to be able to create hbm.xml files. I tried class2hbm (and improved it a little) but it wasn't enough. So on my

Re: [Hibernate] Tools

2004-01-20 Thread Angel Aray
To create hbm.xml files automagiclly from classes you should really try xdoclet. All new project at work are now done using xdoclet+hibernate and we still can belive how much productivity we have gained from this combination. Regards, Angel Aray. On Tuesday 20 January 2004 16:52, He

Re: [Hibernate] Tools

2004-01-20 Thread Max Rydahl Andersen
Henri Tremblay wrote: Hello, At job we have decided to convert our application to Hibernate to solve some persistence issues that were previously done by hand (caching, lazy loading, outter-join and so on). An existing application is not really easy to convert but it's going pretty well. Th

Re: [Hibernate] Tools

2004-01-20 Thread Christian Bauer
On 20 Jan (21:52), Henri Tremblay wrote: > An existing application is not really easy to convert but it's going pretty well. > The first thing that was missing was to be able to create hbm.xml files. I tried > class2hbm (and improved it a little) but it wasn't enough. So on my free time I've >

[Hibernate] Tools

2004-01-20 Thread Henri Tremblay
Hello,   At job we have decided to convert our application to Hibernate to solve some persistence issues that were previously done by hand (caching, lazy loading, outter-join and so on).   An existing application is not really easy to convert but it's going pretty well. The first thing that w

Re: [Hibernate] Hibern8IDE now part of hibernate-tools...

2003-08-14 Thread Max Rydahl Andersen
Eclipse is easy and great.. I will try out the new version! Does the new version allow you to copy and paste queries into it from externally? Eric Pugh -Original Message- From: Max Rydahl Andersen To: [EMAIL PROTECTED] Sent: 8/5/03 3:55 PM Subject: [Hibernate] Hibern8IDE now part of

Re: [Hibernate] Hibern8IDE now part of hibernate-tools...

2003-08-14 Thread Max Rydahl Andersen
and paste queries into it from externally? Eric Pugh -Original Message- From: Max Rydahl Andersen To: [EMAIL PROTECTED] Sent: 8/5/03 3:55 PM Subject: [Hibernate] Hibern8IDE now part of hibernate-tools... Still just in CVS, but you can get a binary archive at http://www.xam.dk/blog/?itemid

RE: [Hibernate] Hibern8IDE now part of hibernate-tools...

2003-08-06 Thread EPugh
Title: RE: [Hibernate] Hibern8IDE now part of hibernate-tools...  Fantastic..  I love using it to test my queries, and running it from inside of Eclipse is easy and great..  I will try out the new version!  Does the new version allow you to copy and paste queries into it from externally

[Hibernate] Hibern8IDE now part of hibernate-tools...

2003-08-05 Thread Max Rydahl Andersen
Still just in CVS, but you can get a binary archive at http://www.xam.dk/blog/?itemid=19 Enjoy ;) /max --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now

[Hibernate] Tools (again)

2003-01-06 Thread Gavin King
I'm not sure if people noticed, but I submitted an alternate Middlegen plugin that generates hbm.xml, as discussed here. Theres a few improvements I need to make to that, but I will try to get onto "finishing" it in the next few days. I also understand that Konstantin is adding composite id suppo

Re: [Hibernate] Tools road map

2003-01-01 Thread Max Rydahl Andersen
And I've added some replies there also :) (look for "- Max") /max - Original Message - From: "Gavin King" <[EMAIL PROTECTED]> To: "Max Rydahl Andersen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 31, 2002 7:09 AM

RE: [Hibernate] Tools road map

2002-12-31 Thread Gavin King
My comments are now added in /italics/ on the page itself... > -Original Message- > From: Max Rydahl Andersen [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 31 December 2002 7:16 AM > To: [EMAIL PROTECTED] > Subject: [Hibernate] Tools road map > > > I've be

[Hibernate] [ hibernate-Patches-652500 ] Shell scripts to run hibernate tools

2002-12-24 Thread noreply
ssigned to: Nobody/Anonymous (nobody) Summary: Shell scripts to run hibernate tools Initial Comment: Awesome library! Here's some shell scripts for the hibernate1.2/bin. I tested them on Mandrake Linux, but they should work for most any Bourne-ish shell (ksh, sh, bash)... These will unzip