Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 340581

Summary: Jboss 4.2 does not publish when a dependency in another project changes
Product: [WebTools] WTP EJB Tools Reporter: slargollo
Component: jst.ejbAssignee: jst.ejb <jst.ejb-inbox>
Status: NEW --- QA Contact: Kaloyan Raev <kaloyan>
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description slargollo CLA 2011-03-21 12:26:54 EDT
Build Identifier: 20100917-0705

I can't make this work anymore:

1. I create a dynamic web project and publish it to JBoss 4.2;
2. I create a java project and add it to the web project deployment list;
3. When I changed any file of the web project, the status on the servers window changes to "republish" and I can publish it. But if I change any file of the java project, the status still changes to "republish" but clicking the publish button accomplishes nothing. I have to change and save a file of the web project to publish the changes of the java project.

Ganymede is the last version of eclipse which I don't have any problems with this.

This problem occurs in linux and windows alike and in the new version of eclipse (Helios)


Reproducible: Always

Steps to Reproduce:
1. create a dynamic web project and publish it to JBoss 4.2;
2. create a java project with a java class and add it to the web project deployment list;
3. changing the class in the java project, changes the status in the server's window to publish, but clicking the publishing button accomplishes nothing.