You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by bu...@apache.org on 2001/08/05 07:22:01 UTC

[Bug 2443] - $data.session.id in a velocity template causes IllegalAccessException

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2443

*** shadow/2443	Tue Jul  3 19:08:27 2001
--- shadow/2443.tmp.19678	Sat Aug  4 22:22:01 2001
***************
*** 2,10 ****
  | $data.session.id in a velocity  template causes IllegalAccessException     |
  +----------------------------------------------------------------------------+
  |        Bug #: 2443                        Product: Turbine                 |
! |       Status: NEW                         Version: 2.1 final               |
! |   Resolution:                            Platform: Other                   |
! |     Severity: Normal                   OS/Version: Other                   |
  |     Priority: Other                     Component: Source                  |
  +----------------------------------------------------------------------------+
  |  Assigned To: turbine-dev@jakarta.apache.org                               |
--- 2,10 ----
  | $data.session.id in a velocity  template causes IllegalAccessException     |
  +----------------------------------------------------------------------------+
  |        Bug #: 2443                        Product: Turbine                 |
! |       Status: RESOLVED                    Version: 2.1 final               |
! |   Resolution: INVALID                    Platform: All                     |
! |     Severity: Normal                   OS/Version: Solaris                 |
  |     Priority: Other                     Component: Source                  |
  +----------------------------------------------------------------------------+
  |  Assigned To: turbine-dev@jakarta.apache.org                               |
***************
*** 34,36 ****
--- 34,49 ----
  $jsessionid
  
  -Peter
+ 
+ ------- Additional Comments From peterwlynch@yahoo.com  2001-08-04 22:22 -------
+ Here is an update...
+ 
+ Looks like this has something to do with policy files, and which classes have 
+ the permission to invoke methods using reflection on other classes.
+ 
+ This is not my forte, I just was explained that there is a policy file you can 
+ write so that the VM knows who has permission to invoke methods of other 
+ objects. The good news is this does not appear to be a bug with Turbine or any 
+ other apache products. It's just a configuration issue.
+ 
+ If I ever figure out the policy file to use I'll post again.
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org