Re: I got some problems when using use activation mechanism of RMI
- From: EJP <esmond.not.pitt@xxxxxxxxxxxxxxx>
- Date: Wed, 31 May 2006 09:49:06 GMT
Zheng Da wrote:
public class ProductImpl extends UnicastRemoteObject implements Product
You must either change this to 'extends Activatable implements Product', in which case you should replace the following quoted line by super(id, 0); or else restore the following quoted line as it is:
//Activatable.exportObject(this , id , 0);
There may be other problems.
.
- Follow-Ups:
- References:
- Prev by Date: Why JavaEE / EJB3?
- Next by Date: Java JSP Forms Generating on the fly
- Previous by thread: I got some problems when using use activation mechanism of RMI
- Next by thread: Re: I got some problems when using use activation mechanism of RMI
- Index(es):