Anonymous | Login | Signup for a new account | 12-17-2024 08:38 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0004266 | [Resin] | major | always | 10-20-10 09:01 | 11-10-10 15:18 | ||||
Reporter | jharting | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 4.0.12 | ||||||
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); |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Notes | |
(0004828) ferg 11-10-10 15:18 |
ejb/3006 Thanks for the bug report. 3.0.14 is expected in about 3 weeks (end of Nov). |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed. 27 unique queries executed. |