[
https://issues.jboss.org/browse/JBIDE-9220?page=com.atlassian.jira.plugin...
]
Xavier Coulon updated JBIDE-9220:
---------------------------------
Attachment: JBIDE9220.patch
I could harldy reproduce this issue on my machine, but I'm submitting the following
patch that removes the use of job.join() mathod, which is known to cause deadlocks.
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, JBIDE9220.patch,
tdump-win.txt, winfreeze.png
-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