Unable to deploy "seambay" example from seam. When trying to deploy seambay appplication to AS, the server.log shows DEPLOYMENTS IN ERROR and the reason is probably missing scheduler in EWP (according to the following exception shown in server.log)
Caused by: java.lang.NoClassDefFoundError: org/quartz/Trigger
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
at java.lang.Class.privateGetPublicMethods(Class.java:2547)
at java.lang.Class.getMethods(Class.java:1410)
at org.jboss.seam.Component.hasAnnotation(Component.java:1158)
at org.jboss.seam.Component.<init>(Component.java:218)
at org.jboss.seam.Component.<init>(Component.java:205)
at org.jboss.seam.init.Initialization.addComponent(Initialization.java:1186)
... 68 more