|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 4266 | major | always | 10-20-10 09:01 | 11-10-10 15:18 | |
|
|
|||||
| Reporter: | jharting | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 4.0.12 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.14 | ||
|
|
|||||
| Summary: | 0004266: Bean class local view session beans not working | ||||
| Description: |
Having a simple bean class local view session bean like @Provider @Stateless @LocalBean public class BeanClassLocalViewEjbProvider implements ExceptionMapper<NullPointerException> { public Response toResponse(NullPointerException exception) { ... } } I am getting BeanClassLocalViewEjbProvider__StatelessProxy.java:13: javax.ws.rs.ext.ExceptionMapper cannot be inherited with different arguments: <> and public class BeanClassLocalViewEjbProvider__StatelessProxy ^ /home/jharting/jboss/appservers/resin-4.0.12/webapps/resteasy-cdi/WEB-INF/work/ejb/org/jboss/resteasy/cdi/test/ejb/BeanClassLocalViewEjbProvider__StatelessProxy.java:167: toResponse(java.lang.NullPointerException) in org.jboss.resteasy.cdi.test.ejb.BeanClassLocalViewEjbProvider cannot be applied to (java.lang.Throwable) result = bean.toResponse( a0); |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||