How to enable weaving in EclipseLink?
问题 I receive the following warning on the GlassFish terminal while deploying an application that has lazy fetching in entities, WARNING: Reverting the lazy setting on the OneToOne or ManyToOne attribute [zoneTable] for the entity class [class entity.ZoneCharge] since weaving was not enabled or did not occur. for whatever entities are listed in the project. My persistence.xml file looks something like the following. <?xml version="1.0" encoding="UTF-8"?> <persistence version="2.0" xmlns="http:/