Hide Forgot
SRAMP/DTGov use TJWS from resteasy-jaxrs. Unfortunately EAP have not built the TJWS classes in that component. Therefore when we align to EAP versions, the code doesn't work because those classes don't exist. Would it be possible to use something else?
Hi Nick Do you know why those classes weren't built in EAP? At this late stage I don't think there is another option, unless there is a serious issue with TJWS that lead to it being left out of EAP.
Nick, I think we only use it for unit testing (to bring up an s-ramp server on the fly)? Why would this be an issue?
As the tjws classes don't actually exist in the EAP build of resteasy-jaxrs this causes compilation problems. Initially they said they don't support those classes but they are looking at this again. I have asked the EAP team if its feasible for them to rebuild their resteasy to include the missing classes.
Currently we have RESTEasy 2.3.7 for EAP6, and I could build resteasy-tjws based on this version, is that okay?
This is fixed by BZ1032115.
Reverting as 2.3.7 was built against EAP 6.2 and won't work for us.
Hi Nick, please assign back to me if anything more needs me :-)