Hi Kohsuke, Kohsuke Kawaguchi wrote On 08/28/06 12:00,: > Hi, Marina, I suspect this is a "bug", but can you confirm? > > I see oracle.toplink.essentials groupId and > oracle.toplink.essentials.agent groupId on the java.net repo, and I > suspect the intended placement was: > > groupId -> jar > javax.persistence persistence-api-1.0.jar > oracle.toplink.essentials toplink-essentials-1.0.jar > oracle.toplink.essentials.agent toplink-essentials-agent-1.0.jar > > but the actual placement as of today is: > > groupId -> jar > javax.persistence persistence-api-1.0.jar > toplink-essentials-1.0.jar
This is to follow GF jars - toplink-essentials.jar contains javax.persistence (as java mail contains both, the API and the implementation). > oracle.toplink.essentials toplink-essentials-agent-1.0.jar This seems like an error. Pramod, do you remember any details? can you please check? thanks, -marina > oracle.toplink.essentials.agent toplink-essentials-agent-1.0.jar > > So there's clearly something wrong here. > > Carlos Sanchez wrote: > >>It comes from >>https://maven-repository.dev.java.net/nonav/repository/javax.persistence/jars/ >>because the sun guys put it there, which means it's redistributable. >> >>I don't know the reason why it is there but it shouldn't as it's not >>javax.* stuff, maybe Kohsuke can tell us. >>It's curious that sources are licensed by Glassfish, not oracle. It >>probably must be under com.oracle.toplink groupId, unless it's a Sun >>custom version, in which case should be in com.sun.... >> >> >>On 8/28/06, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: >> >>>Carlos, >>> >>>Oracle's toplink-essentials are uploaded and point to the JPA 1.0 release: >>>http://repo.mergere.com/maven2/javax/persistence/persistence-api/1.0/ >>>http://repo.mergere.com/maven2/javax/persistence/toplink-essentials/1.0/ >>> >>>It's too bad for the Hibernate guys but I am using toplink now. ;-) >>> >>>On 8/28/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: >>> >>>>JPA provided by Hibernate can't be uploaded due to license constraints >>>>unless somebody can confirm the other way. >>>> >>>>Spring it's a matter of having the right poms. The ones in jira are not. >>>> >>>>On 8/28/06, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: >>>> >>>>>It's hard to believe that after so much time Hibernate's JPA libraries >>>> >>>>are >>>> >>>>>still not uploaded. I also noticed that there are over 1000 (!) jira >>>> >>>>issues >>>> >>>>>with upload requests. What is being done about the outdated state of >>>> >>>>the >>>> >>>>>repository? Also, Spring RC3 is still not up there, even though it's >>>> >>>>added >>>> >>>>>to JIRA. >>>>> >>>>> >>>>> >>>>>On 7/10/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: >>>>> >>>>>>there's no official uploader so you can do it yourself following >>>>>>http://maven.apache.org/guides/mini/guide-ibiblio-upload.html >>>>>> >>>>>>On 7/10/06, Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote: >>>>>> >>>>>>>Hi there, >>>>>>> >>>>>>>Is there anybody officially supporting hibernate artifact uploading >>>> >>>>to >>>> >>>>>>>ibiblio? I've successfully run some tests using TestNG and Hibernate >>>>>>>EntityManager under Eclipse, but I would need >>>> >>>>hibernate-entitymanager in >>>> >>>>>>>ibiblio in order to do it under maven. >>>>>>> >>>>>>>Best regards >>>>>>>Jose >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>>-- >>>>>>I could give you my word as a Spaniard. >>>>>>No good. I've known too many Spaniards. >>>>>> -- The Princess Bride >>>>>> >>>>>>--------------------------------------------------------------------- >>>>>>To unsubscribe, e-mail: [EMAIL PROTECTED] >>>>>>For additional commands, e-mail: [EMAIL PROTECTED] >>>>>> >>>>>> >>>>> >>>>> >>>> >>>>-- >>>>I could give you my word as a Spaniard. >>>>No good. I've known too many Spaniards. >>>> -- The Princess Bride >>>> >>>>--------------------------------------------------------------------- >>>>To unsubscribe, e-mail: [EMAIL PROTECTED] >>>>For additional commands, e-mail: [EMAIL PROTECTED] >>>> >>>> >>> >>> >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
