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.

Yes, the nightlies are available from maven.

Looking at:

http://wiki.eclipse.org/EclipseLink/Maven
http://wiki.eclipse.org/EclipseLink/Maven/NightlyMilestones

Try: <version>2.5.0-M6</version>

Cheers,
Guy


On 06/02/2013 12:09 PM, exabrial wrote:
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.
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users

--

Oracle
Guy Pelletier

ORACLE Canada, 45 O'Connor Street Suite 400 Ottawa, Ontario Canada K1P 1A4

Green
            Oracle Oracle is committed to developing practices and products that help protect the environment


Back to the top