quality@glassfish.java.net

Re: Unable to deploy a simple schedule B71 full profile

From: Richard Kolb <rjdkolb_at_gmail.com>
Date: Thu, 19 Nov 2009 07:45:21 +0200

https://glassfish.dev.java.net/issues/show_bug.cgi?id=11093

2009/11/18 Richard Kolb <rjdkolb_at_gmail.com>

> 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.
>
>