Refer to http://groups.google.com/group/ebean/browse_thread/thread/eab9503892b33e93
>>So my question is: is it intented, that schema/catalog inNamingConvention are completely ignored, if a @Table-annotation forthe beanclasses is given? <<
From Eddie:>>well I think the NamingConvention should always have highest priorityand be able to ignore annotations. I think we initially had it workinglike that and then there were some changes made that may have bypassedthe naming convention - it consider such behaviour as a bug. <<
Fixed in HEAD.
Applied Benjamin's suggested change as patch.