Java Mailing List Archive

http://www.gg3721.com/

Home » user.groovy »

[groovy-user] MissingProperty Exception due to JAXB?

dynaMate

2010-02-07

Replies: Find Java Web Hosting

Author LoginPost Reply

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
--
Sent from the groovy - user mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

  http://xircles.codehaus.org/manage_email


©2008 gg3721.com - Jax Systems, LLC, U.S.A.