Discussion:
[Middlegen-user] CVS Version: samples broken?
Matthias Flor
2002-08-21 13:58:03 UTC
Permalink
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
a***@netcom.no
2002-08-21 14:29:03 UTC
Permalink
Hmm. Looks like the cmp20 plugin is broken.... I'll take a look at it.

----- Original Message -----
From: Matthias Flor <***@isb-ag.de>
Date: Wednesday, August 21, 2002 5:57 pm
Subject: [Middlegen-user] CVS Version: samples broken?
Post by Matthias Flor
Hi,
I just pulled today's cvs-version. By trying to compile the
samples I
[javac] Compiling 16 source files to
/home/mflor/devel/middlegen-2002-08-21/samples/build/classes
[javac]
middlegen-2002-08-21/samples/build/gen-srcannot 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-srcannot 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
https://lists.sourceforge.net/lists/listinfo/middlegen-user
Loading...