Eclipse debugger always blocks on ThreadPoolExecutor without any obvious exception, why?

I’m working on my usual projects on Eclipse, it’s a J2EE application, made with Spring, Hibernate and so on. I’m using Tomcat 7 for this (no particular reason, I don’t exploit any new feature, I just wanted to try that). Every time I debug my application, it happens that Eclipse debugger pops out like it … Read more

How to change context root of a dynamic web project in Eclipse?

I developed a dynamic web project in Eclipse. I can access the app through my browser using the following URL: http://localhost:8080/MyDynamicWebApp I want to change the access URL to: http://localhost:8080/app To do so, I changed the context root from the project “Properties | Web Project Settings | Context Root”. However, the web app still has … Read more

How do I delete a Discipline in EPF Composer 1.5?

I’m making a method combining Scrum with the OpenUP lifecycle and deliverables. I also want to keep the OpenUP disciplines apart from “Project Management”. I can “hide” it so that it’s not immediately obvious in my generated method site. But when you then navigate to the “Risk List” artefact for example the PM is still … Read more