Skip to main content

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

Try,

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



khaskett wrote:
> 
> 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?
> 


-----
---
http://wiki.eclipse.org/User:James.sutherland.oracle.com James Sutherland 
http://www.eclipse.org/eclipselink/
 EclipseLink ,  http://www.oracle.com/technology/products/ias/toplink/
TopLink 
Wiki:  http://wiki.eclipse.org/EclipseLink EclipseLink , 
http://wiki.oracle.com/page/TopLink TopLink 
Forums:  http://forums.oracle.com/forums/forum.jspa?forumID=48 TopLink , 
http://www.nabble.com/EclipseLink-f26430.html EclipseLink 
Book:  http://en.wikibooks.org/wiki/Java_Persistence Java Persistence 
-- 
View this message in context: http://www.nabble.com/Rational-Software-validation-issues-tp23414117p23428514.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top