Opened 7 years ago
Closed 7 years ago
#1010 closed defect (fixed)
2by16offset is missing from PoolSchema annotation
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v4.14 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
Trying to use the new Pool schema '2by16offset' that was implemented in #988 results in an exception:
Error: Value '2by16offset' is not among the list of allowed values for annotation type: PoolSchema
The workaround is to add this value to the PoolSchema annotation. The installation wizard will complain a bit about that the list of options is different and will suggest a fix. Luckily the fix only has support for adding items, so even though the wizard claims that it has fixed the "problem" the extra option will not be removed.
Note:
See TracTickets
for help on using tickets.
(In [4643]) Fixes #1010: 2by16offset is missing from PoolSchema annotation