SophosGuy wrote:
>
> Have you declared your classes manually? The default doesn't work so you
> have to manually specify @elements
>
> Jackie
>
> On Sun, Feb 7, 2010 at 6:43 PM, dynaMate <
pudur@yahoo.com> wrote:
>
>>
>> My environment is: Java 1.6 and Groovy 1.7.0, Jaxb library shipped with
>> Java
>> 1.6, no other 3rd party libarary.
>> the command i use to compile and run are:
>> groovyc -j UseDSL.java PayDSL.groovy -Jsource 1.6
>> java -classpath
>>
>> %GROOVY_HOME%\embeddable\groovy-all-1.7.0.jar;paypal_platform_base.jar;paypal_platform_stubs.jar;.
>> UseDSL
>>
>> I am getting the following exception and my guess is it is not able to
>> find
>> JAXB library or some class. Unfortunately the exception does not tell me
>> which class it is not able to find in CP. How can i debug further and
>> make
>> the missing JDK/JAXB classes in the classpath? Is it necessary? Or what
>> is
>> the right thing to do? I have uploaded the entire source in a zip file.
>> INFO: The requests and reponses from PayPal webservices will be logged to
>> the file: paypal_sdk.log
>> Exception in thread "main" groovy.lang.MissingPropertyException: No such
>> property: result for class: Script1
>> at
>>
>> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:49)
>> at
>>
>> org.codehaus.groovy.runtime.callsite.PogoGetPropertySite.getProperty(PogoGetPropertySite.java:49)
>> at
>>
>> org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGroovyObjectGetProperty(AbstractCallSite.java:241)
>> at Script1$_run_closure1.doCall(Script1.groovy:4)
>> 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
>> org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:88)
>> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
>> at
>>
>> org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272)
>> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
>> at
>>
>> org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:39)
>> at
>>
>> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:40)
>> at
>>
>> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:117)
>> at
>>
>> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:121)
>> at PayDSL.process(PayDSL.groovy:121)
>> at UseDSL.main(UseDSL.java:9)
>>
>> This is a time critical project, I appreciate your help greatly..
>> -Regards
http://old.nabble.com/file/p27493620/labrats.zip labrats.zip
>> --
>> View this message in context:
>>
http://old.nabble.com/MissingProperty-Exception-due-to-JAXB--tp27493620p27493620.html
>> Sent from the groovy - user mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>
http://xircles.codehaus.org/manage_email
>>
>>
>>
>
>