1. JPA GUI tools stackoverflow.comWhat are the GUI tools available for JPA? |
2. Hibernate, iBatis, JEE or other Java ORM tool stackoverflow.comWe're in the process of planning a large, enterprise application. We're focusing our efforts on evaluating hibernate after experiencing the pains of J2EE. It looks like the new JEE API is simpler. ... |
3. Hibernate Tool stackoverflow.comHi i an using Hibernate tool with eclipse ganymede 3.4.1 . Now when i create the .hbm.xml file using the code generation of Hibernate tool,it is automatically creating a composite key. I ... |
4. Why do I get the error "Only antlib URIs can be located from the URI alone,not the URI" when trying to run hibernate tools in my build.xml stackoverflow.comI'm trying to run hibernate tools in an ant build to generate ddl from my JPA annotations. Ant dies on the taskdef tag. I've tried with ant 1.7, 1.6.5, ... |
5. where the heck is org.hibernate.tool.ant.HibernateToolTask? stackoverflow.comWhere the heck do I get org.hibernate.tool.ant.HibernateToolTask ? I can't seem to find a .jar file that contains it. |
6. stumbling blocks galore while trying to run org.hibernate.tool.ant.EnversHibernateToolTask stackoverflow.comI'm trying to run org.hibernate.tool.ant.EnversHibernateToolTask as suggested in the rather terse guide to Envers (2nd line of table, Documentation has a link to a PDF). Here's my ant task ... |
7. ORM tools for Java stackoverflow.comAny ORM tools available for java other than Hibernate, with high scalability. |
8. Hibernate Tool for Weblogic 9.2.1 stackoverflow.comHi I'm using weblogic workshop 9.2.1 . Is there any hibernate tool available which is supported by weblogic workshop 9.2.1 ? Any help will be highly appreciated. |
9. How can I change the name of the self-referential many-to-many set using hibernate.reveng.xml? stackoverflow.comI have a project using Hibernate on an Oracle database for which all entities are generated directly from Hibernate Tools under control of a hibernate.reveng.xml file. I have one class which has ... |
10. hibernate tool,ant,freemarker output encoding stackoverflow.comi use hibernate tools with ant.build.xml is below. it output file encoding is gbk,i want setting encoding utf-8?how? thanks.
|
11. Tool similar to Dynatrace stackoverflow.comIs there anything out there which is similar to this tool? I'm hoping to do some verification of our caching setup with Hibernate. I found TPTP, but it seems ... |
12. Does Hibernate have some [B]visual automation tool[/B]? coderanch.com |
13. a visual hibernate tool coderanch.com |
14. rad tool for hibernate coderanch.com |
15. is there any GUI tool for hibernate setup? coderanch.com |
16. Hibernate3 gen tools? coderanch.comI understand that Hibernate3 comes with a SchemaExport to generate a database schema from a mapping file. In Hibernate2, I used Middlegen to generate the mapping file and POJO from the database schema. Does Hibernate3 come with a built in feature similar to Middlegen? Or should I stick with Middlegen for generating mapping files and POJOS? Thanks! |
17. Hibernate tools coderanch.com |
18. Hibernate tools / plugin options coderanch.comHi, I am very new to the Hibernate. I am using the IBM WSAD 5.1.1 and I am looking for some featurers/tools/plugins to ease the hibernate workflow and implementation. After I did quite a lot research, I got some clues: Hibernate 3 come along with some tools which contains some plugin and features can help POJO/Map file code generation. also, someone ... |
19. Tools for hibernate. coderanch.comHibernate Tools is an entirely new toolset for Hibernate3 (see this page for an overview of the Hibernate 2.x toolset), implemented as an integrated suite of Eclipse plugins, together with a unified Ant task for integration into the build cycle. Hibernate Tools is a core component of JBoss Tools and hence also part of JBoss Developer Studio. See the documentation and ... |
20. Tool to create java classes for Hibernate coderanch.comI am developing a small in-house(in my house really) application. I would like to use as many features available in Hibernate and applicable to my app.Is there a tool to create javabean classes and .hbm files corresponding to existing database tables? Please throw in any suggestions on using Hibernate features for developing a small web based app for couple of users. ... |
21. Help on Hibernate tools coderanch.com |
22. Hibernate - Best tools for visualizing coderanch.comA hibernate tool that I would love to see would be one that would extract hibernate annotations from code and produce nice pretty dependancy diagrams so I can ensure everything is coded correctly when creating the model instead of finding out a day later when actually implementing. [ Don't you love those long run-on's? ] Anyone know of such a tool? ... |
23. Hibernate tool problem. coderanch.comHi, I'm new in hibernate and (of course, like it could be different case) I have a problem during database schema exportation (using ant schemaexport command). I'm learning from Manning's Java persistence with Hibernate, and when I perform mentioned command I got an error. I have a doubts about placing hibernate-tools.jar file. Either if put it in the Ant classpath or ... |
24. Hibernate Tool custom template coderanch.comI Hibernate Tool, I Used it to generate DAO. But it contain session factory creation and all. part of the code protected SessionFactory getSessionFactory() { try { return (SessionFactory) new InitialContext() .lookup("SessionFactory"); } catch (Exception e) { log.error("Could not locate SessionFactory in JNDI", e); throw new IllegalStateException( "Could not locate SessionFactory in JNDI"); } } public void persist(Person transientInstance) { log.debug("persisting ... |
25. Hibernate Tools: Reverse engineering behavior . . . coderanch.comAfter years of JDBC, I've finally been given a chance to take the Hibernate plunge. We have a legacy database that resides on an AS/400 for which I'm generating entity and dao code using the Hibernate Tools plug-in for Eclipse. The following is a snippet of a Subscriber.reveng.xml file I've built: |
32. Hibernate Tools not working with Hibernate 3.6 forum.hibernate.orgHello, Recently I've changed Hibernate 3.4 to version 3.6 (JPA2) and the Eclipse plugin Hibernate Tools (3.3.1.v201006011046R-H111-GA org.hibernate.eclipse.feature.feature.group) which I use on Eclipse stopped working, producing the following error: Code: org.hibernate.console.HibernateConsoleRuntimeException: Could not create JPA based Configuration at org.hibernate.console.ConsoleConfiguration.buildJPAConfiguration(ConsoleConfiguration.java:198) at org.hibernate.console.ConsoleConfiguration.buildConfiguration(ConsoleConfiguration.java:732) at org.hibernate.console.ConsoleConfiguration.access$1(ConsoleConfiguration.java:717) at org.hibernate.console.ConsoleConfiguration$3.execute(ConsoleConfiguration.java:338) at ... |
33. Hibernate Tools Suite - ClassCastException forum.hibernate.orgOK, this was simple enough in the end. The distribution of the Hibernate Tools Suite included a copy of hibernate3.jar, and I had also added the one in my app to the classpath within HTS. I simply removed the entry I added, and everything was fine. This must have been a classloader issue. |
34. Adding hibernate tools plugin to RAD IDE forum.hibernate.org |
35. Adding a new Hibernate tools forum.hibernate.orgHello, I have started on a Hibernate tool. It is a re-write of the hbm2java tool. My version uses ant and velocity and provides the user with a great amount of control of the generation. It is very easy to extend and can be used to generate almost anything (from DAOs to DDL to struts actions to unit tests) I was ... |
36. Udated bat files in the tools - defined HIBERNATE_HOME forum.hibernate.orgIn the tools/bin we have class2hbm.bat ddl2hbm.bat hbm2java.bat setenv.bat all the above bat files need to know HIBERNATE_HOME they were using relative path to get it. When I run these tools from Jbuilder, they were not working because of the relative path. I extracted hibernate-extensions-2.0.zip in the hibernate home directory. So I had the directory structure like avalon bin build.bat build.xml ... |
37. Open tool for Jbuilder forum.hibernate.org |
38. Hibernate tools - class2hbm forum.hibernate.orgWhere can I get some more info on Hibernate tools specifically class2hbm when I use the tool to generate mapping file it by default creates a component i.e.: If Employee class has a private member Department then in the mapping file (that is auto generated), Department becomes a component of Employee . Secondly, if all of my classes have a common ... |
39. How can i get the source code of tool/class2hbm forum.hibernate.org |
40. Help with net.sf.hibernate.tool.class2hbm.MapGenerator forum.hibernate.orgi have some source files that I want to authomatacally genetes the hbm.xml for, so any body has and ant task for it, how ot use it ? in a build.xml ? my problem is that i have some java source files like test.java, that i will like to authomatically generete the hbm.xml. I need a help. |
41. debub hibernate application with out any tool forum.hibernate.org |
42. Middleware ORM tool comparison forum.hibernate.orgAfter one hour of standard optimization (they didn't do any, not even lazy loading or eager fetching), Gavin got the number of queries in this "benchmark" down to 6 and sent them the optimized mappings and results. Yes, thats six, down from sixhundred. This should give you a hint about the quality of their "benchmark". I would recommend to simply ignore ... |
43. hibernate workshop tools problem forum.hibernate.org |
44. Help with Hibernate Doclet Tool needed! [newbie] forum.hibernate.orgI am having some problems with the Hibernate Doclet tool. I only added some simple code to my build file but it is not exactly working. Here is the code I added to my build file: |
45. is hibernate tools ver. 2.1.2 compatible hibernate 2.1.6?? forum.hibernate.org |
46. A benchmark result on ORM tools forum.hibernate.orgThe last time I had a (very brief) look at this benchmark and the results, it was clear to me (knowing Hibernate's feature set) that we can get to the same number of queries, if needed (actually, we can get much lower with a disk-backed second-level cache). There just hasn't been time to come up with some better implementation and frankly, ... |
47. Hibernate TOOLS forum.hibernate.orgIs there a tool that would automatically create POJOs and hibernate XML mapping files based upon a given database table?. I find it too time consuming to map my existing DB tables into Java Classes and creating XML map files. Am looking for a tool wherein you just click the table, select the fields and bam!... equivalent class and XML map ... |
48. Static & Dynamic code analysis tools forum.hibernate.orgIntellij IDEA has a pretty extensive set of static analysis options. You can configure each "error" to either be ignored or flagged as a warning or error ( yellow and red line down the side of the scrollbar ). Sadly I don't think there's a way of getting it to analyse files and spit out results, but if you use it ... |
49. hibernate3 tools - console configuration - classpath problem forum.hibernate.orgHello, I just installed hibernate3 tools. I can create a hibernate.cfg.xml, but while I am creating a console configuration, it only allows me to select folders under my source root. as a result when I hit generate session factory, it compains about not being able to load the database driver. I am using Oracle. (ojdbc14.jar) even when this jar is in ... |
50. bug with h3 tools OR is there a mistake with my model? forum.hibernate.orgHello, I have a parent and child object. The child object has a: |
51. Any issues with using EMMA code coverage tool? forum.hibernate.org |
52. Hibernate Tools Support for 3.0.x?? forum.hibernate.orgI am looking for tools support for building mapping files for hibernate using middlegen. I was able to finally find a hibernate plugin for Eclipse that I could use with Ant and generate the mapping files but had some errors I had to fix (duplicate properties and relationships). When will there be available a set of tools that supports 3.0.x instead ... |
53. Hibernate Monitor Webapp tool? forum.hibernate.orgWe need screens to interactively monitor hibernate running in a container server. We need to see cache statistics, clear cache regions etc Before I go ahead and write my own simple web interface into the H3 Statistics API etc does anyone know if there is a public tool to do this? Anyone have any existing JSP/servlets I could use? Thanks Ben ... |
54. Log/tracking tool? forum.hibernate.orgHi, I plan to improve my app performance, check the caching + DB access + Hibernate works on proxy, lazy collection etc...So i need a tool! I checked what is suggested on Hibernate docs, need suggestions from you guys : - Until now i check Hibernate logs. It says everything, but now that i test the global app, difficult to read. ... |
55. BiRT Reporting tool and hibernate forum.hibernate.orgHas anyone managed to get BiRT to recognise hibernates objects? This would be a powerful union of functionality if so. Currently we are having to use hibernate to get data, turn it into a CSV and then to load that in BiRT to get desired effects which is not the best answer. Otherwise we have to drop to SQL to get ... |
56. Hibernate tools problems forum.hibernate.orgFinally I created a project from HibernateExt/tools folder. It have had some problems with the classpath and some compilation problems: 1. the documentation for the build process probably need to be updated "Some of HibernateExt modules depends on JDK 5.0 features so to build everything, you'll need a JDK 5.0 configured. Note: it is only annotations that are dependent on JDK ... |
57. Question regarding Hibernate Tools 3.1 beta 1 forum.hibernate.org |
58. Migration tool from Toplink to Hibernate forum.hibernate.orgHello, I searched the forum on this issue but got a large number of hits. I scanned through but didn't see anything pertaining to the above issue. Does anyone know if there is any kind of a migration tool to migrate from Toplink to Hibernate? Or, is there documentation on how to do this? Thanks |
59. Hibernate Tools forum.hibernate.orgHi, Ive generated the code with the HibernateTool with annotations for my database. But it has two tables : keyword , image and one keywordImage fro the relation, its a relation between keywords and images for a image bank. The code generated created 2 classes for the table keywordImage: the keywordImage and keywordImageID. The problem is when i start the tomcat ... |
60. Any support for Lucene thru Hibernate Tool? forum.hibernate.orgHi, I'm using Hibernate Tool with Eclipse for my application. Now i wants to implement indexing on my tables. For that I need to generate an IndexWriter for each and every object for Indexing and Searching. If i'm developing POJO's manually, doing indexing and searching is not a big deal. But all that stuff is done by the tool. So, addding ... |
61. org.hibernate.tool.hbm2x.ExporterException forum.hibernate.orgI get the following exception thrown when I try to call the hbm2java in my build.xml Here is the exception: hibernatetool] 12.07.2006 17:00:44 at org.hibernate.cfg.Environment. |
62. Hibernate-Tools: ReverseEngineeringStrategy forum.hibernate.orgHello, I have a problem with my ReverseEngineeringStrategy. When I try to build the POJOs with the Hibernate-Tools, I get the error: Code: org.hibernate.console.HibernateConsoleRuntimeException: Could not create or find org.granitic.steinlaus.base.ModelReverseEngingeeringStrategy with one argument delegate constructor java.lang.ClassNotFoundException: org.granitic.steinlaus.base.ModelReverseEngingeeringStrategy java.lang.ClassNotFoundException: org.granitic.steinlaus.base.ModelReverseEngingeeringStrategy My ReverseEngineeringStrategy: Code: package org.granitic.steinlaus.base; import java.util.Properties; import org.hibernate.cfg.reveng.DelegatingReverseEngineeringStrategy; import org.hibernate.cfg.reveng.ReverseEngineeringStrategy; import org.hibernate.cfg.reveng.TableIdentifier; public class ModelReverseEngingeeringStrategy ... |
63. Hibernate-Tools ReverseEngineeringStrategy or reveng.xml forum.hibernate.orgHello, I would like to customize the settings of the hibernate-tools, thus I think of using the reveng.xml or an own class, that inherits of DelegatingReverseEngineeringStrategy.class. The aim is to 1. use increment as generator, 2. use int for the id's (not Integer) and 3. use equals() and hash() function automatically for all entities. My concrete problems: - for 3.: |
64. Hibernate Tools 3.0 reveng problem forum.hibernate.org |
65. Is Hibernate the rite tool for use in Legacy Aplications ? forum.hibernate.orgHibernate version is 3.1.3.1.2 Database used is Oracle10g. Appserver is JBoss. Hi , We are planning to use Hibernate for Enterprise level solutions. Wherein there can be load of 1000 user or more at a time. The semantics of the environment are : We dont have relational tables, there are no foreign key or Primary keys in the tables. Our queries ... |
66. Netbeans: Hibernate Tools Suite 0.7 v NBXDoclet forum.hibernate.orgHi all, I was testing the Tools suite and it worked very well. As i start the application from netbeans, the application work very fine. But netbeans has also a in the dist folder the jar wich was created by the build option. Now i tried to double click on the jar at the dist folder but the application doesn't start. ... |
67. hibernate tools hbm2doc graphviz forum.hibernate.orgThanks Max, that did it. Now at runtime I am seeing this exception. I am thinking this is related to our DB2 tables using fun chars like # and @ in the physical table and field names? [hibernatetool] 15:30:53,179 DEBUG [org.hibernate.tool.hbm2x.DocExporter] Executing: "c:/Graphviz/bin/dot.exe" -Tpng "C:\home\bgroeneveld\workspacen\nextgen\orm\javadoc\tables\tablegraph.dot" -o "C:\home\bgroeneveld\workspacen\nextgen\orm\javadoc\tables\tablegraph.png" [hibernatetool] Error: C:\home\bgroeneveld\workspacen\nextgen\orm\javadoc\tables\tablegraph.dot:323: syntax error near line 323 [hibernatetool] context: UBLH -> >>> UTR# ... |
68. Reverse engineering tool forum.hibernate.org |
69. Tools question... forum.hibernate.orgWe're doing some proof of concept work and I think ORM tools will be a good fit for it, so I'd like to use the latest version of Hibernate tools when we get started... So far, it looks like we'll be doing the BOTTOM up approach so I'll need to generate HBM mapping files from an existing schema definition. I've bee ... |
70. Hibernate tools api forum.hibernate.org |
71. compare Hibernate 3 tools with Hibernate Syncronizer forum.hibernate.orgHi, I am very new to the Hibernate. I am using the IBM WSAD 5.1.1 and I am looking for some featurers/tools/plugins to ease the hibernate workflow and implementation. After I did quite a lot research, I got some clues: Hibernate 3 come along with some tools which contains some plugin and features can help POJO/Map file code generation. also, someone ... |
72. ToResolve org.hibernate.tool.ant.HibernateToolTask cantBfnd forum.hibernate.org |
73. Hibernate/JPA Tool forum.hibernate.org |
74. Problem using the hibernate tools in Weblogic IDE forum.hibernate.orgI have a BEA Weblogic 10.0 IDE which has Eclipse 3.2.1 in it. I wanted to use the Hibernate Tools 3.2 into the IDE.I have trouble in doing it. These are the Steps I followed : 1) Unzipped the Hibernate Tools 3.2 package. 2) Then placed the plugins and features contents in the below path bea\workSpaceStudio_1.1\workSpaceStudio\eclipse\plugins bea\workSpaceStudio_1.1\workSpaceStudio\eclipse\features. 3) I restarted my ... |
75. Hibernate 3.x Bottom-up Tools forum.hibernate.org |
76. Hibernate Tools ReverseEngineerStrategy forum.hibernate.org |
77. Need Help about hibernate tools Urgent forum.hibernate.orgHi, I have a problem , I am using hibernate tools for generating the pojo's but one of my table has more than 255 fields . When hibernate tools generated the java files it makes constructor one is default and other which have the all 256 fileds and it gives error because in java the method has only 255 arguments. Can ... |
78. Reverse Engineering Tool forum.hibernate.org |
79. CRUD tools for Hibernate forum.hibernate.org |
80. Hibernate ANT tool (hibernatetool) does not autodiscover forum.hibernate.orgNewbie Joined: Thu Aug 07, 2008 12:03 pm Posts: 16 Hi! I'm having kind of a problem with the Hibernate tool to generate the database schema. I would like to mention that the application itself works perfectly. But I would like to generate the database schema in a SQL file in order to give it to my DBA. In the ant ... |
81. Looking for tool to provide object graph built by hibernate forum.hibernate.orgHibernate version: 3.2 I have tried searching for this, but haven't found anything. Maybe it is my search criteria, i don't know. I am looking to see if anyone knows of a third party tool that builds a visual graph of the object models built by hibernate. Even if there are no tools for visualizing the object graph, it would be ... |
82. Hibernate Tools src download available? forum.hibernate.orgThere is no Hibernate Tools src download available here: http://www.hibernate.org/6.html or here: http://www.hibernate.org/268.html I have this build.xml snippet from HelloWorld native project: Code: |
83. trying to get hibernate tool hbmddl to work: help forum.hibernate.org |
84. trying to get hibernate tool hbmddl to work: help forum.hibernate.org |
85. Trying to Build 3.2.6 to use tools 3.2.2 forum.hibernate.org |
86. Ant hibernate tool task: multiple paths forum.hibernate.orgHi I observe problems when I generate the DDL-script for entities, which are located in several class-folders. I do have the following ant script: Code: |
87. Hibernate tools - The specified project does not exist forum.hibernate.org |
88. Hibernate Tool forum.hibernate.org |
89. Hibernate Tools reverse engine forum.hibernate.orgHello; I am using Hibernate Tools 3.2.4GA(Last version) and my database is firebird. When I work reverse engine error is occured org.hibernate.cfg.JDBCBinderException: Duplicate names found for primarykey. Existing name: PK1 JDBC name: PK_TBL_CYCLEGROUP on table org.hibernate.mapping.Table(TBL_CYCLE) Duplicate names found for primarykey. Existing name: PK1 JDBC name: PK_TBL_CYCLEGROUP on table org.hibernate.mapping.Table(TBL_CYCLE) what is the problem. I could work reverse with previous hibernate ... |
90. Groovy and Hibernate Tools forum.hibernate.orgI've been struggling with this issue and was wondering if anyone had any ideas: The following code produces an NullPointerException, specifically in the HibernateToolTask.execute method on the following line: AntClassLoader loader = getProject().createClassLoader(classPath); I've added some debug statements to the HibernateToolTask src, and apparently the Ant project is null (i.e. getProject() returns null). Interestingly enough, the task's owningTarget (getOwningTarget()) is also ... |
91. org.hibernate.tool.ant.HibernateToolTask cannot be found forum.hibernate.orgHi I need some help with exporting a schema to my DB via ANT. I always get the following error. Code: 29: taskdef class org.hibernate.tool.ant.HibernateToolTask cannot be found This is what I got so far. Code: |