quality@glassfish.java.net

Unable to deploy a simple schedule B71 full profile

From: Richard Kolb <rjdkolb_at_gmail.com>
Date: Wed, 18 Nov 2009 11:29:17 +0200

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.