[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.dali] Re: JPA implementation library warning

Thanks Paul. This appears to be a change in behaviour for Dali 2.2 since in 2.0.x the "Use implementation provided by server runtime" option is selected by default when using the same runtime provider and JPA platform.

In 2.2, the only option in the pulldown is "Disable library configuration". Is this because our server runtime doesn't define specific libraries for the JPA facet?

I tried adding this but it didn't seem to help:

   <supported>
     <runtime-component
        id="xyz.runtime"
        version="1.0"/>
     <facet
        id="jpt.jpa"
        version="1.0, 2.0"/>
   </supported>

Do you have any examples what the server runtime adapter needs to define to make the "Runtime library provider" option show up and get chosen by default?

Thanks.