[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[News.eclipse.technology.eclipselink] Re: javax.persistence not available

Timothy Webb <tim@xxxxxxxxxxxxxxxxxxxx> wrote:
 
> Gunnar,
> 
> The javax.persistence plugin is not currently defined in our repository 
> since there are potential issues with distributing it under EPL.  If you 
> want to get it, I believe as part of picking up the TopLink Essentials 
> software you will have access to the persistence Jar which you can use to 
> fix the build issues.
> 
> To actually run the setup, you'll also need to setup another plugin called 
> oracle.toplink.essentials which provides the JPA support.  Previously we 
> were using Hibernate but even referencing that goes against EPL (as 
> determined recently).  Until the EclipseLink is available for use, we have 
> been using TopLink Essentials.  Inside the oracle.toplink.essentials 
> plugin, you'll want to add the TopLink Essentials Jar file as well as the 
> antlr files.  Depending on which database you are going to connect to, 
> you'll want to add that Jar as well.  In there, you'll also need to define 
> some properties files for using TopLink.
> 
> Once EclipseLink has the files available, we'll be able to provide more 
> complete and much easier to follow instructions.  In the mean time, we are 
> in unfortunately a bit of a holding pattern.  If at some point you need 
> some extra assistance, send me an email directly and we can work out a way 
> to get you up and going.
> 
> Cheers,
> Tim
> 
> Gunnar Stevens <gunnar.stevens@xxxxxxxxxxxxxxxxx> wrote:
>> Dear all,
>> I have check out the new Maya Version, but then I got the problem that 
>> some plugins imports the "javax.persistence" package, but the compiler 
>> gives an error, that the package is not available.
>> 
>>  >> snip Error message:
>> "No available bundle exports package 'javax.persistence' 
>> org.eclipse.maya.server.persistence/META-INF MANIFEST.MF"
>> << snap
>> 
>> Did someone have an idea, how to fix the problem?
>> 
>> thanks a lot
>> 
>> Gunnar Stevens
> 
>