Advertisement
poerh

Untitled

Dec 2nd, 2014
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. 1. ERROR in D:\LearnHybris\hybris\hybris\bin\custom\milestone3\src\de\hybris\milestone\jalo\StadiumCronJobModel.java (at line 22)
  2. [yjavac] public class StadiumCronJobModel extends GeneratedStadiumCronJobModel
  3. [yjavac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4. [yjavac] GeneratedStadiumCronJobModel cannot be resolved to a type
  5. [yjavac] ----------
  6. [yjavac] 2. ERROR in D:\LearnHybris\hybris\hybris\bin\custom\milestone3\src\de\hybris\milestone\jalo\StadiumCronJobModel.java (at line 28)
  7. [yjavac] protected Item createItem(final SessionContext ctx, final ComposedType type, final ItemAttributeMap allAttributes) throws JaloBusinessException
  8. [yjavac] ^^^^^^^^^^^^^^^^
  9. [yjavac] ItemAttributeMap cannot be resolved to a type
  10. [yjavac] ----------
  11. [yjavac] ----------
  12. [yjavac] 3. ERROR in D:\LearnHybris\hybris\hybris\bin\custom\milestone3\src\de\hybris\platform\milestone\jobs\StadiumExportCronJob.java (at line 22)
  13. [yjavac] public class StadiumExportCronJob extends AbstractJobPerformable<StadiumCronJobModel> {
  14. [yjavac] ^^^^^^^^^^^^^^^^^^^
  15. [yjavac] Bound mismatch: The type StadiumCronJobModel is not a valid substitute for the bounded parameter <T extends CronJobModel> of the type AbstractJobPerformable<T>
  16. [yjavac] ----------
  17. [yjavac] 4. ERROR in D:\LearnHybris\hybris\hybris\bin\custom\milestone3\src\de\hybris\platform\milestone\jobs\StadiumExportCronJob.java (at line 29)
  18. [yjavac] final Date cronJobModelStartTime = cronJobModel.getStartTime();
  19. [yjavac] ^^^^^^^^^^^^
  20. [yjavac] The method getStartTime() is undefined for the type StadiumCronJobModel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement