Martin,  That seems like a good approach.  Building Axis 1.4 is no hassle, but 
I feel I'm going to need to build both it and Axis2 to be at a common JDK (1.5) 
level and since I've not used Maven before I'm having a bit of trouble.  I've 
run through the steps, or equivalent in these entries and seem to have it 
getting through much of the build, but it's failing on tests and not building 
all I think it should be building, specifically xml-apis.jar.

http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
http://jira.codehaus.org/browse/MNG-4301
http://old.nabble.com/Building-axis2-1.5.1-with-maven2-fails,-due-to-wrong-repos--td27143276.html
http://marc.info/?l=axis-user&m=126450197820931
http://osdir.com/ml/axis-user-ws.apache.org/2010-01/msg00216.html
http://stackoverflow.com/questions/2206687/how-can-i-setup-dependencies-for-axis2-axiom-on-maven2

[DEBUG] Connecting to repository: 'apache-ws-snapshots2' with url: 
'http://ws.zones.apache.org/repository2'.^M
Downloading: 
http://ws.zones.apache.org/repository2/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.pom^M
[DEBUG] Unable to locate resource in repository^M
org.apache.maven.wagon.ResourceDoesNotExistException: Unable to locate resource 
in repository^M

If I go to http://ws.zones.apache.org/repository2/ the only directories there, 
which is presumably why it doesn't find it, are:
Index of /repository2
 Name                    Last modified      Size  Description
 bouncycastle/           14-Feb-2007 14:00    -
 com/                    23-Mar-2007 12:47    -
 opensaml/               14-Feb-2007 13:56    -
 org/                    19-Feb-2008 02:09    -
 wsdl4j/                 02-Feb-2007 15:26    -

So, where can I go to pick this up and where in the configuration do I update 
to point to it?

Thanks much,
William



From: Martin Gainty [mailto:mgai...@hotmail.com]
Sent: Wednesday, June 09, 2010 4:38 PM
To: William Walsh
Subject: RE: javax.xml.namespace.QName VerifyError

Hi william

VerifyError *generally* indicates bytecode signature mismatch detected by the 
running JVM on the compiled bytecode of the java classes
http://stackoverflow.com/questions/100107/reasons-of-getting-a-java-lang-verifyerror

i would download all of your source..axis.. xml-apis and jaxrpc sources and 
recompile all the source with your specific JVM/JDK

hth
Martin
______________________________________________
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.

Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.





> From: wwa...@curamsoftware.com
> To: java-user@axis.apache.org
> Date: Wed, 9 Jun 2010 23:59:34 +0100
> Subject: javax.xml.namespace.QName VerifyError
>
> Hi,
>
> I'm seeing this error when I try to mix the invocation of Axis1.4 and Axis2 
> clients in the same EJB class method (in WebSphere):
>
> nested exception is:
> java.lang.VerifyError: 
> org/apache/axis2/description/AxisOperation.setName(Ljavax/xml/namespace/QName;)V
>
> I believe it's because for Axis 1.4 the class is in jaxrpc-1.1.jar and for 
> Axis2 it's in xml-apis-1.3.02.jar and the client stub classes would have been 
> built accordingly. To support this we need to have both Axis 1.4 and Axis2 
> jars in the ear file. Has anyone run across this and/or have any suggestions 
> for resolving?
>
> Thanks,
> William
>
>
>
>
>
> The information in this email is confidential and may be legally privileged.
> It is intended solely for the addressee. Access to this email by anyone else
> is unauthorized. If you are not the intended recipient, any disclosure,
> copying, distribution or any action taken or omitted to be taken in reliance
> on it, is prohibited and may be unlawful. If you are not the intended
> addressee please contact the sender and dispose of this e-mail. Thank you.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
> For additional commands, e-mail: java-user-h...@axis.apache.org
>
________________________________
The New Busy is not the old busy. Search, chat and e-mail from your inbox. Get 
started.<http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_3>


The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorized. If you are not the intended recipient, any disclosure,
copying, distribution or any action taken or omitted to be taken in reliance
on it, is prohibited and may be unlawful. If you are not the intended
addressee please contact the sender and dispose of this e-mail. Thank you.

Reply via email to