[jbosstools-issues] [JBoss JIRA] Commented: (JBDS-1455) WS Tester View can't be loaded in JBDS after 3rd party plugins installation (subversive, m2eclipse, ....)

Jiri Peterka (JIRA) jira-events at lists.jboss.org
Fri Dec 10 05:29:52 EST 2010


    [ https://issues.jboss.org/browse/JBDS-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569198#comment-12569198 ] 

Jiri Peterka commented on JBDS-1455:
------------------------------------

After some research it seems javax.xml.soap 1.3. is required only by spring plugin so that's why ws tester works good on JBT even after m2eclipse or subversive installation. In jbds javax.xml.soap 1.3 is not present after installation, but it's installed after possibly any further update or installation and then ws tester can't be loaded. Second issue is even there is constraint not to use 1.3 for ws tester manifest eclipse uses it. 

> WS Tester View can't be loaded in JBDS after 3rd party plugins installation (subversive, m2eclipse,....)
> --------------------------------------------------------------------------------------------------------
>
>                 Key: JBDS-1455
>                 URL: https://issues.jboss.org/browse/JBDS-1455
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>          Components: runtime
>    Affects Versions: 4.0.0.Beta2
>            Reporter: Jiri Peterka
>            Assignee: Brian Fitzpatrick
>            Priority: Critical
>             Fix For: 4.0.0.CR1
>
>
> This issue is related JBIDE-6450. When javax.xml.soap (1.3) bundle is loaded, it's unable to start WS Tester (java.xml.soap 1.2 can't be loaded properly). There is no problem on JBT 3.2.beta2, so it seems it's JBDS related (at least for some cases). 
> Error message:
> Could not create the view: Plug-in "org.jboss.tools.ws.ui" was unable to instantiate class "org.jboss.tools.ws.ui.views.JAXRSWSTestView2".
> java.lang.VerifyError: (class: org/jboss/tools/ws/ui/views/JAXRSWSTestView2, method: getOpNameFromRequestBody signature: ()Ljava/lang/String;) Incompatible object argument for function call
> 	at java.lang.Class.getDeclaredConstructors0(Native Method)
> 	at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
> 	at java.lang.Class.getConstructor0(Class.java:2699)
> 	at java.lang.Class.newInstance0(Class.java:326)
> 	at java.lang.Class.newInstance(Class.java:308)
> 	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:184)
> 	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:904)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list