1. Can anyone recommend a good reference for setting up Hibernate3 with Eclipse? stackoverflow.comI've looked at some of the Eclipse and Hibernate tutorials and the ones for Hibernate2 are pretty good, pretty intuitive. Recently I tried to setup Hibernate3, using the Eclipse plugin, ... |
2. Java/eclipse/hibernate stackoverflow.comI'm a .net dev, usually do this using nhibernate and can work with that fine. I'm doing a project which needs to be written in Java and have the following issue: All ... |
3. Eclipse the import cannot be resolved after Java update stackoverflow.comI have class that uses hibernate, I have included all required jars to classpath and class worked before Java updated itself. But now eclipse shows that it cannot resolve some hibernate ... |
4. How can I lose my layout when adding Hibernate support to Tapestry? stackoverflow.comSo, I've started going through the tutorial on the Tapestry site. All fine, the application runs, and I get the starting page. But, the moment I add the libraries to my POM, ... |
5. Can fields set by Hibernate be final? stackoverflow.comMy Eclipse does a number of code-cleaning actions automatically when I save a Java file, among them adding |
6. Eclipse Hibernate Library downloads stackoverflow.comNetbeans does comes with a set of library already to use, i havent found that feature on eclipse i manually have to downloads the library in order to have them and ... |
7. Where to put the User Library for Eclipse-Dali-Hibernate integration? stackoverflow.comI am struggling with the configuration of the Eclipse Dali plugin and Hibernate. The version I'm using is as recommended:
|
8. How to make configure eclipse with Hibernate stackoverflow.comHow to make configure eclipse IDE with hibernate. When I click windows -> Open Perspective -> Others It does not list out Hibernate. Can you tel me how to make configure hibernate with ... |
9. Java hibernate eclipse bin directory stackoverflow.comI am using hibernate and put xml mapping files in src/hib directory. but when debug application eclipse run directory is bin. Is possible to forse Eclipse also copy .xml files of mapping also ... |
10. Eclipse JPA settings gone after upgrade stackoverflow.comI've upgraded to the latest stable version of Eclipse from the previous stable, and now all the JPA entity beans settings are gone. I am talking about the settings located at: ... |
11. Simple local JPA2HBase App with DataNucleus stackoverflow.comI want to build a minimalistic local app that reads/writes HBase via JPA2 without orm.xml and without maven2. Thereby I use Eclipse with the DataNucleus Plugin whose Enhancer is enabled for the ... |
12. Working with hibernate with Intellij or Eclipse stackoverflow.comWe have a project that is due to start and we are getting into the Holy IDE wars that I want to avoid. One of the main areas we will be working ... |
13. How do injection with JPA? stackoverflow.comIs possible do injection in EntityManager with EclipseLink 2.3 ? This is my persistence.xml file:
|
14. hibernate for eclipse users coderanch.com |
15. hibernate and eclipse coderanch.comi'm posting here because i hope someone using hibernate AND eclipse can help me my problem: using eclipse 3.1 (beta) and hibernate, i place hibernate.cfg.xml along with log4j.properties inside bin directory all works fine till i have to change something at project properties: from this moment on, eclipse simply deletes those two files! how can i assure they stay there forever? ... |
16. Hibernate[newbie] eclipse coderanch.comHi im using eclipse to generate the hbm.xml files , but the hbm.xml files are missing |
17. hibernate plungin for eclipse. coderanch.com |
18. Hibernate programmin using Eclipse coderanch.com |
19. Hibernate setup in eclipse coderanch.com"...i want a toilet made of solid gold - but hey you can't get everything" (quote from Austin Powers) Could you give some more details ? Did you even try before asking here ? What did you do ? What does not work ? Where are the problems ? What does XDoclet have to do with hibernate (now that you can ... |
20. How can I integrate Hibernate & Eclipse? coderanch.com |
21. eclipse support for hibernate coderanch.com |
22. Problem configuring Hibernate and JPA in Eclipse coderanch.comI am having difficulty running sample code from Hibernate Made Easy by Cameron McKenzie. Tools / Libraries: (1) Eclipse 3.5 (2) MySQL 5 (3) Hibernate 3.3.2.GA (4) Hibernate Annotations 3.4.0.GA Wrote a simple User class (located under /examscam/src): package com.examscam.model; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import org.hibernate.cfg.AnnotationConfiguration; @Entity public class User { private long id; private String password; @Id @GeneratedValue ... |
23. Developing Hibernate application using Eclipse coderanch.com |
24. How To Use Hibernate In Eclipse coderanch.com |
25. setting up hibernate in eclipse coderanch.comI just got my copy of the book en encounter the same... I have downloaded the Hibernate 3.6.0. package. As I understand it well, I should just include the hibernate3.jar and the jar files under the lib-required directory? Althougn not particular Hibernate-specific, I always am in dubio whether to place the jarfiles within the project under a lib directory (where they ... |
26. hibernate in eclipse ? java-forums.orghello, how are you all ?, i hope that you are right. i have aproblem with eclipse 3.3 and hibernate i want to add a plugin to eclipse to make the process easer so can any one help me? i want to use hibernate and hibernate synchronizer with eclipse. and thanks for all. |
27. Hibernate problem in Eclipse java-forums.org |
28. Hibernate perspective in Eclipse Helios java-forums.org |
29. Hibernate with eclipse java-forums.orgHi, You can download the HIbernate distribution free. that will have a very good documentation named hibernate_reference. this will help you become a proficient. This is beginner friendly The first suggestion i would always give for beginner is to start coding every thing. Only after you know every thing you will find the plugins very useful. You can start by creating ... |
30. JPA problem in Eclipse java-forums.org |
31. Hibernate framework with Eclipse java-forums.org |
32. Hibernate source and Eclipse forum.hibernate.org |
33. Eclipse failed to integrate with Hibernate forum.hibernate.orgHi, I don't know which Forum to ask this question but I really need some help. I tried all that I knew of. Any ideas/hints would help. I am trying to configure Eclipse, Hibernate, MySQL following the instructions below. After Hibernate is installed and should be found by Hibernate, so I thought. When I pulled down the New/Other menu in Eclipse ... |
34. JPA modelgen in Eclipse IDE forum.hibernate.org |
35. Hibernate 3.2.4 with eclipse 3.2 forum.hibernate.orgHi all, I have been trying to configure hibernate plug in for eclipse.I am using Eclipse 3.2 and have downloaded hibernate tools file HibernateTools-3.2.4.GA.zip file from the hibernate site.As with other plugins,i just extracted the hibernate zip file and kept them under eclipse /plugins directory. Now i have problems with creating hibernate console configuration.When i click the option File -> New ... |
36. I am getting the getCurrentSession() is undefined in eclipse forum.hibernate.org |
37. Why only one row added running the these codes under Eclipse forum.hibernate.orgThe key codes are bellow. I run these codes under Eclipse many times, but only one record is added to DB. It seems that the new record is added into DB when first time running. Other times, it only update the same record in DB. But the sql showed by Hibernate is always "insert into department values(?,?,?)". What happened? How to ... |
38. Problem with Hibernet in a Web application on Eclipse forum.hibernate.orgHi....I need help...I'm new using Java and Hibernate and I'm trying to do a web application but I'm having serious problems because I'm having an error that say "No suitable driver found for jdbc:oracle:thin:@172.18.25.101:1521:ORCL" I already debug my application and I know that the error is throw when I try to begin the transaction. Here is my .java that throws the ... |
39. Problem in Running First Hibernate/Eclipse Example forum.hibernate.orgHi All, I' m trying to run first example from "Hibernate Made Easy" and getting this error. Quote: 50 [main] INFO org.hibernate.annotations.common.Version - Hibernate Commons Annotations 3.2.0.Final 60 [main] INFO org.hibernate.cfg.Environment - Hibernate 3.6.0.Final Exception in thread "main" java.lang.ExceptionInInitializerError at org.hibernate.cfg.Configuration.reset(Configuration.java:330) at org.hibernate.cfg.Configuration. |
40. Hibernate Eclipse forum.hibernate.orgHello All, I am using eclipse galileos..and i am unable to do reverseenginerring..I have tried with sql server and oracle both but after creating cfg file,when i create reverse engineering file it shows exception even i have specify the jar files of oracle and sqlserver drivers. Can anyone suggest what should i need to do?\\ |
41. Hibernate with Eclipse Indego forum.hibernate.org |
42. Problem with 3.6 tutorial code run in eclipse forum.hibernate.orgHi all, In eclipse I created a simple maven project (without archetype) named "hibernate-tutorial", and import the tutorial code into the project from the follow link: http://docs.jboss.org/hibernate/core/3. ... orials.zip After importing, the hierarchy of the project is as follows: hibernate-tutorial src/main/java (empty) src/main/resources (empty) src/test/java (empty) src/test/resources (empty) JRE System Library Maven Dependencies annotation (tutorial code) basic (tutorial code) entitymanager (tutorial ... |
43. deploy in Eclipse problem forum.hibernate.orgNewbie Joined: Tue Dec 06, 2011 11:45 pm Posts: 2 I am new to Seam. I try to start a new Seam 2 Web Project from Eclipse and connect to MySql 5.5 database. Then, I reverse the entities from my database GOBS. Everything is fine, but when I try to run it. I cant get it deploy. I right click the ... |
44. Hibernate Eclipse ORA-12519 no service handler issue forum.hibernate.orgHello, I am running a sample Hibernate project in Eclipse. Included with the project are 5 test classes using JUnit. The first run test classes run with green check mark, but the last one generates the following stack trace: var account = ----ACCOUNT---- accountId=6 accountType=SAVINGS creationDate=2011-12-07 balance=1000.0 ----ACCOUNT---- var account = ----ACCOUNT---- accountId=7 accountType=SAVINGS creationDate=2011-12-07 balance=1000.0 ----ACCOUNT---- var anotherCopy = ----ACCOUNT---- ... |
45. IntelliJ v. Eclipse forum.hibernate.orgIts payware, of course, so that's a factor if you're paying out of your own pocket, but IDEA is awesome. I can't really point to any one feature that IDEA has that Eclipse does not, they both have integrated debuggers, code completion, manage imports, ant integration...but I find IDEA much, much, much more intuitive. IDEA is very focused on good UI ... |
46. hibernate-cvs-on eclipse forum.hibernate.orgI would sugest you greatly simplify your life by downloading WinCVS (if you are using Windows) or some other CVS client and abandon the integrated version in eclipse. Secondly, the username is "anonymous" and the password is "" (i.e. blank). The repository would be "/cvsroot/hibernate" and the host is "cvs.hibernate.sourceforge.net". You can copy all this information off the wiki including the ... |
47. half-OT: hibernate, eclipse, debuging-problems forum.hibernate.orghi, i am having nasty problems debuging my hibernatecode in eclipse, and it seems as if hibernateusage causes them. Eclipse refuses to stop on breakpoints in CGLIB-Proxy classes. Let's assume I am setting a breakpoint in StaffMember.java extends StaffMemberStub.java. My hb-mapping has a tag: |
48. Hibernate and the Eclipse debugger forum.hibernate.orgI have an application that uses Hibernate that I debug in Eclipse (3.0M7). For some reason, the debugger is stopping for HibernateExceptions that are caught and handled within Hibernate (MappingExceptions, I think). My application works fine, but when I'm testing the application with JUnit or through Tomcat, and they're running in the debugger, it's a pain to have to continue execution ... |
49. automatically created class not found (with eclipse) forum.hibernate.orgHi, I am using the latest hibernator plugin for eclipse 3.0. Maybe someone knows about my problem... I successfully created a setting and a mapping file (for two tables). Synchronizing the Mapping file results in two JavaBeans (as you know for each table one bean), so I don't have to create these beans myself. So far so good. Now I create ... |
50. Hibernate in Eclipse forum.hibernate.org |
51. Works from eclipse doesn't work from command line forum.hibernate.orgI have very interesting situation. I have project in eclipse and when starts application from eclipse everything works fine. When I try to start same application from console (of course classpath is setuped correctly) I have exceptions shown bellow. Any ideas how to resolve this problem and why it happens? Thanks, Jan. Hibernate version: 2.1.6 Relevant hibernate.properties items are: Mapping documents: ... |
52. Hibernate, CGLIB, and eclipse debuging forum.hibernate.orgHibernate version: 2.1.7c I am trying to set a breakpoint in an equals method in a class that is mapped using hibernate then running the eclipse debuger... After hibernate is initialized Eclipse gives me a popup that reads: Unable to install breakpoint in com.foo.bar.MappedClass$$FastClassByCGLIB$$eaaae17c due to missing line number attributes. Modify compiler optoins to generate number attributes. I have tried (and ... |
53. Problem in Creating Hibernate Configuration File in Eclipse forum.hibernate.org |
54. Example from chapter II and Eclipse not working forum.hibernate.orgThis is very humbling. I am new to Hibernate and am trying to get the example in chapter II working. I think that I have a simple problem but I can not get past it.. I have read through the FAQ and of course the manual but still no luck.. I am not using ANT instead using Eclipse for everything. Here ... |
55. |
56. eclipse app, hibernate, and the network forum.hibernate.orgI have an Eclipse RCP app using Hibernate which works fine when attached to the network. However when I run the code on a machine that is disconnected from the network, I get the following message indicating that the hbm.xml file for my class cannot be found: org.hibernate.MappingException: Error reading resource: myclass.hbm.xml I have read the posts suggesting changing the dtd ... |
57. Standalone Hibernate App in Eclipse woes forum.hibernate.orgNewbie Joined: Fri Sep 30, 2005 5:33 am Posts: 7 Hi, I said I should be able to figure out how to get Hibernate to work, but I guess I'll have to take that back. Hear me, oh Muse, about the wrath of Java, that terrible wrath which caused my application to fail so numerous times, even now. - I installed ... |
58. How to run testcases of hibernate on eclipse forum.hibernate.orgHi all, I'm trying to run testcases (org.hibernate.test package) included in hibernate 3.1rc3 on eclipse 3.1, because I check the behavior of hibernate. By using Ant task (e.g. junitreport, junitsingle) I can build and then run the source codes of those testcases. However, I cannot do those testcases by using eclipse's junit (plugin). Eclipse displays the following message on eclipse's console ... |
59. ClassCircularityError when using Hibernate with Eclipse. forum.hibernate.orgI'm writing a plugin for Eclipse which uses Hibernate. After making some changes (which I will discuss in a moment), whenever I try to run the plugin, I get ClassCircularityErrors thrown immediately when the plugin starts up. The changes I made was to define my own usertype. I was following the example located at http://www.hibernate.org/272.html to try to persist my enums ... |
60. Hibernate Eclipse !!! forum.hibernate.orgHi, if u use 1 database table. you should have mapping files (.hbm.xml files) and java files for e.g; i have userlogin table. it contains username and password. both are string type. so the hbm file name is userlogin.hbm.xml.(this file name and Database file name same and all the colunm name should be same) userlogin.hbm.xml file looks like |
61. Eclipse - Hibernate Help forum.hibernate.orgI am using MyEclipse, and trying to connect up my simple application with my database. My application works fine, but when I create the jar, none of my Hibernate functionality works at all. This appears to be a classpath of sorts issue within ANT, but thought I'd try for help here as well. What all do I need to include in ... |
62. MappingException in Eclipse forum.hibernate.orgNewbie Joined: Wed May 10, 2006 3:54 am Posts: 2 Hello there, I found a strange MappingException in my class I load all the Users in my Database and all the "Roles" they can play. The Roles contains a Set of Rights assigned to each Role. This set should be loaded lazily. After the User logged in I discard the information ... |
63. bug? hibernate.eclipse_3.1.0.beta5 eclipse 3.1.2-bug forum.hibernate.org |
64. Configuratin.buildSessionFactory() slowdown in Eclipse 3.2 forum.hibernate.org |
65. ExceptionInInitializerError - Only in Eclipse - Solved! forum.hibernate.orgNewbie Joined: Tue Jul 25, 2006 6:39 pm Posts: 16 Location: Dallas, TX This is an ordinary java project. Not a plug-in or anything else - just normal command line app. Environment Eclipse Version: 3.2.0 WTP 1.5 Linux 2.6.10-5-k7 ubuntu breezy Hibernate 3.1.3 java.vm.vendor=Sun Microsystems Inc. java.vm.version=1.5.0_04-b05 Ok, here is the problem which I only get this issue inside of Eclipse. ... |
66. Eclipse forum.hibernate.org |
67. how to use hibernate in eclipse forum.hibernate.org |
68. no hibernate java classes seen in eclipse forum.hibernate.orgThanks for your help, I had the required libs (besides JBoss, currently using SE6 only), but most where empty too. Now I've found a different installation path in Eclipse, using buildpath->load external archives. This imports all jars correctly, with classes and all, while import->archives didn't. Should RTFM the Eclipse book to find what's the diff. Obviously not a hibernate problem - ... |
69. How Can I Build Hibernate in Eclipse? forum.hibernate.orgHi, I wanna import the Hibernate src code in to Eclipse to trace how Hibernate actrually work. But when I do this, there is some errors there, caused by some src files referencing classes under org/hibernate/hql/antlr , but when I open that directory, I find that directory is empty. When I use ant, it succeeds, and it makes a directory named ... |
70. Hep with hibernate in eclipse forum.hibernate.orghi, I am a newbie, trying to learn struts and hibernate. I am using eclipse IDE with sysdeo tomcat plugin. I have created a small sample web application using struts successfully.I created this using a Tomcat project in Eclipse. I then created another project (this time a java project) in the same eclipse workspace and created a sample hibernate application. Now ... |
71. c3p0 + Eclipse 3.3 = java.lang.LinkageError forum.hibernate.orgNewbie Joined: Thu Apr 20, 2006 11:14 am Posts: 5 Hi, Eclipse 3.3RC3 and c3p0 doesn't seem to like each other: After commenting out the c3p0 stuff or when using Eclipse 3.2 everything is just fine. How do I use the two together? TIA, Robert Hibernate version: Hibernate 3.2.4.sp1 hibernate.properties: hibernate.connection.driver_class=org.hsqldb.jdbcDriver hibernate.connection.url=jdbc:hsqldb:file:test33db;shutdown=true;hsqldb.default_table_type=cached hibernate.connection.username=sa hibernate.dialect=org.hibernate.dialect.HSQLDialect hibernate.show_sql=true hibernate.hbm2ddl.auto=update hibernate.cache.use_query_cache=true hibernate.cache.provider_class=org.hibernate.cache.EhCacheProvider hibernate.c3p0.acquire_increment=1 hibernate.c3p0.idle_test_period=0 hibernate.c3p0.max_size=100 ... |
72. Installing Hibernate on eclipse forum.hibernate.orgdon't think they have that implemented. just download the tools and put the plugins stuff inthe plugins folder and the features stuff in the features folder if you have WPT installed don't overwrite or put duplicate packages in the plugins, that wpt crap is realllly particular about their versions. The hibernate one will work with whatever. |
73. Problem initializing hibernate config running within Eclipse forum.hibernate.orgHi. I am trying to execute a basic JUnit (3.8.1) test case, inside of Eclipse 3.2.0, that initializes a Hibernate configuration, as you see in the SessionFactory code below. I have included the hibernate.cfg.xml that is being parsed. The test case only executes the one line of code that you see below. If I place hibernate.cfg.xml in the project root, I ... |
74. How can we configure hibernate with eclipse 3.2 IDE forum.hibernate.orgNot entirely sure what you mean. I use a HibernateUtil class in my eclipse project. You can either get the util class to read a hibernate config file or configure it programatically: Reading a config file thats located in the x.x.x.storage.hibernate package: HibernateUtil.java Code: package com.company.project.storage.hibernate; public class HibernateUtil { public static final Configuration cfg = new Configuration(); ... |
75. plz help me to create a hibernate application in eclipse 3.1 forum.hibernate.org |
76. problem with Synchronizer (eclipse + hibernate + synchroniz) forum.hibernate.orgHi: Somebody who can help me with this err message thanks a lot log4j:WARN No appenders could be found for logger (org.hibernate.cfg.Environment). log4j:WARN Please initialize the log4j system properly. org.hibernate.HibernateException: Dialect class not found: net.sf.hibernate.dialect.MySQLDialect at org.hibernate.dialect.DialectFactory.buildDialect(DialectFactory.java:81) at org.hibernate.dialect.DialectFactory.buildDialect(DialectFactory.java:42) at org.hibernate.cfg.SettingsFactory.determineDialect(SettingsFactory.java:426) at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:128) at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292) at proj.base._BaseRootDAO.initialize(_BaseRootDAO.java:54) at proj.base._BaseRootDAO.initialize(_BaseRootDAO.java:38) at proj.dao.RegateDAO.main(RegateDAO.java:19) this is my programe package proj.dao; import proj.base.BaseRegateDAO; ... |
77. Hibernate + Eclipse forum.hibernate.orgHi, I try to create two eclipse pluggins: the first with the model of my application the second with the hibernate mapping files and the classes to save and to load the objects in the database I execute a new eclipse and start my pluggins, an exception is upraise : net.sf.cglib.core.CodeGenerationException: java.lang.reflect.InvocationTargetException-->null at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:237) at net.sf.cglib.proxy.Enhancer.createHelper(Enhancer.java:377) at net.sf.cglib.proxy.Enhancer.createClass(Enhancer.java:317) at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:121) at ... |
78. Hibernate with Eclipse: Cannot import libraries forum.hibernate.org |
79. capture the command executed by Eclipse forum.hibernate.orgRun your application from Eclipse, in debug mode, and set a breakpoint. When the app hits the breakpoint, go to the Debug Perspective. (Eclipse has probably taken you there anyway.) From there, find the Debug View. Each top-level node in this tree-based view represents a launch that Eclipse managed - either one that is still running, or one that has recently ... |
80. capture the command executed by Eclipse forum.hibernate.orgGary, I posted this reply to your earlier topic, but i think you missed it. It describes how to get the command line you're looking for. Run your application from Eclipse, in debug mode, and set a breakpoint. When the app hits the breakpoint, go to the Debug Perspective. (Eclipse has probably taken you there anyway.) From there, find the Debug ... |
81. Hibernate and Eclipse - newbie completely confused forum.hibernate.orgSometimes I think I am getting too old for this stuff... I am new to eclipse and hibernate, so please bear with me. I am running Windows Vista professional. I have installed tomcat version 6.0 and it is working fine. I have installed the tomcat eclipse plugin com.sysdeo.eclipse.tomcat_3.2.1 and it is working fine. I have installed mysql version 6.0.3 and it ... |
82. eclipse workers' threadlocals and SessionFactoryImpl forum.hibernate.org |
83. Problem in building Hibernate application in eclipse forum.hibernate.orgI am facing the following problem: "When I try to run an ant build file using Ant view in Eclipse, I do not get any output in the console. I can see only a red square button in the console - it just hangs - on pressing the run button, the program terminates but nothing happens. However when I run the ... |
84. hibernate Eclipse forum.hibernate.orgI want to be able to use reverse engeneering (DB defined get the java ejb annotation out of it ) installed eclipse gandymede 3.4 added jboss tools setup hibernare tools ..... after days and days of work,searching through conflicting information I've got NOTHING maybe a Jpa connection dispaying table and field names but completely useless for any prctical purporse It sounds ... |
85. Problem running Hibernate and JPA sample code in Eclipse forum.hibernate.orgI am having difficulty running sample code from Hibernate Made Easy by Cameron McKenzie. Tools / Libraries: (1) Eclipse 3.5 (2) MySQL 5 (3) Hibernate 3.3.2.GA (4) Hibernate Annotations 3.4.0.GA Wrote a simple User class (located under /examscam/src): Code: package com.examscam.model; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import org.hibernate.cfg.AnnotationConfiguration; @Entity public class User { private long id; ... |
86. Hibernate in eclipse 3.3.2 forum.hibernate.org |
87. Hibernate configuration in eclipse forum.hibernate.org |
88. Using JNDI and Hibernate in Eclipse forum.hibernate.org |
89. What can i do for using hibernate with eclipse? Help Please forum.hibernate.orgHello everyone, I'm new. I want to use hibernate on eclipse. I' m using java 1.4. Which version of hibernate should i download? After download what are the steps to use hibernate on eclipse. I researched but i did not find any good documentation and i m confused about it because of the result on google :( Thanks everyone :) |
90. Querys executed by Hibernate in eclipse forums.oracle.com |
91. hibernate - eclipse forums.oracle.com |