sorry, it's a spelling mistake
what I want really want to know is is it against the bean technology if I
import beans in my Home interface...
----- Original Message -----
From: "Alexander Klyubin" <[EMAIL PROTECTED]>
To: "jBoss" <[EMAIL PROTECTED]>
Sent: Thursday, January 25, 2001 5:30 PM
Subject: RE: [jBoss-User] can I import Beans...


> Seems like "com.wiley.compBooks.ecommerece" and
> "com.wiley.compBooks.ecommerce" are spelled differently. So QuoteHome is
in
> the first package and Customer is in the second.
>
> Alexander Klyubin
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Indika Fernando
> Sent: Thursday, January 25, 2001 12:53
> To: jboss
> Subject: [jBoss-User] can I import Beans...
>
>
> I have a Home Interface like this:
> package com.wiley.compBooks.ecommerece;
>
> import javax.ejb.*;
> import java.rmi.RemoteException;
> import java.util.Enumeration;
>
>
> public interface QuoteHome extends EJBHome
> {
>
>     public Quote create(Cutomer customer)
>                 throws CreateException,RemoteException;
> }
>
> when I compile this it definitely asks for Cutommer cannot be resolved and
> If I put import com.wiley.compBooks.ecommerce.Customer then this works
> Is this the correct way to use beans.....
>
> thanx in Advance
>
>
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> List Help?:          [EMAIL PROTECTED]
>
>
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> List Help?:          [EMAIL PROTECTED]
>



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to