Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4555 | block | always | 05-16-11 06:34 | 05-17-11 13:32 | |
|
|||||
Reporter: | dicr | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.18 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.19 | ||
|
|||||
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); |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|