[
https://issues.jboss.org/browse/JBIDE-9291?page=com.atlassian.jira.plugin...
]
Rob Stryker commented on JBIDE-9291:
------------------------------------
Hi Juergen:
Can you point me to some docs for how to install resteasy into as7? My version of the
installation does not have it. Should it? Thanks.
Extend the classpath for JBoss 7
--------------------------------
Key: JBIDE-9291
URL:
https://issues.jboss.org/browse/JBIDE-9291
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JBossAS
Affects Versions: 3.3.0.M2
Reporter: Juergen Zimmermann
Assignee: Rob Stryker
Fix For: 3.3.0.M3
I'd recommend to extend the classpath settings for JBossAS 7 by these 6 JARs:
1) modules/org/hibernate/validator/main/hibernate-validator-VERSION.jar
-> e.g. @Email, @ScriptAssert
2) modules/org/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-VERSION.jar
-> @Form
3) modules/org/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-VERSION.jar
-> Provider for XML representations when submitting a GET request for a RESTful
webservice
4)
modules/org/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-VERSION.jar
-> Provider for POST requests with MIME type application/x-www-form-urlencoded
5) modules/org/jboss/logging/main/jboss-logging-VERSION.jar
-> org.jboss.logging.Logger
6) modules/org/picketbox/main/picketbox-VERSION.jar
-> org.jboss.security.*
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira