Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] TENANT_PER_TABLE Problem. Can't compile Named Query.

Yep, that sounds similar to what I'm experiencing. Now for a dumb question.
My build tool is Maven, are nightly builds in the maven repo? I tried the
following with no luck:

		<dependency>
			<groupId>org.eclipse.persistence</groupId>
			<artifactId>eclipselink</artifactId>
			<version>2.5.0-v20130131</version>
			<scope>compile</scope>
		</dependency>

		<dependency>
			<groupId>org.eclipse.persistence</groupId>
			<artifactId>eclipselink</artifactId>
			<version>2.5.0-v20130131-d1a408e</version>
			<scope>compile</scope>
		</dependency>





--
View this message in context: http://eclipse.1072660.n5.nabble.com/TENANT-PER-TABLE-Problem-Can-t-compile-Named-Query-tp157573p157575.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.


Back to the top