1. JMS - can anybody give a reference on JMS stackoverflow.comIm doing a JMS project. can anybody point out a reference on running ActiveMQ(JMS) on two different pc using eclipse on both pc? tnx -jaded |
2. junit 4 testing with spring 3.0 and Hibernate 3 in Eclipse - LazyInitializationException stackoverflow.comI'm getting a LazyInitializationException trying to test my DAO methods using the tool stack defined in the title. My understanding is that my test must be running outside the hibernate ... |
3. How to integrate spring and hibernate with eclipse stackoverflow.comI have installed eclipse with integrated glassfish server. now i don't know how to install hibernate and spring into eclipse. any ideas? |
4. class not found exception stackoverflow.comi'm trying to run a web application in eclipse using springs and hibernate. the dispatcher-servlet.xml is,
|
5. Useful resources for configuring maven for hibernate and spring on eclipse stackoverflow.comI want to configure maven for managing dependencies. What are the steps to do it? |
6. What's the ideal way to configure an Eclipse Web Project to test Spring/JPA stackoverflow.comI recently used eclipse (myeclipse actually) to create a new Web Project via the new->web project wizard. The default directory structure for the project looks as follows:
|
7. Eclipse + Hibernate + Spring question stackoverflow.comI can't figure out how to organize classes in project... I need to show all Workers with their history of the specialties (types). I have 3 tables in DB: Workers: id, name, address Specialty: id, ... |
8. configuring spring /jpa hibernate on eclipse stackoverflow.comI have been fighting for days to install spring 3.1(latest) and hibernate jpa on my system. I went through all the tutorial but have not been able to fix it. I installed spring ... |
9. Eclipse: add javadoc stackoverflow.comHow can I generally add javadoc in eclipse for different packages.
As an example: |
10. Spring not finding Hibernate in Eclipse Maven Project when using WTP stackoverflow.comI can successfully deploy my project to a webserver, but when deploying to the Eclipse Apache Tomcat Instance, I cannot start my app due to the following error:
|
11. There is a cycle in the Hierarchy/Positioned update nor supported stackoverflow.comNeed a bit of serious help, if anyone has any idea!! I am developing a web application using a combination of Eclipse/Spring/Hibernate/java/JBOSS. I have created the tables, the model (by reverse engineering), and ... |
12. Deploy Maven project to Tomcat stackoverflow.comI have created a Spring 3 + Hibernate project using Maven in Eclipse. How can I deploy my project to a Tomcat server using Maven. Help is highly appreciated. Thanks, VKS |
13. Hibernate Mapping Accross Multiple Projects in Eclipse forum.springsource.orgHey All, Just a quick question, is there a way to configure Eclipse to look at domain objects from a different project when I'm defining my hibernate.hbm.xml mapping? The only way ... |
14. JPA and spring-tomcat-weaver from Eclipse WTP forum.springsource.orgJPA and spring-tomcat-weaver from Eclipse WTP Hello, I am using an JPA sample with the context.xml in META-INF and the spring-tomcat-weaver in the Tomcat server/lib. I also use Eclipse Callisto (WTP) ... |
15. Eclipse Hibernate Wizard forum.springsource.orgEclipse Hibernate Wizard I have just spent some time playing/learning about the Hibernate tools for Eclipse. With the Spring plug-in and the Hibernate tools, it appears that the application writes itself. ... |
16. Spring, hibernate, Eclipse and loading mapping files... forum.springsource.orgSpring, hibernate, Eclipse and loading mapping files... I am trying to make sense about how to get my hibernate mapping files loaded... So far not much success. Let me summarize: I ... |
17. Multiple Eclipse projects, JPA and Hibernate forum.springsource.orgMultiple Eclipse projects, JPA and Hibernate Hi, I have a spring app in my eclipse IDE (V 3.2) which is spread over 3 projects. The project dependencies are set well. There ... |
18. Hibernate Tests succeed in Eclipse but fail with Maven forum.springsource.orgHibernate Tests succeed in Eclipse but fail with Maven Hi, I've got some Spring/Hibernate Unit Tests which I have implemented by extending the AbstractTransactionalDataSourceSpringContextTests Class. Two of them run fine when ... |
19. Hibernate source for eclipse debugger forum.springsource.orgI'm trying to debug something and I want to see what happens in hibernate under Spring. I'm using Spring 2.5.1 and I need to know what version of hibernate this uses ... |
20. Eclipse RCP + Spring + Hibernate forum.springsource.orgEclipse RCP + Spring + Hibernate Hi! We try to create a new Application with Eclipse RCP and Hibernate for persistancy.. As far as I can understand, spring can help us ... |
21. Spring DM 1.2.1 / Hibernate and Eclipse RCP forum.springsource.orgSpring DM 1.2.1 / Hibernate and Eclipse RCP Hi all, since 2 weeks I try to get a Eclipse RCP application with Hibernate / Spring 2.5.6 and Spring DM 1.2.1 to ... |
22. junit 4 testing with spring 3.0 and Hibernate 3 in Eclipse - LazyInitializationExcept forum.springsource.orgjunit 4 testing with spring 3.0 and Hibernate 3 in Eclipse - LazyInitializationExcept I'm getting a LazyInitializationException trying to test my DAO methods using the tool stack defined in the title. ... |