You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by ttiurani <ti...@iki.fi> on 2011/01/11 11:27:47 UTC

Geronimo 2.2.1 and OpenJPA 2.0.0

Hi,

I am unable to install the OpenJPA 2.0.0 plugin to Geronimo 2.2.1 by
following these instructions:

https://svn.apache.org/repos/asf/geronimo/plugins/openjpa2/tags/2.2/README.txt

The installation fails with the error message:

"Current file being operated on...

Downloading org.apache.openjpa/openjpa/2.0.0-SNAPSHOT/jar

A problem has occured:
java.lang.IllegalArgumentException: Could not find
org.apache.openjpa/openjpa/2.0.0-SNAPSHOT/jar in any repo:
[org.apache.geronimo.system.plugin.RemoteSourceRepository:http://geronimo.apache.org/plugins/openjpa2/,
org.apache.geronimo.system.plugin.RemoteSourceRepository:http://repo1.maven.org/maven2/,
org.apache.geronimo.system.plugin.RemoteSourceRepository:http://repository.apache.org/snapshots/]"

However I am able to install the release candidate from DWoods' repository:

http://people.apache.org/~dwoods/geronimo/openjpa2/

as mentioned in:

http://apache-geronimo.328035.n3.nabble.com/VOTE-Release-OpenJPA-2-0-0-Plugins-for-Geronimo-2-2-2-2-1-servers-td746618.html

Is that version as stable? Was the vote ever passed?

Regards,
Timo Tiuraniemi
-- 
View this message in context: http://apache-geronimo.328035.n3.nabble.com/Geronimo-2-2-1-and-OpenJPA-2-0-0-tp2233604p2233604.html
Sent from the Users mailing list archive at Nabble.com.

RE: Geronimo 2.2.1 and OpenJPA 2.0.0

Posted by steveh <st...@sjlt.co.uk>.
I've done some more research on this. Currently both the official jpa2
plugin site and the ~dwoods jpa2 plugin site fail for different reasons.

 

The official site installs the deployer plugin successfully but fails on the
car plugin due to a missing dependency. I believe that the
geronimo-plugins.xml file is missing the following entry from the car
section

 

<artifact-alias
key="org.apache.openjpa/openjpa/2.0.0-SNAPSHOT/jar">org.apache.openjpa/openj
pa/2.0.0/jar</artifact-alias>

 

This entry is present in the ~dwoods file.

 

The workaround is to download the openjpa-2.0.0.jar file from the openjpa
site. Rename it to openjpa-2.0.0-SNAPSHOT.jar and install it as a library in
the repository. The jpa2 plugin then installs correctly.

 

Steve

 

 

From: steveh [via Apache Geronimo]
[mailto:ml-node+s328035n3903608h98@n3.nabble.com] 
Sent: 11 April 2012 20:38
To: steveh
Subject: Re: Geronimo 2.2.1 and OpenJPA 2.0.0

 

This still seems to be causing problems because of a missing jar due to a
"clerical error". Is there any chance the jar could be added to avoid having
to go into the ~dwoods repo? 

Many Thanks, 

Steve 

  _____  

If you reply to this email, your message will be added to the discussion
below:

http://apache-geronimo.328035.n3.nabble.com/Geronimo-2-2-1-and-OpenJPA-2-0-0
-tp2233604p3903608.html 

To unsubscribe from Geronimo 2.2.1 and OpenJPA 2.0.0, click here
<http://apache-geronimo.328035.n3.nabble.com/template/NamlServlet.jtp?macro=
unsubscribe_by_code&node=2233604&code=c3RldmVAc2psdC5jby51a3wyMjMzNjA0fC0xND
AxNzgzNjQy> .
 
<http://apache-geronimo.328035.n3.nabble.com/template/NamlServlet.jtp?macro=
macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespac
es.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.t
emplate.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-i
nstant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
> NAML 



--
View this message in context: http://apache-geronimo.328035.n3.nabble.com/Geronimo-2-2-1-and-OpenJPA-2-0-0-tp2233604p3905153.html
Sent from the Users mailing list archive at Nabble.com.

Re: Geronimo 2.2.1 and OpenJPA 2.0.0

Posted by steveh <st...@sjlt.co.uk>.
This still seems to be causing problems because of a missing jar due to a
"clerical error". Is there any chance the jar could be added to avoid having
to go into the ~dwoods repo?

Many Thanks,

Steve

--
View this message in context: http://apache-geronimo.328035.n3.nabble.com/Geronimo-2-2-1-and-OpenJPA-2-0-0-tp2233604p3903608.html
Sent from the Users mailing list archive at Nabble.com.

Re: Geronimo 2.2.1 and OpenJPA 2.0.0

Posted by Kevan Miller <ke...@gmail.com>.
On Jan 11, 2011, at 5:27 AM, ttiurani wrote:

> 
> Hi,
> 
> I am unable to install the OpenJPA 2.0.0 plugin to Geronimo 2.2.1 by
> following these instructions:
> 
> https://svn.apache.org/repos/asf/geronimo/plugins/openjpa2/tags/2.2/README.txt
> 
> The installation fails with the error message:
> 
> "Current file being operated on...
> 
> Downloading org.apache.openjpa/openjpa/2.0.0-SNAPSHOT/jar
> 
> A problem has occured:
> java.lang.IllegalArgumentException: Could not find
> org.apache.openjpa/openjpa/2.0.0-SNAPSHOT/jar in any repo:
> [org.apache.geronimo.system.plugin.RemoteSourceRepository:http://geronimo.apache.org/plugins/openjpa2/,
> org.apache.geronimo.system.plugin.RemoteSourceRepository:http://repo1.maven.org/maven2/,
> org.apache.geronimo.system.plugin.RemoteSourceRepository:http://repository.apache.org/snapshots/]"
> 
> However I am able to install the release candidate from DWoods' repository:
> 
> http://people.apache.org/~dwoods/geronimo/openjpa2/
> 
> as mentioned in:
> 
> http://apache-geronimo.328035.n3.nabble.com/VOTE-Release-OpenJPA-2-0-0-Plugins-for-Geronimo-2-2-2-2-1-servers-td746618.html
> 
> Is that version as stable? Was the vote ever passed?

Ouch. It looks like the vote was never called. So, officially, the vote did not "pass". That is pretty much a clerical error. I see the maven artifacts are still in Nexus. 

Donald, we should clean this up, one way or another. Can we call or cancel? If we are going to call, let's give a few days for review. 

--kevan