[jbosstools-dev] Weird issue with WS code and Eclipse 3.6

Andersen Max max.andersen at redhat.com
Wed Jun 9 06:07:49 EDT 2010


after brushing up on my memory on VerifyError's and especially http://stackoverflow.com/questions/100107/reasons-of-getting-a-java-lang-verifyerror

then a few suggestions:

Make sure you are actually compiling and running against the same "stuff"

Run with  -Xverify:all to see if that reveals something

/max

On Jun 9, 2010, at 11:33, Andersen Max wrote:

> any chance both plugins are loaded into the same classloader ?
> 
> Are you creating your own classloader ?
> 
> /max
> 
> On Jun 9, 2010, at 03:01, Brian Fitzpatrick wrote:
> 
>> I've asked Grid to look at a patch for the compile error, but I still don't have a fix for the weird runtime error...
>> 
>> There's not a lot for "java.lang.VerifyError" out there that makes much sense in this runtime context except that it's obviously a clash between the soap plug-ins somehow... 
>> 
>> --Fitz
>> 
>> _______________________________
>> Brian Fitzpatrick (aka "Fitz")
>> Senior Software Engineer, SOA-P
>> JBoss by Red Hat
>> 
>> ----- Original Message -----
>> From: "Brian Fitzpatrick" <bfitzpat at redhat.com>
>> To: "Andersen Max" <max.andersen at redhat.com>
>> Cc: "tools-dev" <jbosstools-dev at lists.jboss.org>, "external-exadel-list" <external-exadel-list at redhat.com>
>> Sent: Tuesday, June 8, 2010 6:48:38 PM GMT -07:00 US/Canada Mountain
>> Subject: Re: [jbosstools-dev] Weird issue with WS code and Eclipse 3.6
>> 
>> I'm not wrapping anything myself - I'm using the javax.soap dependency that comes as part of Eclipse. 
>> 
>> And the wsdl4j.jar that's in the plug-in causing the compile error is only part of my issue. We will go away from using the wsdl4j jar in the plug-in and using the javax.wsdl dependency plug-in that's part of Eclipse. 
>> 
>> But that only solves the compile issue, not the bizarre issue I get at runtime with the WS Tester.
>> 
>> --Fitz
>> 
>> _______________________________
>> Brian Fitzpatrick (aka "Fitz")
>> Senior Software Engineer, SOA-P
>> JBoss by Red Hat
>> 
>> ----- Original Message -----
>> From: "Andersen Max" <max.andersen at redhat.com>
>> To: "Brian Fitzpatrick" <bfitzpat at redhat.com>
>> Cc: "external-exadel-list" <external-exadel-list at redhat.com>, "tools-dev" <jbosstools-dev at lists.jboss.org>
>> Sent: Tuesday, June 8, 2010 6:44:24 PM GMT -07:00 US/Canada Mountain
>> Subject: Re: Weird issue with WS code and Eclipse 3.6
>> 
>> shouldn't you be using some wsdl library from java it self or as an osgi library instead of
>> mixing in your own wsdl.jar ? (thinking out aloud here)
>> 
>> /max
>> 
>> On Jun 8, 2010, at 18:08, Brian Fitzpatrick wrote:
>> 
>>> Hey all...
>>> 
>>> I'm trying to fix https://jira.jboss.org/browse/JBIDE-6428 and am running into some bizarre issues...
>>> 
>>> As I say in the last JIRA comment I just added:
>>> 
>>> "It looks like I can take care of the compile errors, but then I end up with this:
>>> 
>>> An internal error occurred during: "Invoking web service...".
>>> (class: org/jboss/tools/ws/ui/utils/JAXWSTester, method: doTest signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V) Incompatible object argument for function call
>>> 
>>> I'm guessing there are incompatibilities with the WSDL libraries, but nothing I do has managed to work around this yet except for removing the 1.3 version of the javax.soap plug-in from the runtime plugins. I've tried enforcing the 1.2 version as the upper bound and that doesn't help at all."
>>> 
>>> Any suggestions on how to work around this? I'm using JDK 1.6.0_14 and Eclipse 3.6 RC3 plus the latest trunk build and a few fixed plug-ins from the 3.2_Helios branch. 
>>> 
>>> Thanks in advance. I'm pulling my hair out on this one...
>>> 
>>> --Fitz
>>> 
>>> _______________________________
>>> Brian Fitzpatrick (aka "Fitz")
>>> Senior Software Engineer, SOA-P
>>> JBoss by Red Hat
>>> 
>> 
>> _______________________________________________
>> jbosstools-dev mailing list
>> jbosstools-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
> 
> 




More information about the jbosstools-dev mailing list