ox-it / ords

Automatically exported from code.google.com/p/ords
0 stars 0 forks source link

All REST APIs are broken #720

Closed scottbw closed 8 years ago

scottbw commented 8 years ago

None of them work since branch merged in; this affects the Schema Designer and the Query Builder.

Looks like the base constructors were modified, which breaks all the annotated classes as Jersey can't instantiate them anymore.

scottbw commented 8 years ago

HINT: you get the user principle from the SecurityContext rather than code them into the constructor...

thestoat commented 8 years ago

This should now be fixed. Please check and let me know ...

scottbw commented 8 years ago

It didn't build - the unit tests in Project Node didn't pass.

thestoat commented 8 years ago

Sorry - should be ok now.

scottbw commented 8 years ago

Yay! All working again on Dev