I have a problem, eclipse say that it cannot found javax.ejb.Schedule (or Schedules) but no problem with other class like javax.ejb.MessageDriven. I work on a very big application that I don't really know. So my question is how to resolve this? Or a way to look for?
Asked
Active
Viewed 899 times
1
-
What JEE Version are you using? – dngfng Jun 27 '14 at 09:14
-
What JEE Version JEE 5, JEE 6 or 7? On witch application server. – dngfng Jun 27 '14 at 09:17
-
The application server is a JBoss 4.0 and I don't found for the JEE version, sorry. – Guinoutortue Jun 27 '14 at 09:39
-
Jboss 4 is a JEE5 Application server, if I am not mistaken Schedule has only become available with JEE6 – dngfng Jun 27 '14 at 10:12