Anonymous | Login | Signup for a new account | 12-17-2024 08:44 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 | ||||
0004555 | [Resin] | block | always | 05-16-11 06:34 | 05-17-11 13:32 | ||||
Reporter | dicr | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 4.0.18 | ||||||
Summary | 0004555: ejb: invalid stateless proxy code generation | ||||||||
Description |
I have the following exception in my web-app: /var/cache/resin/default/isp2/ejb/org/dicr/isp/ejb/DataManagerBean__StatelessProxy.java:4114: method does not override or implement a method from a supertype @Override ^ where DataManagerBean__StatelessProxy.java is generated by resin proxy code for my bean. The lines with error code is: @Override int[] $SWITCH_TABLE$org$dicr$isp$util$DatePeriodType() { throw new EJBException("Illegal non-business method call"); } I can't even guess for what this method needed and whot it doing here ? Why resin using name of my class DatePeriodType ? DatePeriodType is special class using in methods arguments to specify date period. It not used anywhere else - there are no any properties with this type. Why resin using it ? public Collection<Payment> listPayments(DatePeriodType period); |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed. 27 unique queries executed. |