ContributionsMost RecentMost LikesSolutionsRe: Misspelling in Danish word in Licensscreen. Hi, I see, the attachment is wronge, sorry for that. I can't give you a new one, because for now we have enough licenses. The screen dump can't be found because I have a new pc. Nothing to do about that. If I see it again, I create a new case and add the correct screen dump. Re: Getting java.lang.NoClassDefFoundError when starting ReadyAPI 2.0.2 Nope, only a standart installation of version 2.1.0 Ready API. Because the word Mercury are in the error description, I had an idea that it was HP UFT that made som noice. I have uninstalled that tool, and reinstall ReadyAPI and now it is working. I have no plan working with HP UFT at the moment, so that would work for now. Getting java.lang.NoClassDefFoundError when starting ReadyAPI 2.0.2 After installing ReadyAPI for the first time on my new Win10 pc I get this error when starting it up. In my google search, I have not found any solotion to this so any help would be nice, Thanks in advance. java.lang.NoClassDefFoundError: com/mercury/ftjadin/hooks/interfaces/WToolkitHookQTJA at javafx.embed.swing.JFXPanel.<init>(JFXPanel.java:246) at com.smartbear.ready.ui.ReadyApiMain.<clinit>(ReadyApiMain.java:56) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) at com.install4j.runtime.launcher.WinLauncher.main(Unknown Source) Caused by: java.lang.ClassNotFoundException: com.mercury.ftjadin.hooks.interfaces.WToolkitHookQTJA at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 9 more SolvedMisspelling in Danish word in Licensscreen. We have to few license so we get the waiting screen. Then I just noticed that danish text is wrong If you translate, Then button 'Next' should be translated to 'Næste' Button 'Fortyd' should be written as 'Fortryd' second 'r' is missing. SolvedRe: Ready! API licensing Issue when installed on shared laptop just a thought, maybe a floating license could be an option in this situation? ERROR:org.apache.xmlbeans.impl.values.XmlValueDisconnectedException I have a service, I can't import in ReadyAPI. Below is a part of the error. It is possible to import the wsdl into SoapUI Open source, and open the project in ReadyAPI. If I in ReadyAPI try to copy the TestCase into another project, I get this: Thu Jun 16 09:27:32 CEST 2016:ERROR:org.apache.xmlbeans.impl.values.XmlValueDisconnectedException org.apache.xmlbeans.impl.values.XmlValueDisconnectedException at org.apache.xmlbeans.impl.values.XmlObjectBase.check_orphaned(XmlObjectBase.java:1244) at com.eviware.soapui.config.impl.ServiceConfigImpl.getName(Unknown Source) at com.eviware.soapui.model.environment.ServiceImpl.getName(ServiceImpl.java:37) at com.eviware.soapui.model.environment.EnvironmentImpl.getSoapServiceByName(EnvironmentImpl.java:260) at com.eviware.soapui.impl.support.EndpointSupportPro.getRequestEndpoint(EndpointSupportPro.java:57) at com.eviware.soapui.impl.support.EndpointSupportPro.getEndpoint(EndpointSupportPro.java:22) at com.eviware.soapui.impl.support.AbstractHttpRequest.getEndpoint(AbstractHttpRequest.java:400) at com.eviware.soapui.impl.wsdl.WsdlRequest.initEndpoints(WsdlRequest.java:146) SolvedRe: How to use datasource (date) in sql update After a god night sleep, I solved it and now see the parameter field in JDBC step for :YearX And ' ' around my Datasource, also solved the problem. How to use datasource (date) in sql update I have a DataSource step, where I have a parameter (YEARX) with a date e.g 2016-03-12 In another step, I have a JDBC (Oracle) select where I want to use this YEARX parameter If I am using the format below, and just retrive data from step, then I get an error. Why can't I see the sql that is send to DB ? select * from table where opddate= TO_DATE (${DataSource#YEARX} , 'YYYY-MM-DD') of some reason , 'YYYY-MM-DD') is removed in this post If I am doing like belowe, sql retrive data as expected. select * from tabel where opddate= TO_DATE('2016-03-12','YYYY-MM-DD') I have read that a SQL (Oracle), could be entered like this select * from tabel where opddate= TO_DATE(:YEARX,'YYYY-MM-DD') But where should value for parameter (YEARX) be set ? I think I have tried the most, with no positive result. How could I use DataSource out of the box ? If you have any suggestion to solve this, I would be wery happy to test your solution SolvedRe: Test step description in report Description for step is found under Request Properties / Description which can be found i the Properties area on the screen in bottom left corner if properties is selected in view. Re: TestSuite Report that includes TestCase and Test Step Why better? I would take a look at Junit report, I am not experiance in reporting from SoapUI Regards Ivan