-
Bug
-
Resolution: Done
-
Critical
-
3.3.0.M3
-
None
-create fresh new workspace (important!)
-add EAP-5.1 to servers in the IDE
-create new dynamic web project for EAP-5.1
-do Configure -> Add JAX-RS 1.1 support...
=> REST services node remains in "Building RESTful Web Services..." state
-create new Sample RESTful Web Service
=> REST services node moves to "RESTful Web Services" state but remains empty
-create new dummy java class and edit it to:
package x; @javax.ws.rs.Path("/x") public class X { @javax.ws.rs.GET public String x() { return "x"; } }
=> REST services does not still show any RESTful services from the project
- is related to
-
JBIDE-10199 Cannot use the RESTful Web Services creation wizard with JBossAS7
- Closed
- relates to
-
JBIDE-10199 Cannot use the RESTful Web Services creation wizard with JBossAS7
- Closed
-
JBIDE-10474 Clean is needed to get jax-rs tooling "in sync", should be enough with automatic/incremental build enabled
- Closed
-
JBIDE-10390 Support working copy changes in the JAX-RS plugin
- Closed