My play app was working fine with Play 2.5 and Jooq 3.7.3. I have replaced
3.7.3 with 3.10.4. Now I am getting compile errors, hopefully it is
something easy to figure out. Most of my Jooq generated pojos and records
fail with this error.
Error:(31, 54) java: cannot find symbol
symbol: method indexes()
location: @interface javax.persistence.Table
/**
* This class is generated by jOOQ.
*/
@Generated(
value = {
"http://www.jooq.org",
"jOOQ version:3.10.4"
},
comments = "This class is generated by jOOQ"
)
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@Entity
@Table(name = "positions", schema = "sd2", indexes = {
@Index(name = "idx_position", columnList = "position_group_id ASC, code
ASC"),
@Index(name = "PRIMARY", unique = true, columnList = "id ASC")
})
Any ideas? Thanks in advance!
--
You received this message because you are subscribed to the Google Groups "jOOQ
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.