Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] move DBWSException to core to avoid non-OSGi compliant split packages (bug 256695)

I have some exception classes in DBWS that are problematic for OSGi bundling, splitting the
o.e.p.exceptions and o.e.p.exceptions.i18n packages. The pattern to date is to move the
component-specific exception into core:
    o.e.p.exceptions.JAXBException
    o.e.p.exceptions.JPQLException
    o.e.p.exceptions.SDOException

I propose to move o.e.p.exceptions.DBWSException and o.e.p.exceptions.i18n.DBWSExceptionResource
to foundation/org.eclipse.persistence.core (and close https://bugs.eclipse.org/bugs/show_bug.cgi?id=256695)

Any objections by EOB today

--
Oracle Email Signature Logo
Mike Norman | Principal Software Designer | 613.288.4638
Oracle Server Technologies | EclipseLink Product
45 O'Connor Street, Suite 400 | Ottawa, ON K1P 1A4 | (fax) 613.238.2818


Back to the top