Community
Participate
Working Groups
If A inherits from B, and in metadata.xml I don't specify any custom namespace, so when I marshal an object A, the resulting xml has an unwanted namespace attribute"xmlns:xsi" like this: <?xml version="1.0" encoding="UTF-8"?> <user xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <first-name>frstName</first-name> <last-name>lastName</last-name> <email>firstName@domain.com</email> <timezone-id>America/New_York</timezone-id> </user>
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink