Forum Discussion

alibaba82's avatar
alibaba82
Super Contributor
16 years ago

make 'resolve' window deattachable

Hello,
I am trying to resolve some errors in my projects but need to study the test case while at the same time looking the resolve window.

would it be possible to be to able to deattach the resolve window so that we can still interact with the project.

Also, adding a 'refresh' button in the resolve window help to verify that after making the change to the testcae, the error is gone.

Thanks

Ali

3 Replies

  • omatzura's avatar
    omatzura
    Super Contributor
    Hi Ali,

    in the upcoming nightly build the ResolveDialog is modeless and also allows you to double-click a row which will select and open the corresponding item in the main window. The "Update" button should perform the refresh you are asking for.. let me know if this was as you thought!

    regards,

    /Ole
    eviware.com
  • alibaba82's avatar
    alibaba82
    Super Contributor
    I do notice one exception being thrown sometimes while using resolve and playing around with property transfers (typically deleting items in property transfers)


    Exception in thread "AWT-EventQueue-0" org.apache.xmlbeans.impl.values.XmlValueD
    isconnectedException
            at org.apache.xmlbeans.impl.values.XmlObjectBase.check_orphaned(XmlObjec
    tBase.java:1244)
            at com.eviware.soapui.config.impl.PropertyTransferConfigImpl.getDisabled
    (Unknown Source)
            at com.eviware.soapui.impl.wsdl.teststeps.PropertyTransfer.isDisabled(Pr
    opertyTransfer.java:1076)
            at com.eviware.soapui.impl.wsdl.teststeps.PropertyTransfer.resolver(Prop
    ertyTransfer.java:1202)
            at com.eviware.soapui.impl.wsdl.teststeps.PropertyTransfersTestStep.reso
    lve(PropertyTransfersTestStep.java:351)
            at com.eviware.soapui.impl.wsdl.AbstractWsdlModelItem.resolve(AbstractWs
    dlModelItem.java:181)
            at com.eviware.soapui.impl.wsdl.AbstractWsdlModelItem.resolve(AbstractWs
    dlModelItem.java:181)
            at com.eviware.soapui.impl.wsdl.AbstractWsdlModelItem.resolve(AbstractWs
    dlModelItem.java:181)
            at com.eviware.soapui.impl.wsdl.WsdlProject.resolve(WsdlProject.java:125
    1)
            at com.eviware.soapui.support.resolver.ResolveDialog.resolve(ResolveDial
    og.java:215)
            at com.eviware.soapui.support.resolver.ResolveDialog$1.handleUpdate(Reso
    lveDialog.java:152)
            at com.eviware.soapui.support.resolver.ResolveDialog$1.handleCancel(Reso
    lveDialog.java:135)
            at com.eviware.soapui.impl.wsdl.actions.project.SimpleDialog$CancelActio
    n.actionPerformed(SimpleDialog.java:156)
            at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
            at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
    ce)
            at java.awt.Component.processMouseEvent(Unknown Source)
            at javax.swing.JComponent.processMouseEvent(Unknown Source)
            at java.awt.Component.processEvent(Unknown Source)
            at java.awt.Container.processEvent(Unknown Source)
            at java.awt.Component.dispatchEventImpl(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Window.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.EventQueue.dispatchEvent(Unknown Source)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.run(Unknown Source)