Denis is looking into some of these in
http://jira.jboss.com/jira/browse/JBIDE-2194
Problem 1:
The test and test-ejb projects aren't builded correctly (there are errors).
- rebuild all the projects
- publish
- start the JBoss server
The test-ear project is builded and deployed correctly
- delete all the projects
You will get the error "test-ejb does not exist", but the projects are
removed correctly in the Eclipse workspace
- create the test project again
You will face the same problem again
- rebuild all the projects
- publish
The problem is solved.
Problem 2:
- open a login page and try to log in
You will get the attached exception
The project isn't deployed correctly. It is possible that this problem
is caused by a Windows locking problem. If you stop the server before
removing the project, the problem won't happen.
I assume that JBoss Tools tries to undeploy the project and succeeds
only partially.
I think this is a windows locking problem.
/max
In order to solve the issue do the following:
- stop the server
- call Full Publish
- start the server
Snjeza