Hi Greg, Thank you so much. It works after I signed the jars.
Xing From: Greg Brown [mailto:[email protected]] Sent: Monday, May 09, 2011 9:56 AM To: [email protected] Subject: Re: org.apache.pivot.beans.BindingException Yes. On May 9, 2011, at 9:51 AM, Yang, Xing wrote: I only signed my app jar. Do I need to sign all the library jars? Thanks, Xing From: Greg Brown [mailto:[email protected]] Sent: Monday, May 09, 2011 9:42 AM To: [email protected]<mailto:[email protected]> Subject: Re: org.apache.pivot.beans.BindingException Did you sign all of the JARs or just your app JAR? On May 9, 2011, at 9:25 AM, Yang, Xing wrote: Hi Greg, The exception is : java.security.AccessControlException: access denied (java.net.SocketPermission download.finance.yahoo.com:80 connect,resolve) Thanks, Xing From: Greg Brown [mailto:[email protected]] Sent: Saturday, May 07, 2011 8:04 AM To: [email protected]<mailto:[email protected]> Subject: Re: org.apache.pivot.beans.BindingException Do you see any exception in the console? On May 6, 2011, at 5:14 PM, Yang, Xing wrote: Hi Greg, Thanks for you help. After signing the jar file, the exception I mentioned in previous email is gone but the all the stock info disappeared. See the attachment. Thanks, Xing ________________________________ From: Greg Brown [mailto:[email protected]] Sent: Friday, May 06, 2011 3:45 PM To: [email protected]<mailto:[email protected]> Subject: Re: org.apache.pivot.beans.BindingException I assume you mean that you are having trouble running your application in a web page that is served by Tomcat, rather than in Tomcat itself. BXML binding only works for trusted code. Applets are not trusted by default. To use BXML binding in an applet, you will need to sign your code with a code-signing certificate. G On May 6, 2011, at 3:39 PM, Yang, Xing wrote: Hi, I am new to apache pivot. I am exploring with the examples of the apache pivot tutorial. I am able to run the stock tracker example from eclipse, but I can't get it to run in tomcat. I got error of org.apache.pivot.beans.BindingException stockTableView is not accessible. Other examples are running in tomcat. Any idea? Thanks, Xing <Doc2.doc>
