1. java.lang.InternalError: Can't connect to X11 window server forum.hibernate.orghi, i am getting the stuff below (on a windoze xp box) when i try and do an ant junit. doing an ant eg works just fine. is the clover a problem? or do i need to set up an x11 server? thanks [taskdef] Could not load definitions from resource clovertasks. It could not be found. cleantestdb: splash: BUILD FAILED java.lang.InternalError: ... |
2. java.lang.InternalError: erroneous handlers forum.hibernate.orgI am using the following code to create a session factory Code: public static final SessionFactory sessionFactory; /* * */ static { try { ... |
3. "java.lang.InternalError: erroneous handlers " in forum.hibernate.orgHmmm... I know nuffink of JBPM, but why try it with weblogic when it (presumably) works OK with the rest of the jboss family? My only other thought is that (in my limited experience) all j2ee startup failures boil down to "missing context" ... are all your config files in the right places? Not much help I know... but hey, maybe ... |
4. Getting java.lang.InternalError:erroneous handlers Exception forum.hibernate.orgHi, This is the first time i am using Spring and Hibernate. I have a Struts 1.1 based application in which i am trying to incorporate Springs 2.5.5 and Hibernate 3.2 and deploying my application on Weblogic 10. I have made a ApplicationContext.xml which contains spring bean definition. I have made an bean entry for Hibernate LocalSessionFactoryBean and provided all the ... |