History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WSVC-150
Type: Exception Exception
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: AdvancedTools Support
Reporter: Mark Lu
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WebServices

Enable WebSerivce of CXF 2.0.3 resulting exception in IDE

Created: 20 Jan 08 20:43   Updated: 20 Feb 08 12:18
Component/s: None
Affects Version/s: 0.9.2
Fix Version/s: 0.9.3

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. IDEError.jpg
(18 kb)
Environment: JDK 1.6 / CXF 2.0.3
Issue Links:
Duplicate
 
This issue is duplicated by:
WSVC-151 CXF 2.0.3 WSDL generation from Java A... Major Resolved


 Description  « Hide

When enable the web services for CXF 2.0.3, I got a "IDE Fatal Error" popop in the IDE with the following error message.

Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(479,184),absolute(706,498),button=1,modifiers=Button1,clickCount=1] on dialog0: -2
java.lang.ArrayIndexOutOfBoundsException: -2
at com.advancedtools.webservices.utils.DeployUtils$1.compute(DeployUtils.java:171)
at com.advancedtools.webservices.utils.DeployUtils$1.compute(DeployUtils.java:140)
at com.intellij.openapi.application.impl.ApplicationImpl$14.run(ApplicationImpl.java:1)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:42)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:11)
at com.advancedtools.webservices.utils.DeployUtils.addFileToModuleFromTemplate(DeployUtils.java:140)
at com.advancedtools.webservices.utils.DeployUtils.addFileToModuleFromTemplate(DeployUtils.java:102)
at com.advancedtools.webservices.xfire.XFireWSEngine.doAdditionalWSServerSetup(XFireWSEngine.java:140)
at com.advancedtools.webservices.actions.EnableWebServicesSupportUtils.setupWebServicesInfrastructureForModule(EnableWebServicesSupportUtils.java:77)
at com.advancedtools.webservices.actions.EnableWebServicesSupportAction$1.run(EnableWebServicesSupportAction.java:21)
at com.advancedtools.webservices.utils.ui.MyDialogWrapper.doOKAction(MyDialogWrapper.java:331)
at com.advancedtools.webservices.actions.EnableWebServicesSupportDialog.doOKAction(EnableWebServicesSupportDialog.java:246)
at com.intellij.openapi.ui.DialogWrapper$OkAction.actionPerformed(DialogWrapper.java:920)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
at java.awt.Component.processMouseEvent(Component.java:6041)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
at java.awt.Component.processEvent(Component.java:5806)
at java.awt.Container.processEvent(Container.java:2058)
at java.awt.Component.dispatchEventImpl(Component.java:4413)
at java.awt.Container.dispatchEventImpl(Container.java:2116)
at java.awt.Component.dispatchEvent(Component.java:4243)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
at java.awt.Container.dispatchEventImpl(Container.java:2102)
at java.awt.Window.dispatchEventImpl(Window.java:2440)
at java.awt.Component.dispatchEvent(Component.java:4243)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:108)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:13)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:19)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)



 All   Comments   Work Log   Change History      Sort Order:
Mark Lu - 20 Jan 08 20:47
Error occured when "Exposing one existing class as Web Service".