bermudahex wrote:
I noticed that even when you don't specify the access type in the @Entity annotation and leave it to auto detect your choice, it will still throw a compiler error. This is a really serious issue, because you literaly can't use the @Entity annotation without getting a compile error.
It certainly does work for me. You probably have incompatible jars, like HA beta8 with the ejb3-persistence.jar from HA beta7 or the other way round. If that's not the case, could you post the error message you are seeing?