Forum Discussion

TesterNo1's avatar
TesterNo1
Contributor
9 years ago
Solved

Unable to access jar files added to ext folder from soapui

Hi,

 

I created my project related db classes in java using eclipse IDE.I placed the jar in ext.When i try to acces the class from soapui,i see below error.

 

 

groovy.lang.MissingMethodException: No signature of method: Script2.mySQLResults() is applicable for argument types: (mySQLResults) values: [mySQLResults@6303182c] error at line: 1

 But  i am able to see the function under the obj instance.

mySQLResults obj3=new mySQLResults()

When i do obj3. , i see all the functions under the class.

 

 

 I am already using few classes in this manner and never had issue.In fact, this was just extension made to the file.Does someonw have a clue on what could be the reason ?

 

 

Thanks in advance,

VG

  • I just deleted the class file and recreated one more.Same code without any change worked.Strange but it worked.

3 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    Is "mySQLResults" a class? If so, what the package of that class? Have you used any import?
    • TesterNo1's avatar
      TesterNo1
      Contributor

      thanks Rao for reply.

       

      mySQLResults is a  class file but i havent explicitly imported.Reason is i am using Ready API and it already has reference to classpath.

       

      For the classes i have been using earlier,i did not do any import.

      • TesterNo1's avatar
        TesterNo1
        Contributor

        I just deleted the class file and recreated one more.Same code without any change worked.Strange but it worked.