Chad
----- Original Message ----- From: "Carlos Cuenca" <[EMAIL PROTECTED]>
To: "andromda-user" <[EMAIL PROTECTED]>
Sent: Monday, September 06, 2004 12:38 PM
Subject: [Andromda-user] Bpm4Struts compilation
Hi again!
I am trying to compile my own carrental sample (the same that I sent to Wouter and Chad), which was compiling some days ago, and now I get the following error:
java:compile:
[echo] Compiling to E:\androMDA\carental\web/target/classes
[javac] Compiling 77 source files to E:\androMDA\carental\web\target\classes
E:\androMDA\carental\web\src\java\org\andromda\samples\bpm4strutscarrental\contracts\web\CustomerReservesCarControllerImpl.java:16: cannot resolve symbol
symbol : method setReservationsList (java.util.Collection)
location: interface org.andromda.samples.bpm4strutscarrental.contracts.web.SearchForReservationsOfCustomerForm
form.setReservationsList(reservationsListDummyList);
^
E:\androMDA\carental\web\src\java\org\andromda\samples\bpm4strutscarrental\contracts\web\CustomerReservesCarControllerImpl.java:17: cannot resolve symbol
symbol : method setReserveReservationDateAsDate (java.util.Date)
location: interface org.andromda.samples.bpm4strutscarrental.contracts.web.SearchForReservationsOfCustomerForm
form.setReserveReservationDateAsDate(new java.util.Date());
The method in which these lines are includes have the following header:
public final java.util.Collection searchForReservationsOfCustomer(ActionMapping mapping, SearchForReservationsOfCustomerForm form, HttpServletRequest request, HttpServletResponse response) throws Exception
and in the SearchForReservationsOfCustomerForm interface, these operations are not defined.
any ideas?
Thank you
Carlos
------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
