[Resteasy-users] @OPTIONS / allowing cross-site scripting

2014-03-31 Thread andrew simpson
I've hit a well-known problem with cross site scripting; I'd like to
develop javascript locally, but using REST services hosted remotely

http://stackoverflow.com/questions/14589031/ajax-request-with-jax-rs-resteasy-implementing-cors

I've tried a number of ways of implementing an OPTIONS method that allows
clients from other origins to collect, but none of them seem to work.  I've
tried curl to confirm with curl, but don't see the access-control-* headers
returned; my suspicion is that the @path directives are somehow not
matching my request.

Does anyone have a pointer to an example which works with a recent version
of RestEasy (I'm using 3.0.6 and JBoss AS 7.1.1)

Thanks..

Andrew
--
___
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users


Re: [Resteasy-users] Resteasy 3.0.7 released

2014-03-31 Thread Ming Hsieh
Hi All

Just downloaded 3.0.7, followed the instructions in
examples/oauth2-as7-example, updated modules, properties, configurations
and standalone.xml tried to deploy.

auth-server.war and database.war deployed ok.
deployment failed at "customer-portal.war":
09:58:15,925 INFO  [org.jboss.as.server.deployment] (MSC service thread
1-4) JBA
S015876: Starting deployment of "customer-portal.war"
09:58:16,008 ERROR [org.apache.catalina.core.StandardContext] (MSC service
threa
d 1-2) Context [/customer-portal] startup failed due to previous errors:
java.la
ng.NoClassDefFoundError:
org/apache/http/impl/conn/PoolingClientConnectionManage
r
at
org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder.initDefaultEngi
ne(ResteasyClientBuilder.java:428) [resteasy-client-3.0.7.Final.jar:]
at
org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder.build(ResteasyC
lientBuilder.java:333) [resteasy-client-3.0.7.Final.jar:]
at
org.jboss.resteasy.skeleton.key.as7.OAuthManagedResourceValve.init(OA
uthManagedResourceValve.java:115) [skeleton-key-as7-3.0.7.Final.jar:]
at
org.jboss.resteasy.skeleton.key.as7.OAuthManagedResourceValve.lifecyc
leEvent(OAuthManagedResourceValve.java:66)
[skeleton-key-as7-3.0.7.Final.jar:]
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
eSupport.java:115) [jbossweb-7.0.13.Final.jar:]
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3
845) [jbossweb-7.0.13.Final.jar:]
at
org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentS
ervice.java:90) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(Se
rviceControllerImpl.java:1811)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceCont
rollerImpl.java:1746)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1145) [rt.jar:1.7.0_25]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:615) [rt.jar:1.7.0_25]
at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]

I am Using jboss 7.1.1.Final, resteasy 3.0.7.Final and jdk 1.7.0_25.

Digged into the documentation for httpcomponents
https://hc.apache.org/httpcomponents-client-4.3.x/httpclient/apidocs/org/apache/http/impl/conn/PoolingClientConnectionManager.html
it seems like PoolingClientConnectionManager is only available in version
4.2.
jboss as 7.1.1.Final only includes httpcomponents version 4.1.2.
Updated the httpcomponents in jboss (module.xml):




















After that deployment success. So maybe the updated modules should be
included resteasy download.

For anybody that is interested in oauth2.

Regards,

Ming



On Mon, Mar 31, 2014 at 11:30 PM, Bill Burke  wrote:

> Ron fixed a few bugs in validation.  Netty improvements.  A few other
> bug fixes here and there.
>
> As usual, follow links from jboss.org/resteasy to download and view
> documentation and release notes.
>
> --
> Bill Burke
> JBoss, a division of Red Hat
> http://bill.burkecentral.com
>
>
> --
> ___
> Resteasy-users mailing list
> Resteasy-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/resteasy-users
>
--
___
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users


[Resteasy-users] Resteasy 3.0.7 released

2014-03-31 Thread Bill Burke
Ron fixed a few bugs in validation.  Netty improvements.  A few other 
bug fixes here and there.

As usual, follow links from jboss.org/resteasy to download and view 
documentation and release notes.

-- 
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com

--
___
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users