[
https://issues.jboss.org/browse/JBIDE-9220?page=com.atlassian.jira.plugin...
]
Max Rydahl Andersen commented on JBIDE-9220:
--------------------------------------------
I can't reproduce this issue but also feels like its different than what I've seen
earlier:
at java.lang.Object.wait(Native Method)
- waiting on <0x00000000f79a0828> (a org.eclipse.core.internal.jobs.Semaphore)
at org.eclipse.core.internal.jobs.Semaphore.acquire(Semaphore.java:39)
- locked <0x00000000f79a0828> (a org.eclipse.core.internal.jobs.Semaphore)
at org.eclipse.core.internal.jobs.JobManager.join(JobManager.java:847)
at org.eclipse.core.internal.jobs.InternalJob.join(InternalJob.java:380)
at org.eclipse.core.runtime.jobs.Job.join(Job.java:385)
at
org.jboss.tools.ws.jaxrs.ui.cnf.UriMappingsContentProvider.getChildren(UriMappingsContentProvider.java:69)
looks like the thread for some reason already have a lock on the semaphore and then it
waits for it...weird.
IDE freezes after configuring JAX-RS 1.1
----------------------------------------
Key: JBIDE-9220
URL:
https://issues.jboss.org/browse/JBIDE-9220
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.3.x
Environment: e37+jbt 3.3.0.M2/2011-06-17_22-32-35-H2967, ubuntu 11.04
Reporter: Lukas Jungmann
Assignee: Xavier Coulon
Priority: Blocker
Fix For: 3.3.0.M2
Attachments: freeze.txt, freeze2.txt, freeze3.txt
-start eclipse with fresh new workspace
-create dynamic web project for JBoss 6.0
-create new class: package x; import javax.ws.rs.Path; @Path("/xxx") public
class Y{}
-do configure -> Add JAX-RS 1.1 support..
=> eclipse freezes
another way to get to freeze:
-create dynamic web project for EAP 5.x
-create sample restful ws in the project
=> shouldn't JAX-RS support be configured for the project now?
-do configure -> Add JAX-RS 1.1 support..
=> eclipse freezes
thread dump is attached
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira