coretargetsrccompasspmtMeetingDao.java:81: 
create(int,java.lang.String,int,java.lang.String,java.sql.Timestamp,java.sql.Timestamp,java.lang.String,int,boolean,java.lang.String)
 in com.pass.pmt.MeetingDao clashes with 
create(int,java.lang.String,int,java.lang.String,java.sql.Timestamp,java.sql.Timestamp,java.lang.String,int,boolean,java.lang.String)
 in com.pass.pmt.IssueDao; attempting to use incompatible return type

found   : com.pass.pmt.Issue

required: java.lang.Object

    public com.pass.pmt.Issue create(

                      
        ^

coretargetsrccompasspmtMeetingDaoBase.java:106: 
create(int,java.lang.String,int,java.lang.String,java.sql.Timestamp,java.sql.Timestamp,java.lang.String,int,boolean,java.lang.String)
 in com.pass.pmt.MeetingDaoBase cannot implement 
create(int,java.lang.String,int,java.lang.String,java.sql.Timestamp,java.sql.Timestamp,java.lang.String,int,boolean,java.lang.St

ring) in com.pass.pmt.IssueDao; attempting to use incompatible return type

found   : com.pass.pmt.Issue

required: java.lang.Object

    public com.pass.pmt.Issue create(

                      
        ^

coretargetsrccompasspmtMeetingDaoImpl.java:11: 
create(int,java.lang.String,int,java.lang.String,java.sql.Timestamp,java.sql.Timestamp,java.lang.String,int,boolean,java.lang.String)
 in com.pass.pmt.MeetingDaoBase cannot implement 
create(int,java.lang.String,int,java.lang.String,java.sql.Timestamp,java.sql.Timestamp,java.lang.String,int,boolean,java.lang.Str

ing) in com.pass.pmt.IssueDao; attempting to use incompatible return type

found   : com.pass.pmt.Issue

required: java.lang.Object

public class MeetingDaoImpl

       ^

Note: E:projectsstifra1000workPassPMTcoretargetsrccompasspmtPassPMTC

riteriaSearch.java uses or overrides a deprecated API.

Note: Recompile with -deprecation for details.

3 errors



The same errors i got with Version 3 final. I dont really understand why it is 
only on one generalized object... 3 are fine, 1 produces the error (if i not 
generalize the Meeting-class... all works fine)
--
Frank

Generating Sourcecode, programming is futile
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1654#1654
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to