Hi, I set up apache-maven-2.2.1 with the settings.xml as shown below. After running mvn clean -o on my project, mvn package -o would produce this message. I'll be very grateful if I get an answer.The OS i use is windows 7:
[INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] No tests to run. [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: C:\DISK E\J2EECODES\SOURCE\codes\College\server\common\target\college-common-1.0-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building College Core Business Tier [INFO] task-segment: [package] [INFO] ------------------------------------------------------------------------ [INFO] Reloading plugin container for: org.apache.maven.plugins:maven-surefire-plugin:2.4.3. The plugin artifact has changed. [INFO] Reloading plugin container for: org.andromda.maven.plugins:andromda-multi-source-plugin:3.3-SNAPSHOT. The plugin artifact has changed. [INFO] Reloading plugin container for: org.andromda.maven.plugins:andromdapp-maven-plugin:3.3-SNAPSHOT. The plugin artifact has changed. [INFO] Reloading plugin container for: org.apache.maven.plugins:maven-surefire-plugin:2.4.3. The plugin artifact has changed. [INFO] [andromda-multi-source:add-source {execution: default}] [INFO] [resources:resources {execution: default-resources}] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 103 source files to C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\target\classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\timetable\service\TimeTableServiceBeanImpl.java:[15,7] com.sf.college.timetable.servi ce.TimeTableServiceBeanImpl is not abstract and does not override abstract method isIdentical(javax.ejb.EJBLocalObject) in javax.ejb.EJBLocalObject C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\timetable\service\TimeTableServiceBeanImpl.java:[74,73] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.timetable.entity.dayoftheweek.DayOfTheWeekFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\timetable\service\TimeTableServiceBeanImpl.java:[80,73] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.timetable.entity.dayoftheweek.DayOfTheWeekFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\timetable\service\TimeTableServiceBeanImpl.java:[121,67] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.timetable.entity.timetable.TimeTableFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\timetable\service\TimeTableServiceBeanImpl.java:[127,67] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.timetable.entity.timetable.TimeTableFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\timetable\service\TimeTableServiceBeanImpl.java:[168,67] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.timetable.entity.timeframe.TimeFrameFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\timetable\service\TimeTableServiceBeanImpl.java:[174,67] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.timetable.entity.timeframe.TimeFrameFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\hostel\service\HostelServiceBeanImpl.java:[21,7] com.sf.college.hostel.service.Hostel ServiceBeanImpl is not abstract and does not override abstract method isIdentical(javax.ejb.EJBLocalObject) in javax.ejb.EJBLocalObject C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\hostel\service\HostelServiceBeanImpl.java:[100,92] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.hostel.entity.accomodationapplication.AccomodationApplicationFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\hostel\service\HostelServiceBeanImpl.java:[106,92] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.hostel.entity.accomodationapplication.AccomodationApplicationFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\hostel\service\HostelServiceBeanImpl.java:[147,58] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.hostel.entity.hostel.HostelFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\hostel\service\HostelServiceBeanImpl.java:[153,58] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.hostel.entity.hostel.HostelFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\hostel\service\HostelServiceBeanImpl.java:[194,70] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.hostel.entity.hostelgender.HostelGenderFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\hostel\service\HostelServiceBeanImpl.java:[200,70] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.hostel.entity.hostelgender.HostelGenderFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\hostel\service\HostelServiceBeanImpl.java:[241,54] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.hostel.entity.room.RoomFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\hostel\service\HostelServiceBeanImpl.java:[247,54] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.hostel.entity.room.RoomFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\hostel\service\HostelServiceBeanImpl.java:[288,76] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.hostel.entity.hostelownership.HostelOwnershipFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\hostel\service\HostelServiceBeanImpl.java:[294,76] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.hostel.entity.hostelownership.HostelOwnershipFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\hostel\service\HostelServiceBeanImpl.java:[335,68] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.hostel.entity.roomhistory.RoomHistoryFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\hostel\service\HostelServiceBeanImpl.java:[341,68] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.hostel.entity.roomhistory.RoomHistoryFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[38,7] com.sf.college.admission.servi ce.AdmissionServiceBeanImpl is not abstract and does not override abstract method isIdentical(javax.ejb.EJBLocalObject) in javax.ejb.EJBLocalObject C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[65,32] com.sf.college.admission.enti ty.olevelresult.OLevelResult is abstract; cannot be instantiated C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[105,40] com.sf.college.admission.ent ity.educationhistory.EducationHistory is abstract; cannot be instantiated C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[397,75] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.admission.entity.entrysubjects.EntrySubjectsFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[403,75] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.admission.entity.entrysubjects.EntrySubjectsFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[444,69] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.admission.entity.olevelexam.OLevelExamFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[450,69] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.admission.entity.olevelexam.OLevelExamFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[491,65] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.admission.entity.passport.PassportFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[497,65] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.admission.entity.passport.PassportFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[538,73] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.admission.entity.olevelresult.OLevelResultFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[544,73] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.admission.entity.olevelresult.OLevelResultFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[585,75] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.admission.entity.olevelsubject.OLevelSubjectFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[591,75] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.admission.entity.olevelsubject.OLevelSubjectFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[632,71] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.admission.entity.olevelgrade.OLevelGradeFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[638,71] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.admission.entity.olevelgrade.OLevelGradeFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[679,67] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.admission.entity.applicant.ApplicantFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[685,67] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.admission.entity.applicant.ApplicantFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[726,81] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.admission.entity.educationhistory.EducationHistoryFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[732,81] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.admission.entity.educationhistory.EducationHistoryFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[773,91] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.admission.entity.nationaldiplomaresult.NationalDiplomaResultFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[779,91] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.admission.entity.nationaldiplomaresult.NationalDiplomaResultFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[820,101] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.admission.entity.postndindustrialexperience.PostNDIndustrialExperienceFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[826,101] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.admission.entity.postndindustrialexperience.PostNDIndustrialExperienceFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[866,79] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.admission.entity.clearancestatus.ClearanceStatusFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[872,79] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.admission.entity.clearancestatus.ClearanceStatusFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[913,83] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.admission.entity.applicationstatus.ApplicationStatusFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[919,83] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.admission.entity.applicationstatus.ApplicationStatusFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[957,79] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.admission.entity.screeningresult.ScreeningResultFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\admission\service\AdmissionServiceBeanImpl.java:[963,79] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.admission.entity.screeningresult.ScreeningResultFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[53,7] com.sf.college.service.CollegeServiceBeanI mpl is not abstract and does not override abstract method isIdentical(javax.ejb.EJBLocalObject) in javax.ejb.EJBLocalObject C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[358,71] cannot find symbol symbol : method findByNextLevel(org.hibernate.Session,java.lang.Long) location: class com.sf.college.main.entity.levelofstudy.LevelOfStudyFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[511,64] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.audittrail.AuditTrailFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[517,64] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.audittrail.AuditTrailFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[556,66] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.institution.InstitutionFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[562,66] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.institution.InstitutionFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[601,60] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.semester.SemesterFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[607,60] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.semester.SemesterFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[646,74] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.academicsession.AcademicSessionFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[652,74] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.academicsession.AcademicSessionFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[691,58] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.student.StudentFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[697,58] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.student.StudentFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[736,58] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.country.CountryFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[742,58] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.country.CountryFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[781,54] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.state.StateFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[787,54] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.state.StateFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[826,50] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.lga.LgaFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[832,50] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.lga.LgaFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[871,58] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.setting.SettingFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[877,58] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.setting.SettingFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[916,66] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.studenttype.StudentTypeFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[922,66] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.studenttype.StudentTypeFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[961,74] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.modeofadmission.ModeOfAdmissionFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[967,74] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.modeofadmission.ModeOfAdmissionFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1006,50] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.sex.SexFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1012,50] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.sex.SexFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1051,52] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.role.RoleFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1057,52] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.role.RoleFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1096,54] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.title.TitleFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1102,54] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.title.TitleFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1141,62] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.staffrole.StaffRoleFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1147,62] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.staffrole.StaffRoleFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1186,54] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.staff.StaffFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1192,54] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.staff.StaffFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1231,64] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.department.DepartmentFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1237,64] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.department.DepartmentFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1282,68] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.levelofstudy.LevelOfStudyFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1288,68] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.levelofstudy.LevelOfStudyFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1327,68] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.semestertype.SemesterTypeFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1333,68] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.semestertype.SemesterTypeFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1372,72] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.programofstudy.ProgramOfStudyFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1378,72] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.programofstudy.ProgramOfStudyFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1417,58] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.faculty.FacultyFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1423,58] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.faculty.FacultyFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1462,52] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.year.YearFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1468,52] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.year.YearFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1507,64] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.examperiod.ExamPeriodFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1513,64] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.examperiod.ExamPeriodFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1552,62] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.smssender.SmsSenderFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1558,62] cannot find symbol symbol : method loadAllInRange(org.hibernate.Session,int,int) location: class com.sf.college.main.entity.smssender.SmsSenderFactory C:\DISK E\J2EECODES\SOURCE\codes\College\server\core\src\main\java\com\sf\college\service\CollegeServiceBeanImpl.java:[1597,74] cannot find symbol symbol : method loadAll(org.hibernate.Session) location: class com.sf.college.main.entity.institutionlogo.InstitutionLogoFactory [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------- -- View this message in context: http://old.nabble.com/MAVEN-DOES-NOT-WORK-PROPERLY-IN-WINDOWS-7-tp28741662p28741662.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org