jsr250 Questions

1

I have a web service client generated and built with Apache CXF. Next I have JAX-RS Jersey application in which I want to call methods from that webservice. When I try to deploy this simple project...
Putput asked 27/9, 2013 at 7:58

3

Solved

I'm working on a project that has to run on Java SE 5 and Java SE 6. I recently started using a tool that adds @Generated annotations to generated code, and I want to keep those annotations. It loo...
Mcintyre asked 22/2, 2012 at 22:11

1

Solved

I've overwritten the BasicAuthenticationFilter and replaced it with our a filter to fetch a custom Authentication object from db and set it via SecurityContextHolder.getContext().setAuthenticatio...
Intracranial asked 22/11, 2011 at 11:16

3

With my very simple JAX-RS service I'm using Tomcat with JDBC realm for authentication, therefore I'm working the the JSR 250 annotations. The thing is that I want to return a custom message body ...
Onomasiology asked 29/6, 2011 at 11:39
1

© 2022 - 2024 — McMap. All rights reserved.