Hi Cats
Can someone help me with a simple Schedule in maven or confirm this is a
bug.
I put the schedule in a simple maven EJB.
@Schedule(second="1", minute="*", hour="*", info="Automatic Timer Test")
public void test_automatic_timer(Timer t) {
logger.log(Level.WARNING,"Schedule");
}
Then I get :"Deployment Error for module: test: There is no installed
container capable of handling this application
com.sun.enterprise.deploy.shared.FileArchive_at_98ab04%%%EOL%%%" when I deploy.
regards
Richard.