I am not sure if this should be posted here or in the
jdbc group. I am battling to get the sun.jdbc.rowset.WebRowSet object working in an
applet and reading an xml file form the web server to populate the webrowset. I keep getting permission errors even if I sign the applet! In theory I should not be getting these errors even without signing.
Error:
java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.jdbc.rowset) at java.security.AccessControlContext.checkPermission(AccessControlContext.java:270)
I know what I am trying to do is precisely what webrowset are intended for see
SUN presentation:
Sun Presentation Although there is a lot of talk about how this is supposed to work there is a distinct lack of good examples. What is strange is that the ea to rowset has been around since 2001 but very little seems to be written about it. Maybe its just bad technology although it sound very appealing to me!