Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Rational Software validation issues

Currently I am seeing a exceptions in my Rational Software Architect logs.
!MESSAGE org.eclipse.emf.ecore.xmi.PackageNotFoundException: Package with
uri 'http://www.eclipse.org/eclipselink/xsds/persistence/orm' not found.
(platform:/resource/CpsJPASql/src/META-INF/sql-orm.xml, 5, 73)

Here is the sql-orm.xml namespace def -

<entity-mappings
   
xsi:schemaLocation="http://www.eclipse.org/eclipselink/xsds/eclipselink_orm_1_1.xsd";
    xmlns="http://www.eclipse.org/eclipselink/xsds/persistence/orm";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="1.1">

Does this look correct?
-- 
View this message in context: http://www.nabble.com/Rational-Software-validation-issues-tp23414117p23414117.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top