hi,

At 09:19 13.03.2003 +0100, [EMAIL PROTECTED] wrote:
Hi,

The EJB specification allows a statefull session bean to support many
create methods. These method must be declared like that :

right.


Home.create<method>
Bean.ejbCreate<method>

In the attached test program, I have a create method like
"Home.createByName(java.lang.String)", implemented by
"Bean.ejbCreateByName(java.lang.String)".

but this create method should be:


Home.create<method>
Bean.ejbCreate<method>

with other parameters, like:

create(String first_name, String last_name);
create(String first_name, String last_name, AddessMetaData addess);



Rafal



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to