I updated to latest version 3.1-M1, i actualized the profile in my uml-diagram 
and i created a new project while copying the old uml-file, but now i get even 
more errors. The good thing.. its now consistent, i get a error for all 
generalized objects:



    [javac] Compiling 75 source files to coretargetclasses

coretargetsrccompasspmtMeetingDao.java

:81: 
create(int,java.lang.String,int,java.lang.String,java.sql.Timestamp,java.sq

l.Timestamp,java.lang.String,int,boolean) 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)
 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:116: 
create(int,java.lang.String,int,java.lang.String,java.sql.Timestamp,ja

va.sql.Timestamp,java.lang.String,int,boolean) 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)
 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:173: cannot resolve symbol

symbol  : method create 
(int,int,java.lang.String,java.lang.String,java.lang.Str

ing,java.sql.Timestamp,com.pass.pmt.Project,java.sql.Timestamp,int,int,boolean)

location: class com.pass.pmt.MeetingDaoBase

        return 
(com.pass.pmt.Issue)this.create(TRANSFORM_NONE, priority, descrip

tion, remarks, summary, startDate, project, dueDate, version, location, latestVe

rsion);

                      
             ^

coretargetsrccompasspmtMeetingDaoImpl.

java:11: com.pass.pmt.MeetingDaoImpl is not abstract and does not 
override abstr

act method 
create(int,int,com.pass.pmt.Project,java.sql.Timestamp,int,java.lang.

String,int,java.lang.String,boolean,java.lang.String,java.sql.Timestamp) in 
com.

pass.pmt.MeetingDao

public class MeetingDaoImpl

       ^

coretargetsrccompasspmtServiceDaoBase.

java:157: cannot resolve symbol

symbol  : method create 
(int,int,java.lang.String,com.pass.pmt.Mandant,int,java.

lang.Double,int)

location: class com.pass.pmt.ServiceDaoBase

        return 
(com.pass.pmt.Resource)this.create(TRANSFORM_NONE, name, descript

ion, mandant, location, costPerHour, type);

                      
                ^

coretargetsrccompasspmtTaskDaoBase.jav

a:179: cannot resolve symbol

symbol  : method create 
(int,int,java.lang.String,java.lang.String,com.pass.pmt.

Task,com.pass.pmt.TaskLevel,java.lang.String,java.sql.Timestamp,com.pass.pmt.Pro

ject,java.sql.Timestamp,com.pass.pmt.ProjectUser,int,int,boolean)

location: class com.pass.pmt.TaskDaoBase

        return 
(com.pass.pmt.Issue)this.create(TRANSFORM_NONE, priority, descrip

tion, remarks, parentTask, level, summary, startDate, project, dueDate, responsi

ble, completedPercentage, version, latestVersion);

                      
             ^

coretargetsrccompasspmtUserDaoBase.jav

a:163: cannot resolve symbol

symbol  : method create 
(int,com.pass.pmt.SecurityItem,java.lang.String,int,int,

com.pass.pmt.Mandant,int,com.pass.pmt.Role,int,int)

location: class com.pass.pmt.UserDaoBase

        return 
(com.pass.pmt.Resource)this.create(TRANSFORM_NONE, securityItem,

passWord, email, name, mandant, defNotifyLevel, defaultRole, firstName, loginNam

e);

                      
                ^

Note: coretargetsrccompasspmtPassPMTCriteriaSearch.java uses or overrides a 
deprecated API.

Note: Recompile with -deprecation for details.

7 errors



BUILD FAILED

File...... .mavencachemaven-multiproject-

plugin-1.3.1plugin.jelly

Element... maven:reactor

Line...... 217

Column.... 9



other suggestions?
--
Frank
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1559#1559
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