Re: [Resteasy-users] Broken Build

2013-10-22 Thread Anthony Whitford
Bingo! Yes, I downloaded and installed the "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 7" and now the build works. I suggest adding that crucial tidbit to the README. Now... I'm running into the next issue building the "Example: OAuth" module. It is unable

Re: [Resteasy-users] Broken Build

2013-10-22 Thread Bill Burke
Maybe a JDK encryption problem? Do you need to upgrade to full JDK crypto? On 10/23/2013 12:13 AM, Anthony Whitford wrote: > I retrieved a fresh Clone and see that the original issue has been > resolved, but am now running into an issue with the Crypto module: > > Failed tests: > testEncryptedInp

Re: [Resteasy-users] Broken Build

2013-10-22 Thread Anthony Whitford
I retrieved a fresh Clone and see that the original issue has been resolved, but am now running into an issue with the Crypto module: Failed tests: testEncryptedInput(org.jboss.resteasy.test.security.smime.IntegrationTest): expected:<204> but was:<500> testEncryptedSignedInput(org.jboss.re

Re: [Resteasy-users] Broken Build

2013-10-22 Thread Bill Burke
Should be fixed now. I rolled in your SSLContext fix too. On 10/22/2013 7:25 PM, Bill Burke wrote: > Yes, I know. Working on it. > > On 10/22/2013 3:01 PM, Anthony Whitford wrote: >> I cloned the latest repository from Github: >> >> But when I try to build it (mvn install), it fails: >> >> Test

Re: [Resteasy-users] Broken Build

2013-10-22 Thread Bill Burke
Yes, I know. Working on it. On 10/22/2013 3:01 PM, Anthony Whitford wrote: > I cloned the latest repository from Github: > > But when I try to build it (mvn install), it fails: > > Tests in error: >testParse1(org.jboss.resteasy.test.finegrain.resource.CookieTest): Index: > 0, Size: 0 >t

[Resteasy-users] Broken Build

2013-10-22 Thread Anthony Whitford
I cloned the latest repository from Github: But when I try to build it (mvn install), it fails: Tests in error: testParse1(org.jboss.resteasy.test.finegrain.resource.CookieTest): Index: 0, Size: 0 testParse2(org.jboss.resteasy.test.finegrain.resource.CookieTest): Index: 0, Size: 0 Tests r