Hi,

I just pulled today's cvs-version. By trying to compile the samples I 
get the following errors:

compile-ejb:
     [javac] Compiling 16 source files to 
/home/mflor/devel/middlegen-2002-08-21/samples/build/classes
     [javac] 
middlegen-2002-08-21/samples/build/gen-src/airline/ejb/ReservationBean.java:147: 
cannot resolve symbol
     [javac] symbol  : method setFlight  (airline.interfaces.FlightLocal)
     [javac] location: class airline.ejb.ReservationBean
     [javac]       setFlight(flight);
     [javac]       ^
     [javac] 
middlegen-2002-08-21/samples/build/gen-src/airline/ejb/ReservationBean.java:148: 
cannot resolve symbol
     [javac] symbol  : method setPerson  (airline.interfaces.PersonLocal)
     [javac] location: class airline.ejb.ReservationBean
     [javac]       setPerson(person);
     [javac]       ^
     [javac]

Errors repeated on line 191 and 192.

Is the sample really broken?
Or is this a configuration issue?

Cheers,
Matthias



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
middlegen-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/middlegen-user

Reply via email to