Hi all, I am going to work with multiple persistence unit within single persistence.xml file, but I got a warning message "Multiple persistence units defined - only the first persistence unit will be recognized", and the below two compile errors came about in all classes defined in the second or later persistence unit.
Class "xxxxx" is mapped, but is not included in any persistence unit Table "xxxxx" cannot be resolved Does openjpa support multiple PU? How you guys work in this case? Thanks and best regards, --- Alex, Huang
