Hello all,
I'm trying to write an EJB with both container and bean-managed find
methods. The problem is that
the GenIC tool explicitly asks for including all the find methods in the
descriptor:
"GenIC ERROR: 'db.Finder.findSociete' property not defined in the
ContainerProperties"
(where findSociete is the name of the method I want to manage myself)
On the other hand, the findSociete method has to be managed by the bean
itself, because its
signature includes non-basic types. Of course a solution would be to
make the EJB entirely
bean-managed, but I'd like to avoid that for obvious reasons...
Has anybody some hints about that problem ? Is it a limitation of Jonas
itself or am I doing
something wrong ?
Thank you for your help.
--
+---------------------------------------+
| Nicolas Schaaf |
| Ecole des Mines de Nantes (France) |
+---------------------------------------+
| e-mail: [EMAIL PROTECTED] |
+---------------------------------------+
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".