Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation of Quartz fails due to SessionBinderJobListener.java:58: cannot find symbol #25

Open
bond- opened this issue Dec 19, 2011 · 0 comments

Comments

@bond-
Copy link

bond- commented Dec 19, 2011

Grails version : 2.0.0 (Final)
Quartz plugin version: 0.4.2

Compiling 171 source files.
Error Compilation error: startup failed:
Compile error during compilation with javac.
/home/me/.grails/2.0.0.BUILD-SNAPSHOT/projects/myproj/plugins/quartz-0.4.2/src/java/org/codehaus/groovy/grails/plugins/quartz/listeners/SessionBinderJobListener.java:58: cannot find symbol
symbol : variable MANUAL
location: class org.hibernate.FlushMode
if (!FlushMode.MANUAL.equals(sessionHolder.getSession().getFlushMode())) {
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error

http://jira.grails.org/browse/GPQUARTZ-97

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant