Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] 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 Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.14 Product Version 4.0.12
  Product Build
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
Attached Files

- Relationships

- 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).
 

- Issue History
Date Modified Username Field Change
10-20-10 09:01 jharting New Issue
11-10-10 15:18 ferg Note Added: 0004828
11-10-10 15:18 ferg Assigned To  => ferg
11-10-10 15:18 ferg Status new => closed
11-10-10 15:18 ferg Resolution open => fixed
11-10-10 15:18 ferg Fixed in Version  => 4.0.14
11-17-10 00:27 andreaskaltenbach Issue Monitored: andreaskaltenbach


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed.
27 unique queries executed.
Powered by Mantis Bugtracker