tool « Development « JPA Q&A





1. JPA GUI tools    stackoverflow.com

What are the GUI tools available for JPA?

2. Hibernate, iBatis, JEE or other Java ORM tool    stackoverflow.com

We'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.com

Hi 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.com

I'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.com

Where 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.com

I'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.com

Any ORM tools available for java other than Hibernate, with high scalability.

8. Hibernate Tool for Weblogic 9.2.1    stackoverflow.com

Hi 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.com

I 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.com

i use hibernate tools with ant.build.xml is below. it output file encoding is gbk,i want setting encoding utf-8?how? thanks.

??xml version="1.0" encoding="UTF-8"??
?project name="hibernate tools" default="generate.code" xmlns:artifact="antlib:org.apache.maven.artifact.ant"?
    ?property name="test" value="target/gen/" /?
 ...

11. Tool similar to Dynatrace    stackoverflow.com

Is 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 ...

13. a visual hibernate tool    coderanch.com

14. rad tool for hibernate    coderanch.com

16. Hibernate3 gen tools?    coderanch.com

I 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.com

Hi, 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.com

Hibernate 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.com

I 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.com

A 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.com

Hi, 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.com

I 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.com

After 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:

26. Tools for Hibernate?    coderanch.com

Karthik Shiraly wrote:Eclipse has the Hibernate Tools plugin from JBoss. It's quite good for generating artifacts. Provides all 3 approaches of using Hibernate. But I don't prefer to use it as a starting point. My starting point is a domain model having all the entity classes, their associations and multiplicities. I add use case specific DB fields only as association tables, ...

27. Hibernate tools download    coderanch.com

Hi all, I have been searching for the hibernate tools 3.2.1GA and have not found them on the website of hibernate and else where I did find them but as the tutorial says, I need to copy the plugin and features folders to the respective folders in Eclipse. But, the files that I downloaded do not have any such folder structure. ...

28. ZK + Hibernate Tools + Hibernate    zkoss.org

Hello,I'm new to ZK and Hibernate tools.I've built some zk interfaces with success, but now I'm trying to use ZK with Hibernate and Hibernate tools with no success at all.I've searched on the internet but the information is really bad and not recent, can some of you tell me the right direction?I need to start a new project, but I really ...

29. hiberclipse NoClassDefFoundError: net/sf/hibernate/tool/hbm2    forum.hibernate.org

Hi there, I am using hiberclipse to export the Schedma, but am getting the exception error: java.lang.NoClassDefFoundError: net/sf/hibernate/tool/hbm2ddl/SchemaExport I am using Hibernate version 3.0 (hibernate3.jar and jdom-1.0.jar). What am I missing? I was able to generate a POJO using hiberclipse fine, but when I've tried to export schema it gave me this error. I'm basically trying to create the tables/columns from ...

30. Hibernate Data Initializer Tool    forum.hibernate.org

31. hbmtoddl tool    forum.hibernate.org

Author Message heamaya Post subject: hbmtoddl tool Posted: Sat Jul 17, 2010 3:46 pm Newbie Joined: Sat Jul 17, 2010 3:43 pm Posts: 8 I'm trying to create the database schema with an ant task Code:

32. Hibernate Tools not working with Hibernate 3.6    forum.hibernate.org

Hello, 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.org

OK, 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.org

Hello, 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.org

In 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.org

Where 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.org

i 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.org

After 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.org

I 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:

46. A benchmark result on ORM tools    forum.hibernate.org

The 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.org

Is 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.org

Intellij 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.org

Hello, 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.org

Hello, I have a parent and child object. The child object has a: statement referring to the parent object. The parent object does NOT have a collection mapping that keeps the child objects, or anything like that. When I run schema export with H3 tools, the table holding the child objects is NOT created with ...

51. Any issues with using EMMA code coverage tool?    forum.hibernate.org

52. Hibernate Tools Support for 3.0.x??    forum.hibernate.org

I 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.org

We 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.org

Hi, 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.org

Has 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.org

Finally 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.org

Hello, 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.org

Hi, 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.org

Hi, 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.org

I 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.(Environment.java:464) [hibernatetool] INFO: Hibernate 3.0.5 [hibernatetool] 12.07.2006 17:00:44 at org.hibernate.cfg.Environment.(Environment.java:477) [hibernatetool] INFO: hibernate.properties not found [hibernatetool] 12.07.2006 17:00:44 at org.hibernate.cfg.Environment.(Environment.java:510) [hibernatetool] INFO: using CGLIB reflection optimizer [hibernatetool] 12.07.2006 17:00:44 at org.hibernate.cfg.Environment.(Environment.java:540) [hibernatetool] INFO: using JDK 1.4 java.sql.Timestamp ...

62. Hibernate-Tools: ReverseEngineeringStrategy    forum.hibernate.org

Hello, 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.org

Hello, 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.org

Hibernate 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.org

Hi 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.org

Thanks 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.org

We'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.org

Hi, 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 ...

73. Hibernate/JPA Tool    forum.hibernate.org

74. Problem using the hibernate tools in Weblogic IDE    forum.hibernate.org

I 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.org

Hi, 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.org

Newbie 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.org

Hibernate 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.org

There 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:

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.org

Hi 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: ...

88. Hibernate Tool    forum.hibernate.org

89. Hibernate Tools reverse engine    forum.hibernate.org

Hello; 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.org

I'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.org

Hi 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: ...