Hello all: I have a super source version of java.awt.Color, it is simple and has one field, a String to hold the color value.
When I try to do an RPC call to get a class which uses java.awt.Color, I get this error on the server: org.apache.catalina.core.ApplicationContext.log Exception while dispatching incoming RPC call java.lang.reflect.InaccessibleObjectException: Unable to make field private java.awt.color.ColorSpace java.awt.Color.cs accessible: module java.desktop does not "opens java.awt" to unnamed module @2f896e3c It looks like the server is using the non super-source version of the class. Is there a way to tell it use the super-source version of the class? Thank you, Neil -- Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com We offer 30 year loans on single family houses! -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/google-web-toolkit/0ca7bfc60769fe15ef07bec8d11ed811%40mail.gmail.com.
