Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 266358

A Fix for this bug has been checked into SVN

https://bugs.eclipse.org/bugs/show_bug.cgi?id=266358

Overview:

The wrong namespace prefix was being written out in a change summary with an imported element. This is because we were getting the namespace uri from the containing type instead of the actual property's mapping. A simple fix to get the URI from the correct place resolved the issue.

Reviewed By: Blaise Doughan

-Matt

Back to the top